diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-16 07:13:10 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-16 07:13:10 +0800 |
commit | d0948fb543037e69db48811792324c994fd717b9 (patch) | |
tree | 78c72570cc6dce8fc2a5a5cf74fa57f91c793008 /mail/dovecot-devel/files | |
parent | 2bbab00f34b98ba7adf73a7a6b31fdf4eac9b44a (diff) | |
download | freebsd-ports-gnome-d0948fb543037e69db48811792324c994fd717b9.tar.gz freebsd-ports-gnome-d0948fb543037e69db48811792324c994fd717b9.tar.zst freebsd-ports-gnome-d0948fb543037e69db48811792324c994fd717b9.zip |
update mail/dovecot 0.99.5 -> 0.99.8-test5
PR: 48261
Submitted by: Dominic Marks <dom@cus.org.uk>
Diffstat (limited to 'mail/dovecot-devel/files')
-rw-r--r-- | mail/dovecot-devel/files/patch-dovecot-example.conf | 95 |
1 files changed, 61 insertions, 34 deletions
diff --git a/mail/dovecot-devel/files/patch-dovecot-example.conf b/mail/dovecot-devel/files/patch-dovecot-example.conf index b31c37f16458..569318cf52f4 100644 --- a/mail/dovecot-devel/files/patch-dovecot-example.conf +++ b/mail/dovecot-devel/files/patch-dovecot-example.conf @@ -1,53 +1,80 @@ ---- dovecot-example.conf Thu Jan 2 10:33:53 2003 -+++ dovecot-example.conf.new Sat Jan 4 21:40:34 2003 -@@ -64,7 +64,7 @@ - ## +--- dovecot-example.conf Tue Feb 11 19:35:49 2003 ++++ dovecot-example.conf Thu Feb 13 21:23:56 2003 +@@ -7,7 +7,7 @@ + # --with-ssldir=/etc/ssl - # Executable location --#login_executable = /usr/libexec/dovecot/imap-login -+login_executable = %%PREFIX%%/dovecot/imap-login - - # User to use for imap-login process - #login_user = imapd -@@ -76,7 +76,7 @@ - # Directory where imap-auth places authentication UNIX sockets which login - # needs to be able to connect to. The sockets are created when running as - # root, so you don't need to give imap-auth any access for it. + # Base directory where to store runtime data. +-#base_dir = /var/run/dovecot/ ++base_dir = /var/dovecot/ + + # Protocols we want to be serving: + # imap imaps pop3 pop3s +@@ -38,7 +38,7 @@ + + # SSL parameter file. Master process generates this file for login processes. + # It contains Diffie Hellman and RSA parameters. +-#ssl_parameters_file = /var/run/dovecot/ssl-parameters.dat ++#ssl_parameters_file = /var/dovecot/ssl/parameters.dat + + # How often to regenerate the SSL parameters file. Generation is quite CPU + # intensive operation. The value is in hours, 0 disables regeneration +@@ -67,7 +67,7 @@ + # Directory where authentication process places authentication UNIX sockets + # which login needs to be able to connect to. The sockets are created when + # running as root, so you don't have to worry about permissions. -#login_dir = /var/run/dovecot/login +login_dir = /var/dovecot/login - # chroot imap-login process to the login_dir. Only reason not to do this - # is if you wish to run the whole imapd without roots. -@@ -111,7 +111,7 @@ + # chroot login process to the login_dir. Only reason not to do this is if you + # wish to run the whole Dovecot without roots. +@@ -81,7 +81,7 @@ + login = imap + + # Executable location. +-#login_executable = /usr/libexec/dovecot/imap-login ++login_executable = %%PREFIX%%/lib/dovecot/imap-login + + # User to use for the login process. The user must belong to a group where + # only it has access, it's used to control access for authentication process +@@ -126,7 +126,7 @@ + login = pop3 + + # Exception to above rule being the executable location. +-#login_executable = /usr/libexec/dovecot/pop3-login ++login_executable = %%PREFIX%%/lib/dovecot/pop3-login + + ## + ## Mail processes +@@ -292,7 +292,7 @@ ## # Executable location -#imap_executable = /usr/libexec/dovecot/imap -+imap_executable = %%PREFIX%%/dovecot/imap ++#imap_executable = %%PREFIX%%/lib/dovecot/imap # Set max. process size in megabytes. Most of the memory goes to mmap()ing # files, so it shouldn't harm much even if this limit is set pretty high. -@@ -292,7 +292,7 @@ - auth_userinfo = pam +@@ -303,7 +303,7 @@ + ## # Executable location --#auth_executable = /usr/libexec/dovecot/imap-auth -+auth_executable = %%PREFIX%%/dovecot/imap-auth +-#pop3_executable = /usr/libexec/dovecot/pop3 ++#pop3_executable = %%PREFIX%%/lib/dovecot/pop3 - # Set max. process size in megabytes. - #auth_process_size = 256 -@@ -303,7 +303,7 @@ + # Set max. process size in megabytes. Most of the memory goes to mmap()ing + # files, so it shouldn't harm much even if this limit is set pretty high. +@@ -357,7 +357,7 @@ + auth_passdb = pam - # 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. --#auth_chroot = -+auth_chroot = /var/dovecot/auth + # Executable location +-#auth_executable = /usr/libexec/dovecot/dovecot-auth ++#auth_executable = %%PREFIX%%/lib/dovecot/dovecot-auth - # Number of authentication processes to create - #auth_count = 1 -@@ -319,7 +319,7 @@ - #auth_realms = - #auth_userinfo = passwd-file /etc/passwd.imap + # Set max. process size in megabytes. + #auth_process_size = 256 +@@ -388,7 +388,7 @@ + #auth_userdb = passwd-file /etc/passwd.imap + #auth_passdb = passwd-file /etc/passwd.imap #auth_user = imapauth -#auth_chroot = /var/run/dovecot/auth +#auth_chroot = /var/dovecot/auth |