D
dereine
Guest
Du meinst bestimmt die /etc/default/saslauthd, oder?
Nein, mich Interessiert in /etc/default/spamassassin
diese Zeile:
Code:
OPTIONS="--create-prefs --max-children 5 --helper-home-dir"
Du meinst bestimmt die /etc/default/saslauthd, oder?
OPTIONS="--create-prefs --max-children 5 --helper-home-dir"
failure: cannot connect to saslauthd server: No such file or directory
# /etc/default/spamassassin
# Duncan Findlay
# WARNING: please read README.spamd before using.
# There may be security risks.
# Change to one to enable spamd
ENABLED=1
# Options
# See man spamd for possible options. The -d option is automatically added.
# NOTE: version 3.0.x has switched to a "preforking" model, so you
# need to make sure --max-children is not set to anything higher than
# 5, unless you know what you're doing.
OPTIONS="--create-prefs --max-children 2 --helper-home-dir"
# Pid file
# Where should spamd write its PID to file? If you use the -u or
# --username option above, this needs to be writable by that user.
# Otherwise, the init script will not be able to shut spamd down.
PIDFILE="/var/run/spamd.pid"
# Set nice level of spamd
#NICE="--nicelevel 15"
OPTIONS="--create-prefs --max-children 2 --helper-home-dir"
OPTIONS="-x -q"
killall saslauthd
rm -f /var/spool/postfix/var/run/saslauthd/*
/etc/init.d/saslauthd start
Tja, da stimmt wohl die Überschrift nicht.JamesG said:"Postfix mit SMTP-Auth und TLS unter Debian"-- da wird aber nur erklärt, wie man "SMTP-Auth" zum laufen bringt, aber nicht "TLS"...???
chown -R postfix:root /var/spool/postfix/var/run/saslauthd
Tippfehler. Da fehlte ein 'd'.JamesG said:das Paket "amavis-new" gibt es jedoch nicht, sondern: "amavisd-new"
# only used by postfix-tls
#tlsmgr fifo - - n 300 1 tlsmgr
#smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#587 inet n - n - - smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
server1:/var/spool/postfix/var/run# cd /var/run
server1:/var/run# mv saslauthd/ /var/spool/postfix/var/run
server1:/var/run# ln -s /var/spool/postfix/var/run/saslauthd/ saslauthd
server1:/var/run# chown -R postfix /var/spool/postfix/var/run/saslauthd
server1:/var/run# /etc/init.d/saslauthd stop
Stopping SASL Authentication Daemon: saslauthd.
server1:/var/run# /etc/init.d/saslauthd start
Starting SASL Authentication Daemon: changed ownership of `/var/run/saslauthd' to root:sasl
saslauthd.
server1:/var/run# /etc/init.d/postfix reload
Reloading Postfix configuration...done.
server1:/var/run#
Dein Zertifikat.JamesG said:Was trage ich als: "smtpd_tls_CAfile"?
Wird nicht benötigt, solange Du nicht den smtps-Port nutzen willst.sollte man das nicht aktivieren, wird das nicht benötigt??
We use essential cookies to make this site work, and optional cookies to enhance your experience.