aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-11 10:35:54 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-11 10:35:54 +0000
commitecf6561d634700c3b1c38be42461a57fbb7ee53d (patch)
tree946d12df1db8281f12f655cf1516b976f4e78ef9 /mail/dovecot/files
parent7fe9e75768f7da1d1cbcaff86b18d9e8711c1280 (diff)
downloadports-ecf6561d634700c3b1c38be42461a57fbb7ee53d.tar.gz
ports-ecf6561d634700c3b1c38be42461a57fbb7ee53d.zip
Maintainer update: mail/dovecot
Updates: - MASTER_SITES - dovecot-example.conf used pgsql for userdb by default, now uses passwd. PR: ports/61188 Submitted by: Robin Breathe <robin@isometry.net>
Notes
Notes: svn path=/head/; revision=97915
Diffstat (limited to 'mail/dovecot/files')
-rw-r--r--mail/dovecot/files/patch-dovecot-example.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dovecot/files/patch-dovecot-example.conf b/mail/dovecot/files/patch-dovecot-example.conf
index 53f436bc8ec3..e4720be067da 100644
--- a/mail/dovecot/files/patch-dovecot-example.conf
+++ b/mail/dovecot/files/patch-dovecot-example.conf
@@ -195,6 +195,17 @@
##
## Authentication processes
+@@ -380,8 +380,8 @@
+ # vpopmail: vpopmail library
+ # ldap <config path>: LDAP, see doc/dovecot-ldap.conf
+ # pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf
+-#auth_userdb = passwd
+-auth_userdb = pgsql /usr/local/etc/dovecot-pgsql.conf
++#auth_userdb = pgsql %%PREFIX%%/etc/dovecot-pgsql.conf
++auth_userdb = passwd
+
+ # Where password database is kept:
+ # passwd: /etc/passwd or similiar, using getpwnam()
@@ -391,9 +391,9 @@
# vpopmail: vpopmail authentication
# ldap <config path>: LDAP, see doc/dovecot-ldap.conf