<div dir="ltr"><div><div><div><div>I'm currently running into the same problem. <br><br>And no I have only PAM enabled on this machine.<br><br>MECHANISMS="pam"<br><br></div>The difference I have is that I enabled debugging output<br>

<br>OPTIONS="-d -c -m /var/spool/postfix/var/run/saslauthd"<br><br></div>due to debugging the recent postfix_2.10.0-1 FUBAR<br></div>which prevented mail relaying (including sending mail from a MUAs like Thunderbird)<br>

</div>and wich could only be fixed by dropping back to postfix_2.9.6-2<br><div><br><div><div>+ for script in '$scripts'<br>+ /etc/rc2.d/S16saslauthd start<br>[....] Starting SASL Authentication Daemon: saslauthdsaslauthd[1978] :main            : num_procs  : 5<br>

saslauthd[1978] :main            : mech_option: NULL<br>saslauthd[1978] :main            : run_path   : /var/spool/postfix/var/run/saslauthd<br>saslauthd[1978] :main            : auth_mech  : pam<br>saslauthd[1978] :cache_alloc_mm  : mmaped shared memory segment on file: /var/spool/postfix/var/run/saslauthd/cache.mmap<br>

saslauthd[1978] :cache_init      : bucket size: 92 bytes<br>saslauthd[1978] :cache_init      : stats size : 36 bytes<br>saslauthd[1978] :cache_init      : timeout    : 28800 seconds<br>saslauthd[1978] :cache_init      : cache table: 944764 total bytes<br>

saslauthd[1978] :cache_init      : cache table: 1711 slots<br>saslauthd[1978] :cache_init      : cache table: 10266 buckets<br>saslauthd[1978] :cache_init_lock : flock file opened at /var/spool/postfix/var/run/saslauthd/cache.flock<br>

saslauthd[1978] :ipc_init        : using accept lock file: /var/spool/postfix/var/run/saslauthd/mux.accept<br>saslauthd[1978] :detach_tty      : master pid is: 0<br>saslauthd[1978] :ipc_init        : listening on socket: /var/spool/postfix/var/run/saslauthd/mux<br>

saslauthd[1978] :main            : using process model<br>saslauthd[1978] :have_baby       : forked child: 1979<br>saslauthd[1978] :have_baby       : forked child: 1980<br>saslauthd[1978] :have_baby       : forked child: 1981<br>

saslauthd[1978] :have_baby       : forked child: 1982<br>saslauthd[1978] :get_accept_lock : acquired accept lock<br><br><br><br></div><div>Disable debugging and all is well:<br></div><div><br>OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd"<br>

<br></div><div>Cheers<br></div><div>  Mike<br></div><div><br></div></div></div></div>