screege

Well-Known Member
Aug 11, 2004
190
1
166
Hi I am migrating to a new box and dns reports is sending me this:

ERROR: One or more of your mailservers does not accept mail to [email protected]. Mailservers are required (RFC822 6.3, RFC1123 5.2.7, and RFC2821 4.5.1) to accept mail to postmaster.


escuchaz.com's postmaster response:<br /> >>> RCPT TO:<[email protected]><br /> <<< 550 no such address here" <br />

In every single domain can anyone help?

Regards
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Hello screege,

The [email protected] address will only be setup as an alias (/etc/aliases) for your server's hostname and your server's main domain that is off the hostname. You can see the routing using this command in root SSH:

Code:
Here host.server.com would be your hostname and server.com would be the main domain. My machine for an example:

Code:
[email protected] [/etc]# exim -bt [email protected]
[email protected]
    <-- [email protected]
    <-- [email protected]
    <-- [email protected]
    <-- [email protected]
    <-- [email protected]
  router = virtual_user, transport = virtual_userdelivery

[email protected] [/etc]# exim -bt [email protected]
[email protected]
    <-- [email protected]ewallace.com
    <-- [email protected]
    <-- [email protected]
    <-- [email protected]
    <-- [email protected]
  router = virtual_user, transport = virtual_userdelivery
If you really do require [email protected] working for all domains on the machine, you'd need to do the following:

http://forums.cpanel.net/f5/postmaster-abuse-fail-32703.html#post155530

I just tried this on my server, and it does work then for all of my domains to route for the [email protected] email address.
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Since you are running MailScanner, I suggest posting on their forum. We do not support MailScanner with cPanel as it can highly conflict with our exim installation.