From 484e6c1ffef57cd4ba2391c7e036dd7c2c6f3c66 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 10 Jun 2008 17:59:36 +0000 Subject: [PATCH] ActionItem44: a little bit more documentation --- util/mail/postgresql/README | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/util/mail/postgresql/README b/util/mail/postgresql/README index cbb4e2d..52e7d23 100644 --- a/util/mail/postgresql/README +++ b/util/mail/postgresql/README @@ -101,8 +101,15 @@ virtual_create_maildirsize = yes virtual_mailbox_extended = yes proxy_read_maps = $virtual_mailbox_domains $virtual_mailbox_maps -Configuring PAM-PostgreSQL for Postfix (SMTP) authentication ------------------------------------------------------------- +Configuring PAM-PostgreSQL for Postfix (SMTP) authentication through SASL +------------------------------------------------------------------------- copy the file pam_pgsql.conf over /etc/pam_pgsql.conf and adjust the parameters database, user and password accordingly to your configuration. + +Then edit /etc/default/saslauthd and change the line that defines "MECHANISMS" to read like this: + +MECHANISMS="pam" + +Also modify the options as explained in the comment just above it. (see /usr/share/doc/sasl2-bin/README.Debian) for the proper setup for postfix. + -- libgit2 0.21.2