Re: AUTH'ed SMTP query

2009-04-18 Thread Barney Desmond
2009/4/18 Richard Hobson : > OK, I think I get it. I'm not seeing 250-AUTH, because I'm not connecting > via TLS (when doing a telnet to port 25)? Yep. It's easy enough to test this though: furin...@shirayuki:~$ openssl s_client -connect mx.richardhobson.com:25 -starttls smtp 250 DSN EHLO shiray

Re: AUTH'ed SMTP query

2009-04-18 Thread Ralf Hildebrandt
* Richard Hobson : > > > http://www.postfix.org/TLS_README.html#server_tls_auth > > http://www.postfix.org/postconf.5.html#smtpd_tls_auth_only > > OK, I think I get it. I'm not seeing 250-AUTH, because I'm not connecting > via TLS (when doing a telnet to port 25)? Yes. -- Ralf Hildebrandt Post

Re: AUTH'ed SMTP query

2009-04-18 Thread Richard Hobson
> http://www.postfix.org/TLS_README.html#server_tls_auth > http://www.postfix.org/postconf.5.html#smtpd_tls_auth_only OK, I think I get it. I'm not seeing 250-AUTH, because I'm not connecting via TLS (when doing a telnet to port 25)? Thanks, Richard

Re: AUTH'ed SMTP query

2009-04-18 Thread Richard Hobson
Hi, > postconf -n > output? Here's the output: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix home_mailbox = Maildir/ inet_interfaces = all mailbox_command_maps = hash:/etc/postfi

Re: AUTH'ed SMTP query

2009-04-18 Thread mouss
Richard Hobson a écrit : > Hi, > > I've followed some instructions on the web to get SMPT AUTH working in > Postfix, using saslauthd. > > My client authenticates fine via TLS using LINUX user account credentials, > and emails are relayed fine. However, when I test the connection, I don't > get an

Re: AUTH'ed SMTP query

2009-04-18 Thread Ralf Hildebrandt
* Richard Hobson : > Hi, > > I've followed some instructions on the web to get SMPT AUTH working in > Postfix, using saslauthd. > > My client authenticates fine via TLS using LINUX user account credentials, > and emails are relayed fine. However, when I test the connection, I don't > get any 250-

AUTH'ed SMTP query

2009-04-18 Thread Richard Hobson
Hi, I've followed some instructions on the web to get SMPT AUTH working in Postfix, using saslauthd. My client authenticates fine via TLS using LINUX user account credentials, and emails are relayed fine. However, when I test the connection, I don't get any 250-AUTH lines: 220 mx.richardhobson.c