Postfix: Unterschied zwischen den Versionen

Aus Doku-Wiki
Zur Navigation springenZur Suche springen
K
Zeile 20: Zeile 20:
 
'''/etc/postfix/main.cf'''
 
'''/etc/postfix/main.cf'''
 
  smtpd_sasl_auth_enable = yes
 
  smtpd_sasl_auth_enable = yes
 +
 +
 +
[[Kategorie:Linux]]

Version vom 27. Januar 2007, 16:21 Uhr

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