Menu

Easy Hosting Control Panel [FoRcE Ed] / Blog: Recent posts

SMTP SASL Authentication Notes - How It All Works - Roundcube / SquirrelMail

Postfix, SASLAUTHD, PAM EHCP Integration

So that I remember this for next time, I better explain how the email configuration works in EHCP.

Postfix is configured to use SASLAUTHD in its /etc/postfix/main.cf config file:

smtpd_sasl_auth_enable = yes

The actual configuration for how to communicate with SASL is stored in /etc/postfix/sasl/smtpd.conf:

~~~
pwcheck_method: saslauthd
mech_list: plain login
allow_plaintext: true
~~~... read more

Posted by Eric 2017-12-02 Labels: smtp imap courier sasl saslauthd postfix squirrel mail round cube roundcube ehcp integration guide info