Hello, try this:
Main Topics
Browse All TopicsHello, firstly, I am not a wiz at this so please keep things simple and apologies if even the question makes no sense! Here goes...
I have a site running on a virtual dedicated server running windows server 2003 and plesk.
The site is in php and has a rostering system. When a logged in user whose email address is a company one (same domain name as the website) it returns this error...
Warning: mail() [function.mail]: SMTP server response: 550 Requested action not taken: mailbox unavailable or not local in C:\Inetpub\vhosts\eventpar
Any advice on where I should be looking to fix this?
Finally, the whole process is confused slightly by the fact that the v-ded server is with goDaddy and all email is handled by server101.
Any advise on this would be great.
Thanks
Will
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Thanks for the advise. I have an update. The chaps at goDaddy support think it is because my DNS is setup incorrectly so it is looking on my server for email addresses when I am actually managing mail from my domain registrar.
I will try this DNS change and if it is a no go I'll try these suggested solutions.
Thanks a lot
Will
Hi;
the error indicates that there is no mail address with this name under this domain.
if you are using plesk, most probably you should be using your own local mail server.Plesk windows uses Mailenable as local mail server.In this case, please check that the mail address exists in plesk, and reconfigure the mail confiuration.To do this, run these commands in windows command line.
cd %plesk_bin%
mchk.exe --all-domains --fix=local
This will reconfigure all the mail configuration of your server.
If dedicated server is configured to use an external mail server (please be sure that it is, this is a very rarely used option)
you should firstly disable the mail function of your domain from plesk, the server may be trying the deliver the mail to local mail server.Please update the MX record in plesk DNS service and enter the IP address of the actual mail server in the MX record.
so that the e-mails sent to the domain is forwarded to the external mail server.To do this,
find the domain in plesk and click on it.
Click DNS.
There will be several DNS records.
Click on MX record to edit it.
Update the IP address as the external mail servers IP.
Hope it helps.
I think that will be it, any suggestions where I will be able to find the IP for my mailserver? I am using server101 who don't seem to give you direct access to anything! Is it the ones listed here ending in 213 and 210?
http://www.robtex.com/dns/
Cheers...
Will
Business Accounts
Answer for Membership
by: ritetekPosted on 2009-02-26 at 05:49:52ID: 23744501
Yeah, this actually isn't JUST a php issue, it's just a hosting issue in general. I'm not sure if this would work since I'm not a hosting expert, but are you using a "from" header? If so, you might try changing it to something OTHER than an email at your domain, maybe only if to address is one that IS at your domain. Again, I'm not sure what you are doing at the moment with the actual code, so I'm not sure if that would even work.