On Wed, 23 Oct 2002, Howard Bagcat wrote: > anyone, > > how will i be able to use postgresql as mapping environment for postfix? > > recently, i created a php-based usermanagement system and uses postgresql as its >backend. now, im > thinking of using it for our imap/pop authentication... >
unless you are using SMTP AUTH, the MTA never has any need for authentication. The MDA, POP, IMAP servers do, and for that you need somthing like pam_pgsql, which can do username/password lookups to pgsql. _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
