Date: Sun, 28 Nov 2004 08:34:40 -0600 (CST) From: klr@6s-gaming.com To: freebsd-questions@freebsd.org Subject: RE: Cyrus-SASL2-2.1.20 & MySQL crypt'ed passwords Message-ID: <56240.81.84.175.77.1101652480.squirrel@81.84.175.77> In-Reply-To: <FPEKLENMBNKLANOHPBCCIEOBDKAA.marcel@de.reuver.org> References: <56179.81.84.175.77.1101645978.squirrel@81.84.175.77> <FPEKLENMBNKLANOHPBCCIEOBDKAA.marcel@de.reuver.org>
next in thread | previous in thread | raw e-mail | index | archive | help
That is exactly my smtpd.conf , I don't understand why it doesn't work :/ The password_format directive was incorporated on 2.1.20 ? >> >> Could anyone make this setup work? The patch for 2.1.19 applies cleanly >> to >> the ports tree and I can build sasl, but it ignores the settings on >> smtpd.conf (mainly password_format: crypt). >> >> I can auth @ SMTP using the encrypted password I find at the database, >> but >> no luck using the plaintext password (which cyrus-sasl should then crypt >> and check vs the database). -- Meaning the patch is having no effect, it >> is only checking the password feeded vs the database... >> >> Is there any way to have SMTP auth working with MySQL / crypt-stored >> passwords using postfix+cyrus-sasl2 ? >> > > > ---- smtpd.conf -------------------- > pwcheck_method: auxprop > mech_list: PLAIN LOGIN > auxprop_plugin: sql > srp_mda: md5 > password_format: crypt > sql_engine: mysql > sql_hostnames: localhost > sql_database: postfix > sql_user: XXXXXXXXX > sql_passwd: XXXXXXXXX > sql_verbose: yes > sql_select: SELECT password FROM mailbox WHERE username = '%u@%r' > ------------------------------------- > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56240.81.84.175.77.1101652480.squirrel>