I just don't see anything else being logged, besides what I've provided. I've already got sendmail dumping out everything for transactions (using -X/log/file which is the authentication log I've provided above) and got the debug category set to 95 (AUTH as per TRACEFLAGS), which provides no additional information in the log files during the auth process.
Saslauthd itself is providing nothing in the log files aside from its startup and shutdown. Even debug mode provides no information relating to the auth. In fact, here's a saslauthd debug session during a failed auth:
--------------------------
/usr/share/sendmail/cf> /usr/sbin/saslauthd -a shadow -d
saslauthd[13369] :main : num_procs : 5
saslauthd[13369] :main : mech_option: NULL
saslauthd[13369] :main : run_path : /var/state/saslauthd
saslauthd[13369] :main : auth_mech : shadow
saslauthd[13369] :ipc_init : using accept lock file: /var/state/saslauthd/mux.a
saslauthd[13369] :detach_tty : master pid is: 0
saslauthd[13369] :ipc_init : listening on socket: /var/state/saslauthd/mux
---[here the mail got sent]---
saslauthd[13369] :main : using process model
saslauthd[13369] :have_baby : forked child: 13370
saslauthd[13370] :get_accept_lock : acquired accept lock
saslauthd[13369] :have_baby : forked child: 13371
saslauthd[13369] :have_baby : forked child: 13372
saslauthd[13369] :have_baby : forked child: 13373
---[here I hit ctrl-C]---
saslauthd[13370] :server_exit : child exited: 13370
saslauthd[13369] :server_exit : pid file lock removed: /var/state/saslauthd/sasla
saslauthd[13369] :ipc_cleanup : accept lock file removed: /var/state/saslauthd/mux.a
saslauthd[13369] :ipc_cleanup : socket removed: /var/state/saslauthd/mux
saslauthd[13369] :handle_sigchld : child exited: 13370
saslauthd[13369] :server_exit : master exited: 0
saslauthd[13371] :server_exit : child exited: 13371
saslauthd[13372] :server_exit : child exited: 13372
saslauthd[13373] :server_exit : child exited: 13373
--------------------------
Can you be more specific about what log file is being affected and what option or switch causes this information to be logged? I just don't see anything else that shows any problems or errors, other than the auth stuff previously mentioned.
Main Topics
Browse All Topics





by: KeremEPosted on 2009-08-15 at 16:19:55ID: 25107270
Hi,
When you get this error you should have some extra info should be logged in your log files. Please check the logs to see what is failing and causes sendmail not be able to authenticate.
If you post details from your logs I can better point you up to the right direction.
I'm expecting you to find some SASL errors logged in your log files.
Cheers,
K.