Error sending mail with domain admin account

pluk

Verified User
Joined
May 13, 2004
Messages
223
I get this in all domain created by users under reseller. When I use my reseller account to send emails through squirrel mail, it's fine. Only in users (domains) I create that it can not be sent.

I need this to work in order to make PHP code in domains to send emails for confirmation. Any reason why?

(amr120105 is the domain admin username)

Thanks!


Requested action not taken: mailbox unavailable
Server replied: 550 Verification failed for <[email protected]>
Unrouteable address
Sender verify failed:
 
Solution

Yup, somehow, there was a post on this issue nad I think the .conf file did it.

http://help.directadmin.com/item.php?id=51

Reason that I got from support:

That's because it *is* an Unrouteable address.
You need to disable the sender verify check in the exim.conf, or just update the exim.conf as well (we've disabled the check).

Or add a zone for server.showbase.com so that it resolves and has an MX record.

Thanks everyone! It now works well.
 
Oh I didn't edit any lines. I've just took the scripts of from the links and followed through it.
 
Back
Top