views:

65

answers:

2

Hi all,

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!

+1  A: 

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.

ho1
you're correct the SMTP servers are hosted elsewhere, how do I specify to send mail to these rather than the HTTP servers?
timothyclifford
@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
thanks for trying :) +1
timothyclifford
A: 

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.

timothyclifford