* BABEDH-DHRA <babedh-d...@biggdog.biz>: > mail:~# postconf -n > broken_sasl_auth_clients = yes ... > smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, > reject_unauth_destination, ... ... > smtpd_sasl_auth_enable = yes > smtpd_sasl_authenticated_header = yes > smtpd_sasl_local_domain = $myhostname > smtpd_sasl_path = private/auth > smtpd_sasl_security_options = noanonymous > smtpd_sasl_type = dovecot
Your Postfix configuration looks sane. I have two questions: 1. Is there a Dovecot socket? What is the output from: # ls -al /var/spool/postfix/private/auth 2. Could it be an application in your network filters SMTP? You telnet to "mail.biggdog.biz", but "smtp.passthru" answers. If there's a filter, does it filter AUTH and maybe also STARTTLS? p...@rick > > > This is my outpu from > > > telnet mail.biggdog.biz > > > 220 smtp.passthru > > > EHLO client.biggdog.biz > > > 250-smtp.passthru > > > 250-SIZE 51200000 > > > 250-VRFY > > > 250-ETRN > > > 250-ENHANCEDSTATUSCODES > > > 250-8BITMIME > > > 250 DSN > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6) > AntiVirus: ClamAV 0.96/11020 - Sat May 15 23:13:16 2010 > by Markus Madlener @ http://www.copfilter.org -- All technical questions asked privately will be automatically answered on the list and archived for public access unless privacy is explicitely required and justified. saslfinger (debugging SMTP AUTH): <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>