<sigh> So when I build my passwd table I used e-mail addresses as the userid's as it made SPF happy. So when I tried "[email protected]" in my authtest it succeeded, and PINE also connected via IMAP.
-- Nick Ellson CCIE# 20018 MCSE 2000, Security+, Network+ Network Hobbyist, VFR Private Pilot. On Sun, 21 Dec 2008, Nick Ellson wrote: > > Well, though I do not see any updates in the .dist files, I do see > different logs now: > > in the mail.log I see real good logging that suggests my SQL table might > be amiss. > > Dec 21 17:17:05 goonie authdaemond: received auth request, service=login, > authtype=login > Dec 21 17:17:05 goonie authdaemond: authmysql: trying this module > Dec 21 17:17:05 goonie authdaemond: authmysqllib: connected. Versions: > header 50060, client 50060, server 50060 > Dec 21 17:17:05 goonie authdaemond: SQL query: SELECT id, crypt, clear, > uid, gid, home, "", "", name, "" FROM passwd WHERE id = 'grimm' > Dec 21 17:17:05 goonie authdaemond: zero rows returned > Dec 21 17:17:05 goonie authdaemond: no password available to compare > Dec 21 17:17:05 goonie authdaemond: authmysql: REJECT - try next module > Dec 21 17:17:05 goonie authdaemond: FAIL, all modules rejected > > I am getting no rows returned, so checking my 3 user entries for issues. > > Nick > > > > -- > Nick Ellson > CCIE# 20018 > MCSE 2000, Security+, Network+ > Network Hobbyist, VFR Private Pilot. > > > On Sun, 21 Dec 2008, Nick Ellson wrote: > >> >> Ah, excellent. I am working with the authtest tool. I have >> /etc/courier/authlib/authmysqlrc set for both crypt and plain, and my >> passwd table is all in clear text. looks to have my MySQL login data >> right. >> >> I changed the auth types to just MySQL to try and force it, it had MySQL >> first then PAM. >> >> I wanted to up the debugging so I moved it to a 1 from 0, but the .dist >> file isn't updating when I restart the daemons. >> >> I haven't seen anything in the docs that helps on this. >> >> Nick >> >> >> >> >> -- >> Nick Ellson >> CCIE# 20018 >> MCSE 2000, Security+, Network+ >> Network Hobbyist, VFR Private Pilot. >> >> >> On Sun, 21 Dec 2008, Sam Varshavchik wrote: >> >>> This shows that you are using the PAM authentication module, even though you >>> claim that your intentions are to use authentication against a MySQL-stored >>> account table. >>> >>>> Can anyone give me a nudge to some config examples of how-to's that would >>>> help me see what is going on and getting PINE reading my test mails? >>> >>> See the instructions in courier-authlib's README for configuring >>> courier-authlib to authenticate with MySQL. Do not proceed with trying to >>> use >>> any IMAP client until you have verified, using courier-authlib's authtest >>> tools, that you can succesfully validate login IDs and passwords. >>> >>> >>> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> courier-users mailing list >> [email protected] >> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users >> > > ------------------------------------------------------------------------------ > _______________________________________________ > courier-users mailing list > [email protected] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users > ------------------------------------------------------------------------------ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
