Commit 484e6c1ffef57cd4ba2391c7e036dd7c2c6f3c66
1 parent
112706ac
Exists in
master
and in
29 other branches
ActionItem44: a little bit more documentation
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1984 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
9 additions
and
2 deletions
Show diff stats
util/mail/postgresql/README
@@ -101,8 +101,15 @@ virtual_create_maildirsize = yes | @@ -101,8 +101,15 @@ virtual_create_maildirsize = yes | ||
101 | virtual_mailbox_extended = yes | 101 | virtual_mailbox_extended = yes |
102 | proxy_read_maps = $virtual_mailbox_domains $virtual_mailbox_maps | 102 | proxy_read_maps = $virtual_mailbox_domains $virtual_mailbox_maps |
103 | 103 | ||
104 | -Configuring PAM-PostgreSQL for Postfix (SMTP) authentication | ||
105 | ------------------------------------------------------------- | 104 | +Configuring PAM-PostgreSQL for Postfix (SMTP) authentication through SASL |
105 | +------------------------------------------------------------------------- | ||
106 | 106 | ||
107 | copy the file pam_pgsql.conf over /etc/pam_pgsql.conf and adjust the parameters | 107 | copy the file pam_pgsql.conf over /etc/pam_pgsql.conf and adjust the parameters |
108 | database, user and password accordingly to your configuration. | 108 | database, user and password accordingly to your configuration. |
109 | + | ||
110 | +Then edit /etc/default/saslauthd and change the line that defines "MECHANISMS" to read like this: | ||
111 | + | ||
112 | +MECHANISMS="pam" | ||
113 | + | ||
114 | +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. | ||
115 | + |