diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-14 13:11:54 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-14 13:11:54 +0800 |
commit | 9d61dd3c6ab747b11cbae69ad63950bfd751d670 (patch) | |
tree | 98e25b5912b30561650c428869b624bfe0322e34 /mail | |
parent | d9db7d23ecee80a95504f7fa91f7ae679000fad2 (diff) | |
download | freebsd-ports-gnome-9d61dd3c6ab747b11cbae69ad63950bfd751d670.tar.gz freebsd-ports-gnome-9d61dd3c6ab747b11cbae69ad63950bfd751d670.tar.zst freebsd-ports-gnome-9d61dd3c6ab747b11cbae69ad63950bfd751d670.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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot-devel/files/patch-dovecot-example.conf | 13 | ||||
-rw-r--r-- | mail/dovecot/files/patch-dovecot-example.conf | 13 |
2 files changed, 4 insertions, 22 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 diff --git a/mail/dovecot/files/patch-dovecot-example.conf b/mail/dovecot/files/patch-dovecot-example.conf index faf7e730cbf2..013d4fa98447 100644 --- a/mail/dovecot/files/patch-dovecot-example.conf +++ b/mail/dovecot/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 |