aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot-devel
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-14 05:11:54 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-14 05:11:54 +0000
commit9a19c5a1ffc34a98e21be0fa09123a141715bdfc (patch)
tree27821f864116db75f69d35cf94bb5404e653d9b0 /mail/dovecot-devel
parent0f4970f07d0b249eb9e4b7be5b89394b75b1c1ac (diff)
downloadports-9a19c5a1ffc34a98e21be0fa09123a141715bdfc.tar.gz
ports-9a19c5a1ffc34a98e21be0fa09123a141715bdfc.zip
fix mail/dovecot: use root on BSD system
- On BSD root is required, comment didn't say so and I didn't notice since I don't have any 4.x boxes which I use dovecot on. PR: 54404 Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=84850
Diffstat (limited to 'mail/dovecot-devel')
-rw-r--r--mail/dovecot-devel/files/patch-dovecot-example.conf13
1 files changed, 2 insertions, 11 deletions
diff --git a/mail/dovecot-devel/files/patch-dovecot-example.conf b/mail/dovecot-devel/files/patch-dovecot-example.conf
index faf7e730cbf2..013d4fa98447 100644
--- a/mail/dovecot-devel/files/patch-dovecot-example.conf
+++ b/mail/dovecot-devel/files/patch-dovecot-example.conf
@@ -1,5 +1,5 @@
---- dovecot-example.conf.orig Thu Jun 26 17:11:06 2003
-+++ dovecot-example.conf Sat Jun 28 14:45:41 2003
+--- dovecot-example.conf.orig Thu Jun 26 16:11:06 2003
++++ dovecot-example.conf Sat Jul 12 01:48:09 2003
@@ -7,11 +7,11 @@
# --with-ssldir=/etc/ssl
@@ -208,15 +208,6 @@
# Set max. process size in megabytes.
#auth_process_size = 256
-@@ -397,7 +397,7 @@
- # User to use for the process. This user needs access to only user and
- # password databases, nothing else. Only shadow and pam authentication
- # requires roots, so use something else if possible.
--auth_user = root
-+auth_user = dovecot-auth
-
- # Directory where to chroot the process. Most authentication backends don't
- # work if this is set, and there's no point chrooting if auth_user is root.
@@ -418,7 +418,7 @@
# More verbose logging. Useful for figuring out why authentication isn't