Am 01.05.2014 20:44, schrieb Curtis Maurand:
> I think I've missed something dumb, but I have SASL working on my
> postfix/dbmail setup using imap authentication to
> the dbmail imap server. However, if the client connects on port 587, smtp
> authentication fails. Thunderbird seems
> to understand the key (complains that it's not signed by anyone it knows, but
> I don't care about that.) I see TLS
> server to server connections all the time, so I'm not getting it. google
> searches on this turn up a whole lot of
> nothing.
so what did you do to configure SASL?
you missed the welcome message stating at least "postconf -n" for problem
reports because you provided zero informatuin
__________________________________________
since you mention dbmail i would in general suggest using dovecot as proxy
which also can be used for SASL and that way provides the same auth-mechs
for POP3/IMAP/SMTP with the same user-database
look at the dbmail-list-archives, there are tons of informations
with full working example configurations, since i worte them
multiple times there i am tired to search and reapeat it
__________________________________________
basic configurations postfix/dovceot SASL
postfix:
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
dovecot:
# configure backend for postfix sasl-auth
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0660
user = postfix
group = postfix
}
}