Hello,
my host is running WHM 11.40.0 (build 31) and we have problems with the message id headers.
emails which are generated locally on the server with no message id header, will be fixed up by Exim and the missing header line will be added.
example:
Please note the internal exim message ID which is then part of the correct message id header line.
Well, this is working ok.
Now to the other scenario, where the server receives emails in submission mode via an MUA, which may not send the email with the message-ID header. so we expect that Exim is fixing this here, too, like the other emails as mentioned above.
However it does NOT.
example:
My host is blaming cPanel for that being a standard configuration, and they have no clue on how to fix that.
We have tried a custom ACL rule under WHM > Exim Configuration Editor > Advanced Mode > and added the following in the ACL section:
warn hosts = +relay_from_hosts
control = submission/sender_retain
But my host said, this has crashed the default cPanel mail config and they had to reinstall Spamassassin and revert the action
Any ideas or anybody successful to get this working with cPanel config ?
The largest email providers in the world like Google, Microsoft etc. have this feature working.
Why is it not working with cPanel? I find this very strange.
We need this working to lower spam scoring, since spamassassin adds spam score for missing message ID headers.
Thanks,
Markus
my host is running WHM 11.40.0 (build 31) and we have problems with the message id headers.
emails which are generated locally on the server with no message id header, will be fixed up by Exim and the missing header line will be added.
example:
Code:
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Wed, 26 Mar 2014 04:57:01 -0700
Received: from username by barracuda.domain.com with local (Exim 4.82)
(envelope-from <[email protected]>)
id 1WSmS5-0005ph-78
for [email protected]; Wed, 26 Mar 2014 04:57:01 -0700
To: [email protected]
Subject: testing
From: [email protected]
Message-Id: <E1WSmS5-0005ph-78@barracuda.domain.com>
Date: Wed, 26 Mar 2014 04:57:01 -0700
Well, this is working ok.
Now to the other scenario, where the server receives emails in submission mode via an MUA, which may not send the email with the message-ID header. so we expect that Exim is fixing this here, too, like the other emails as mentioned above.
However it does NOT.
example:
Code:
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Wed, 26 Mar 2014 06:58:12 -0700
Received: from p5bxxx57.dip0.t-ipconnect.de ([91.13.7.xx]:22500 helo=PC-W7.domain.com)
by barracuda.elinuxservers.com with esmtpsa (TLSv1HE-RSA-AES256-SHA:256)
(Exim 4.82)
(envelope-from <[email protected]>)
id 1WSoLM-0003PY-8u
for [email protected]; Wed, 26 Mar 2014 06:58:12 -0700
Date: Wed, 26 Mar 2014 14:58:00 +0100
To: [email protected]
From: User Name <[email protected]>
Subject: test test
We have tried a custom ACL rule under WHM > Exim Configuration Editor > Advanced Mode > and added the following in the ACL section:
warn hosts = +relay_from_hosts
control = submission/sender_retain
But my host said, this has crashed the default cPanel mail config and they had to reinstall Spamassassin and revert the action
Any ideas or anybody successful to get this working with cPanel config ?
The largest email providers in the world like Google, Microsoft etc. have this feature working.
Why is it not working with cPanel? I find this very strange.
We need this working to lower spam scoring, since spamassassin adds spam score for missing message ID headers.
Thanks,
Markus