Paul G. Allen wrote: > Does anyone know of any documentation covering this specific subject? Am > I the only one on the planet trying to use Postfix+Cyrus SASL+Postgres > for SMTP AUTH? > > (Note: I have Postfix verifying virtual domains and addresses for > incoming mail from the Postgres database.)
Check /usr/lib/sasl2/smtpd.conf and make sure it is configured properly. I use sasl for authentication so mine looks like this: pwcheck_method: saslauthd$ mech_list: plain login$ You can also check the man page for saslauthd to get more information. one page I found sayst to run saslauthd -v to see what saslauth supports. Here's a page I found that has some information that may help: http://gentoo-wiki.com/HOWTO_Email:_A_Complete_Virtual_System_-_SMTP_Authentication Here are some more links I found that might help: http://www.irbs.net/internet/postfix/0401/2344.html http://workaround.org/articles/ispmail-etch/ http://www.lxtreme.nl/index.pl/docs/linux/dovecot_postfix_pam#allowrelayingforhostedusers -- Neil Schneider pacneil_at_linuxgeek_dot_net http://www.paccomp.com Key fingerprint = 67F0 E493 FCC0 0A8C 769B 8209 32D7 1DB1 8460 C47D I help busy professionals diversify their self-directed IRAs and portfolios with real estate they don't have to manage. Please let me know if you or someone you know would like more information. -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
