On 10/25/2011 4:57 PM, Seth Kneller wrote: > On 25/10/2011 22:35, Reindl Harald wrote: > >> please do NOT post debug-logs as long not requested >> the only thing visible in your log is a connect and >> a disconnect, so this is not really postfix related > > I apologise, the reason I have posted here is that I cannot see > anything that is wrong with my roundcube configuration. However I > suspect that maybe it can't cope with STARTTLS?
I'm not familiar with roundcube, but that seems likely. > I was considering the lines that say: > > Oct 25 21:28:27 turing postfix/smtpd[440]: match_list_match: > localhost: no match Unrelated. > I also notice that my response has no: > > 250-AUTH CRAM-MD5 DIGEST-MD5 PLAIN LOGIN NTLM > > So maybe I have turned on some option that only allows SMTP login > after STARTTLS? Most folks set the main.cf option smtpd_tls_auth_only = yes which does exactly that. Probably the best solution is to uncomment the smtps wrappermode SSL master.cf entry, then configure roundcube to submit mail on ssl port 465. -- Noel Jones