jan gestre wrote: > Can anyone tell me how to configure postfix to use mysql for smtp > auth? My version of postfix was rebuilt with mysql support because the > default postfix for CentOS does not come with mysql support by > default. >
Postfix does not query databases directly for SASL. It is up to the SASL library (either cyrus or dovecot) to have that support. Brian
