Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a server with Plesk installed. On that I've created a domain, my-domain.com, and added and e-mail account noreply@my-domain.com with access to SMTP for sending e-mails.

With PHPMailer or Swift Mailer I am able to send via the SMTP account noreply@my-domain.com whenever the from address is outside the my-domain.com, for example info@my-second-domain.com. Whenever I'm using an e-mail address that ends on @my-domain.com it fails.

I've tried to look in the /usr/local/psa/var/log/maillog file, but it only stores the mails that doesn't fail.

Can someone help me figure out where the problems is?

share|improve this question
I've activated the logger in Swift Mailer and got the following error message: >> RCPT TO: <my-email@my-second-domain.com> << 550 sorry, no mailbox here by that name. (#5.7.17) !! Expected response code 250/251/252 but got code "550", with message "550 sorry, no mailbox here by that name. (#5.7.17) " – user809829 Jun 23 '11 at 12:10

1 Answer

up vote 8 down vote accepted

You can try this:

Delete the related domain in the qmail file /var/qmail/control/virtualdomains Then reload/restart qmail. Now it should work. More technical background at http://forum.parallels.com/pda/index.php/t-93222.html

share|improve this answer

protected by tchrist Sep 7 '12 at 2:33

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.