Postfix

Aus Doku-Wiki
Zur Navigation springenZur Suche springen

Installation

# aptitude install postfix postfix-tls swaks

Konfiguration

postconf

# postconf -n
sasl
# aptitude install postfix-tls
#  postconf -e 'smtpd_sasl_auth_enable = yes'

/etc/postfix/sasl/smtpd.conf

# pweck_method: saslauthd
# mech_list: plain

/etc/default/saslauthd

#START=yes
# PARAMS="-m /var/spool/postfix/var/run/saslauthd"
# MECHANISMS="ldap"

Testen mit testsaslauthd -f /var/spool/postfix/var/run/saslauthd/mux -u [user] -p [passwort] /etc/postfix/main.cf

smtpd_sasl_auth_enable = yes