Forum Moderators: phranque
The server is based in an adsl connection. What I have done is create a subdomain mail.example.com and installed the script within the correct location on the server (where the virtual host points)
If I visit mail.example.com I get my log in screen. I can log in with no problem. I compose an email and send it, it is received no problem by the recipient.
But If I reply to that email, or compose a new mail to be sent to me (from another account) it bounces.
Any suggestions.
Thanks in advance.
Mack.
If you're running Sendmail, the most common reason for a new install not accepting email straight away is that example.com has to be in your "localdomains" list.
I'm not using Sendmail at the moment, so to find the file, issue something like:
locate localdomains
You then need to edit the file (use vi if you're familiar with it) and add example.com. It will probably already contain 127.0.0.1 and localhost.localdomain.