Forum Moderators: bakedjake
Another thing is I have just created a new account with aliases to external e-mail. The mail can be sent to all the aliases but external e-mail cannot sent to this new e-mail account. there is an verification error on the system log which says unable to resolve dns and etc.
Thanks in advance to all who can help.
* telnet into your mail server:
telnet mail.yourcompany.com 25
* issue the following set of commands, and see what happens:
helo yourcompany.com
mail from: <someone@othercompany.com>
rcpt to: <someone@yourcompany.com>
quit
These are (some of) the commands that are used when mail servers communicate with each other. This technique may provide useful information for debugging purposes. If all goes well, your colleagues who complain about not receiving mail may be wrong: either they *have* received the mail, or the mail has *not* been sent. But there could also be a DNS issue, although in that case it would be unlikely that some mails get through and others don't.