On Wed, 10 Feb 2010, Jeff Lacki wrote: > in transport: > > [email protected] smtp:[mail.optonline.net]:25
This means email sent through your Postfix server that is addressed to [email protected] will be relayed to mail.optonline.net. Is that your goal? > but in thunderbird when I try to email using > my email ([email protected]) I get: This is confusing. What do you mean "try to email using my email"? Are you SENDING email to [email protected] or trying to send AS (i.e. setting your MAIL FROM) [email protected]? > ---The mail server sent an incorrect greeting: > cannot connect to SMTP server --- error 10060 > > I see nothing in my /var/log/maillog file on the server If you see nothing in your logs, then this is not a Postfix issue or you are looking for logs on the wrong server. To test your configuration, speak SMTP to Postfix via telnet. This removes variables like Thunderbird that complicate debugging. Also see DEBUG_README for more tips. -- Sahil Tandon <[email protected]>
