Re: Email Problems
"James P. Roberts" <[email protected]> Mon, 28 Apr 2003 13:52:46 -0400
| Newsgroups | gmane.linux.redhat.release.seawolf |
|---|---|
| Organization | Punster Productions, Inc. |
| Message-ID | <006201c30dae$f9f290c0$04fea8c0@localnet> |
> Hi everyone, > > I have set up a virtual domain on my linux box, let's say 'virtdomain1.com' > and I have created user accounts using the following convention: > - user accounts are created like '[email protected]' > > I have added entries in the virtusertable file of this type: > [email protected] FirstnameLastname\@virtdomain1.com > > This is my problem: I can send emails to '[email protected]' > without problems when I do it from a local account (for example from > [email protected] where domain1.com is hosted by my linux box), but I > cannot get it to work when I send emails from my hotmail account. > > What is it that is wrong? How can I fix it? > > Thanks. > > - Omar FALL - > Have you registered 'virtdomain.com' and made sure there is a valid DNS MX record for it which points to your server? Have you configured an MTA (such as my favorite, Exim) on your server to accept incoming SMTP connections from the outside world? Does your firewall, if any, allow connections to port 25 (SMTP)? Once these are all done, if it still does not work, try examining your logs (/var/log/...) to see if you find any hints. If still no go, write back and we'll try to think of more ideas. Regards, Jim