On Jul 31, 2010, at 11:11 AM, Magnus Bäck wrote: > On Friday, July 30, 2010 at 19:47 CEST, > donovan jeffrey j <dono...@beth.k12.pa.us> wrote: > > [...] > >> There is no smtpd.conf that defines what SASL should do for Postfix. >> SMTP AUTH can't work! > > This is bad. > > http://www.postfix.org/SASL_README.html#server_sasl > > Apple has patched Postfix so you may need to read the Apple > documentation. > >> smtp2:/usr/local/saslfinger-1.0.3 root# ./saslfinger -c >> saslfinger - postfix Cyrus sasl configuration Fri Jul 30 13:46:42 EDT 2010 >> version: 1.0.2 >> mode: client-side SMTP AUTH > > I assume the previous output was for server-side SASL (which is what > you're after). Never mind client-side SASL for now.
thanks for the reply this is an older 10.4 machine. I just tested it with a 10.4.11 I just enabled their gui for smtpd Auth the result matched my config but i recieevd the same test results; client side starttls it just sits and waits. 10.4.11 imap2:~ root# telnet localhost 25 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 imap2.beth.k12.pa.us ESMTP Postfix EHLO imap2.beth.k12.pa.us 250-imap2.beth.k12.pa.us 250-PIPELINING 250-SIZE 20971520 250-VRFY 250-ETRN 250-STARTTLS 250 8BITMIME then I tested it with 10.5.8 and 10.6 map3:postfix root# telnet localhost 25 Trying ::1... telnet: connect to address ::1: Connection refused Trying fe80::1... telnet: connect to address fe80::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 imap3.beth.k12.pa.us ESMTP Postfix EHLO imap3.beth.k12.pa.us 250-imap3.beth.k12.pa.us 250-PIPELINING 250-SIZE 15728640 250-VRFY 250-ETRN 250-AUTH LOGIN PLAIN CRAM-MD5 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN server side. is it bad to have some clients initiate the Starttls ? -j