Have set up a small website for a client however contact form submissions are not getting through to their email address.

The bounce back has this message attached:

550 Requested action not taken: mailbox unavailable or not local

It sends without issue to my email address and others but can't get to any on their domain.

Client's IT guy is a bit clueless so I'm unsure how he's configured the mail server?

Any suggestions? I can find out more info if it would help also.

Thanks!

link|improve this question

I should also point out that the website shares same domain as email address' however the web server and email server are hosted @ different locations. – timothyclifford Oct 4 '10 at 12:32
feedback

2 Answers

You're probably sending the emails to an incorrect email address, or possible the emails are being sent to the http server for the domain (or similar) but the SMTP server is hosted elsewhere.

link|improve this answer
you're correct the SMTP servers are hosted elsewhere, how do I specify to send mail to these rather than the HTTP servers? – timothyclifford Oct 4 '10 at 12:33
@timothy: I'd assume that you just need to have the correct MX records set up in the correct locations but I don't do much DNS admin. I'd suggest asking that on serverfault.com. – ho1 Oct 4 '10 at 12:38
thanks for trying :) +1 – timothyclifford Oct 4 '10 at 12:46
feedback
up vote 0 down vote accepted

Found the problem, was due to webserver having mx entries which meant it was trying to send mail to itself rather than the external mail server.

Deleting DNS entries fixed the problem.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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