Hi,
I'm trying to implement DMARC on one of my servers, but i'm having some trouble with my main domain (hostname is part of this domain) and the DA message system. All other emails send by the server have the correct headers.
Domain: example.com
Hostname: vps.example.com
The from, sender, reply-to and DKIM headers are correctly set.
For the smtp.mailfrom and Return-Path headers the diradmin@hostname is used.
I'm unable to find where to change this
Any ideas?
I'm trying to implement DMARC on one of my servers, but i'm having some trouble with my main domain (hostname is part of this domain) and the DA message system. All other emails send by the server have the correct headers.
Domain: example.com
Hostname: vps.example.com
The from, sender, reply-to and DKIM headers are correctly set.
Code:
dkim=pass [email protected] header.s=vps header.b="ZBEZti/7";
spf=pass (google.com: best guess record for domain of [email protected] designates 1.2.3.4.5 as permitted sender) [email protected]
Return-Path: <[email protected]>
Received: from vps.example.com (vps.example.com. [1.2.3.4.5])
From: admin <[email protected]>
Sender: admin <[email protected]>
Reply-To: admin <[email protected]>
For the smtp.mailfrom and Return-Path headers the diradmin@hostname is used.
I'm unable to find where to change this
Any ideas?