Wietse Venema: > Walt Shekrota: > > Hi Wietse, > > > > I tried the telnet test with a non frontier emailid and it just said ok so > > that can't be the problem. > > What returns from a normal send is 554 5.7.1 Error: (I think this is just a > > catch all that says I do not identify myself)
I'm including the logging, since it contains no sensitive data (after replacing the username). Mar 27 18:25:26 ubu postfix/postfix-script[12623]: refreshing the Postfix mail system Mar 27 18:25:26 ubu postfix/master[11808]: reload -- version 2.7.1, configuration /etc/postfix Mar 27 18:25:54 ubu postfix/pickup[12628]: 3D99C810EE: uid=1000 from=<XXXXX> Mar 27 18:25:54 ubu postfix/cleanup[12637]: 3D99C810EE: message-id=<20110327222554.3d99c81...@ubu.doink.org> Mar 27 18:25:54 ubu postfix/qmgr[12627]: 3D99C810EE: from=<xx...@frontier.com>, size=359, nrcpt=1 (queue active) Mar 27 18:25:54 ubu postfix/smtp[12639]: < smtp.frontier.com[199.224.64.207]:25: 220 relay03.dlls.pa.frontiernet.net ESMTP Postfix Mar 27 18:25:54 ubu postfix/smtp[12639]: > smtp.frontier.com[199.224.64.207]:25: EHLO ubu.doink.org Mar 27 18:25:54 ubu postfix/smtp[12639]: < smtp.frontier.com[199.224.64.207]:25: 250-relay03.dlls.pa.frontiernet.net Mar 27 18:25:54 ubu postfix/smtp[12639]: < smtp.frontier.com[199.224.64.207]:25: 250-PIPELINING Mar 27 18:25:54 ubu postfix/smtp[12639]: < smtp.frontier.com[199.224.64.207]:25: 250-SIZE 26214400 Mar 27 18:25:54 ubu postfix/smtp[12639]: < smtp.frontier.com[199.224.64.207]:25: 250-ETRN Mar 27 18:25:54 ubu postfix/smtp[12639]: < smtp.frontier.com[199.224.64.207]:25: 250-AUTH LOGIN PLAIN Mar 27 18:25:54 ubu postfix/smtp[12639]: < smtp.frontier.com[199.224.64.207]:25: 250-AUTH=LOGIN PLAIN Mar 27 18:25:54 ubu postfix/smtp[12639]: < smtp.frontier.com[199.224.64.207]:25: 250-ENHANCEDSTATUSCODES Mar 27 18:25:54 ubu postfix/smtp[12639]: < smtp.frontier.com[199.224.64.207]:25: 250-8BITMIME Mar 27 18:25:54 ubu postfix/smtp[12639]: < smtp.frontier.com[199.224.64.207]:25: 250 DSN Mar 27 18:25:54 ubu postfix/smtp[12639]: server features: 0x900f size 26214400 Mar 27 18:25:54 ubu postfix/smtp[12639]: Using ESMTP PIPELINING, TCP send buffer size is 4096 Mar 27 18:25:54 ubu postfix/smtp[12639]: > smtp.frontier.com[199.224.64.207]:25: MAIL FROM:<xx...@frontier.com> SIZE=359 As you can see, the Postfix SMTP client does not send SASL authentication. The logging also shows that the Postfix SMTP client does not search the SASL password file for the name of the destination host, since that would result in one or more logfile records with: smtp[xxx]: maps_find: smtp_sasl_passwd: destinationhost = username:password smtp[xxx]: maps_find: smtp_sasl_passwd: destinationhost: not found smtp[xxx]: maps_find: smtp_sasl_passwd: destinationhost: search aborted I conclude that your syslog service logs all the warnings to a different file than normal logging, and therefore you don't see the warning message with "warning: TLS has been selected, but TLS support is not compiled in". Wietse