On 02/12/09 10:03 -0800, Corey Chandler wrote:
I recently upgraded from FreeBSD 7.2 to 8.0. This resulted in a strange error with authdaemond when used in conjunction with postfix; I've rebuilt all of the packages, but the config they're using has worked since the 6.0 days.

I attempt to send a message using SASL and get the following in my logs (passwords and hashes have been consistently redacted; nothing else has been altered):

Dec 1 14:49:06 alcatraz authdaemond: Authenticated: sysusername=<null>, sysuserid=1008, sysgroupid=1008, homedir=/usr/local/virtual/, address=...@sequestered.net, fullname=Jay Chandler, maildir=sequestered.net/j...@sequestered.net/, quota=1024000000S, options=<null> Dec 1 14:49:06 alcatraz authdaemond: Authenticated: clearpasswd=omgponies, passwd=$1$6dICANHAZPONIEZ?$Z1ySHXcliB8vx0jqwZ9Bp1 Dec 1 14:49:06 alcatraz imapd-ssl: LOGIN, user=...@sequestered.net, ip=[166.191.99.147], port=[52341], protocol=IMAP Dec 1 14:49:07 alcatraz imapd-ssl: LOGOUT, user=...@sequestered.net, ip=[166.191.99.147], headers=0, body=0, rcvd=25, sent=699, time=1, starttls=1 Dec 1 14:49:08 alcatraz imapd-ssl: LOGIN, user=...@sequestered.net, ip=[166.191.99.147], port=[52342], protocol=IMAP Dec 1 14:49:08 alcatraz authdaemond: Authenticated: sysusername=<null>, sysuserid=1008, sysgroupid=1008, homedir=/usr/local/virtual/, address=...@sequestered.net, fullname=Jay Chandler, maildir=sequestered.net/j...@sequestered.net/, quota=1024000000S, options=<null> Dec 1 14:49:08 alcatraz authdaemond: Authenticated: clearpasswd=omgponies, passwd=$1$6dICANHAZPONIEZ?$Z1ySHXcliB8vx0jqwZ9Bp1 Dec 1 14:49:11 alcatraz imapd-ssl: LOGIN, user=...@sequestered.net, ip=[166.191.99.147], port=[52343], protocol=IMAP Dec 1 14:49:11 alcatraz authdaemond: Authenticated: sysusername=<null>, sysuserid=1008, sysgroupid=1008, homedir=/usr/local/virtual/, address=...@sequestered.net, fullname=Jay Chandler, maildir=sequestered.net/j...@sequestered.net/, quota=1024000000S, options=<null> Dec 1 14:49:11 alcatraz authdaemond: Authenticated: clearpasswd=omgponies, passwd=$1$6dICANHAZPONIEZ?$Z1ySHXcliB8vx0jqwZ9Bp1
<cut>
-- content of /usr/local/lib/sasl2/smtpd.conf --
pwcheck_method: authdaemond
log_level: 7
mech_list: PLAIN LOGIN
authdaemond_path: /var/run/authdaemond/socket

Do the postfix syslog entries offer anything useful?

smtptest (from cyrus imapd) may help in testing the SMTP AUTH login to
Postfix.

--
Dan White

Reply via email to