|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: SASL Fails After Adding DSPAM
From: Andreas Winkelmann (ml
awinkelmann.de)
Date: Mon Dec 11 2006 - 22:48:57 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am Tuesday 12 December 2006 03:55 schrieb Michael Starks:
> > Please show your smtpd.conf and how you start saslauthd, best with ps, so
> > e can see if it is running, too.
>
> Sure:
> -bash-3.00# cat /usr/local/lib/sasl2/smtpd.conf
> pwcheck_method: saslauthd
> log_level: 3
> mech_list: PLAIN LOGIN
> saslauthd_path: /var/run/sasl2/mux
/var/run/sasl2(/mux)
> > # ps aux | grep saslauthd
>
> -bash-3.00# ps aux | grep saslauthd
> root 7216 0.0 0.0 424 4 ?? Is 11Nov06 0:00.03
> /usr/local/sbin/saslauthd -r -m /var/spool/postfix/var/run
> root 16087 0.0 0.0 424 4 ?? I 11Nov06 0:00.04
> /usr/local/sbin/saslauthd -r -m /var/spool/postfix/var/run
> root 11801 0.0 0.1 424 88 ?? I 11Nov06 0:00.05
> /usr/local/sbin/saslauthd -r -m /var/spool/postfix/var/run
> root 22691 0.0 0.2 424 232 ?? I 11Nov06 0:00.10
> /usr/local/sbin/saslauthd -r -m /var/spool/postfix/var/run
> root 7682 0.0 0.2 424 228 ?? I 11Nov06 0:00.10
> /usr/local/sbin/saslauthd -r -m /var/spool/postfix/var/run
> root 25704 0.0 0.4 312 468 p0 S+ 9:55PM 0:00.01 grep
> saslauthd
/var/spool/postfix/var/run
1. You have saslauthd configured to run in Postfix's chroot Jail. But
Postfix's smtpd does not have chroot enabled. So either turn the chroot on
(master.cf) or change the "-m" Option from saslauthd.
2. The ../sasl2 is missing, if this is not a copy&paste Problem, change the
"-m" Option to include the "/sasl2".
> Hmm, should there be multiple instances of this?
--
Andreas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]