Hi,
I'm setting up a mail server with postfix and dovecot. For SMTP, I want to
use saslauthd with a MySQL backend for which I installed the pam_mysql
library, I'm trying to configure it but there's no luck.
My table schema (users) has 3 columns:
e-mail, password, quota
My /etc/pam.d/smtp co
he realm to which the user belongs. This could be
> the KERBEROS realm, the fully-qualified domain name of the computer the
> SASL application is running on, or the domain after the "@" in a username.
>
> sql_select: SELECT password FROM users WHERE user = '%u@%r'
>