| |||||||||||||||||||||||||||||||
|
> I have a dedicated server hosting several virtual domains. > It appears that everything works fine except that if user > <mailto:user> > wants to send email to himself, I mean at user > <mailto:user>, the email > never can go. > > Sending fails with 551 error in outlook : user not local please try > <forward-path> If you did not modify the message, then there is a broken server/proxy... in the path. forward-path is an RFC term that should have been replaced by an actual email address. does the user have a firewall or anti-virus software running on his machine? If so, > > > And nothing appears in the logs of the mail server. if nothing appears in the logs, then postfix is not used. you may have sendmail running or outlook is talking to another server. you can sniff traffic to see by yourself. also, you can try connecting to postfix with telnet: # telnet 192.168.1.2 25 ... EHLO localhost ... MAIL FROM:<user> ... RCPT TO:<user> ... QUIT you will need to post the replies to the commands above if you still need help. > > What can I do ? > > Here is my main.cf <http://main.cf> conf file next time, send out put of 'postconf -n' instead. see http://www.postfix.org/DEBUG_README.html#mail do you guys read the ML welcome message?
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com