I've just recently set up a new server running CentOS 4.4 64bit with WHM 10.8.0 and cPanel 10.9.0-C117. My old server has the same version of WHM/Cpanel but uses RedHat 9 (yes, yes, I know, it's old. That's why I have the new server now).
I just received notice from a customer that they're not able to send email to themselves (or me as well). Yet, when we tested with the old server, it delivered just fine. Here's the bounce error that they're getting:
Here's what /var/log/exim_mainlog says:
As best as I can tell, Exim is set up the same way on both servers. The only difference I can find in the exim.conf file is that the new server is using maildir and the old server is using mbox. However, what's confusing me is that the emails go through just fine when sent to the old server, but they're rejected when sent to the new server. If I disable the "Use callouts to verify the existence of email senders." option within Exim, then the email is delivered without any problems. However, I'm assuming this opens up my server/customers to more spam.
Any ideas?
I just received notice from a customer that they're not able to send email to themselves (or me as well). Yet, when we tested with the old server, it delivered just fine. Here's the bounce error that they're getting:
Code:
>>> Mail Delivery Subsystem <[email protected]> 12/26/2006 11:32 AM >>>
The original message was received at Tue, 26 Dec 2006 11:32:52 -0600 (CST)
from host131.example.com [1.2.3.4]
----- The following addresses had permanent fatal errors -----
<[email protected]>
(reason: 550-Callback setup failed while verifying <[email protected]>)
----- Transcript of session follows -----
... while talking to myserver.com.:
>>> DATA
<<< 550-Callback setup failed while verifying <[email protected]>
<<< 550-(result of an earlier callout reused).
<<< 550-The initial connection, or a HELO or MAIL FROM:<> command was
<<< 550-rejected. Refusing MAIL FROM:<> does not help fight spam, disregards
<<< 550-RFC requirements, and stops you from receiving standard bounce
<<< 550-messages. This host does not accept mail from domains whose servers
<<< 550-refuse bounces.
<<< 550 Sender verify failed
550 5.1.1 <[email protected]>... User unknown
<<< 503 valid RCPT command must precede DATA
Code:
2006-12-24 16:31:26 H=(example.com) [1.2.3.4] sender verify fail for <[email protected]>: response to "MAIL FROM:<>" from example.com [1.2.3.4] was: 550 5.7.1 <>... Null Senders Not Accepted
2006-12-24 16:31:26 H=(example.com) [1.2.3.4] F=<[email protected]> rejected RCPT <[email protected]>: Sender verify failed
Any ideas?