x headers and Received from
Hello Community,
i have a x-headers and question
i am hosting mostly users with a dedicated IP's. they are complaining about the x headers and "Received from".
currenlty i have in my exim setting.
Send mail from the account"s IP address "On"
Use the reverse DNS entry for the mail HELO/EHLO if available "On"
what i want is to show the customer domain or rDNS e.g. domaincrm.com and not the hostname cpp.domain.cloud in X-Headders and "Received from"
change the $primary_hostname to $sender_address_domain ?
what should i change to complete the task?
thx in advance
Received: from [::1] (port=59696 helo=cpp.domain.cloud) by cpp.domain.cloud with esmtpa (Exim 4.94.2) (envelope-from ) id 1mXjRw-0005fs-TF for xxxx@gmail.com; Tue, 05 Oct 2021 12:21:36 +0000
MIME-Version: 1.0
Date: Tue, 05 Oct 2021 12:21:36 +0000
From: info@domaincrm.com
To: xxxxxx@gmail.com
Subject: sdfsdf
User-Agent: Roundcube Webmail/1.4.11
Message-ID: <44b55ba28966b2589183ddd919b26aa6@domaincrm.com>
X-Sender: info@domaincrm.com
Content-Type: text/plain; charset=US-ASCII; format=flowed
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - cpp.domain.cloud
X-AntiAbuse: Original Domain - gmail.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - domaincrm.com
X-Get-Message-Sender-Via: cpp.domain.cloud: authenticated_id: info@domaincrm.com
X-Authenticated-Sender: cpp.domain.cloud: info@domaincrm.com
thx in advance
-
Hey there! I don't see any action on that feature just yet. If we do take action on that, it'll get posted to that features page, so that is the best area to check in on. 0 -
@cPRex , thanks for reaching out. i will check from time to time meanwhile i have managed to fix the x headers by modifying the /etc/exim.pl.local "X-AntiAbuse: This header was added to track abuse, please include it with any abuse report\n" . "X-AntiAbuse: Primary Hostname - $sender_address_domain\n" . "X-AntiAbuse: Original Domain - $original_domain\n" . "X-AntiAbuse: Originator/Caller UID/GID - [$originator_uid $originator_gid] / [$caller_uid $caller_gid]\n" . "X-AntiAbuse: Sender Address Domain - $sender_address_domain\n" . check_mail_permissions_headers() . "\n";
but i can't locate the "received_header_text" in the exim.conf or the Advanced section, do you know where to look?0 -
its' quite hidden) i have managed to locate and change it when you click on the blue "Advanced button" in Exim configuration manager a drop-down will pop up "received_header_text" than you just need to change a variable to an appropriate one, and done... 0 -
Nice! Hopefully this thread will help others searching for this variable in the future! 0 -
The only thing I have not solved yet is how to save the /etc/exim.pl.local permanently, it's getting rewritten every time I change the Exim configuration via WHM 0 -
After you make the change, have you tried running these commands? /scripts/buildeximconf /scripts/restartsrv_exim --restart0 -
after i have run /scripts/buildeximconf /scripts/restartsrv_exim --restart
it simply overrode my /etc/exim.pl.local, any other ideas? thx0 -
I don't have any additional ideas on my end. If you'd like to submit a ticket our team may be able to recommend additional steps, but our support for those types of customizations is a bit limited, I'm afraid. 0
Please sign in to leave a comment.
Comments
10 comments