On 8/1/07, Gert Cuykens <gert.cuykens@xxxxxxxxx> wrote: > On 7/31/07, Patrick Ben Koetter <p@xxxxxxxxxxxxxxxx> wrote: > > Cyrus SASL used with the client and server tools logs to the AUTH facility. > > Make sure your syslog server catches this facility and writes it to a log > > file. > > And in linux commands that would be ? > > > As for the failed authentication where you entered root as authcid and > > authzid: Is root a valid entry in your mysql database? > > mysql> select userid from dbmail_users; > +--------------------------------+ > | userid | > +--------------------------------+ > | anyone | > | root | > | __@!internal_delivery_user!@__ | > | __public__ | > +--------------------------------+ > 4 rows in set (0.00 sec) > > root@www:/etc/postfix# postmap -qroot@lan mysql:./recipients.cf > root@lan > root@www:/etc/postfix# > > postmap -q has no problem verifying email addresses > its specificly sasl that doesnt talk to mysql what so ever > Why does the ubuntu client version do this ? root@www:/etc/postfix# sasl-sample-client Waiting for mechanism list from server... AUTH PLAIN cm9vdAByb290QGxhbgByb290 sasl-sample-client: Unable to parse input root@www:/etc/postfix# root@www:/etc/postfix# ps -e | grep sasl 5919 ? 00:00:00 saslauthd 5920 ? 00:00:00 saslauthd 5921 ? 00:00:00 saslauthd 5922 ? 00:00:00 saslauthd 5923 ? 00:00:00 saslauthd 6114 pts/2 00:00:00 sasl-sample-ser root@www:/etc/postfix#