dovecot: update to 1.0.rc10
This commit is contained in:
parent
52c0139ed0
commit
b20abba4b5
@ -1,3 +1,3 @@
|
||||
1c37d911bc42fb40f0ef5a3f5822b170 dovecot
|
||||
fce6bd9190f8fe4cd14d596399796560 dovecot-1.0.rc9.tar.gz
|
||||
19489285b95da0d045698c68a065188a dovecot-config.patch
|
||||
4b76cef0e769e7504e47f4df4055bc8c dovecot-1.0.rc10.tar.gz
|
||||
a09bb8cdd677bbe355c7fbf26ccb407e dovecot-config.patch
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: openssl
|
||||
|
||||
name=dovecot
|
||||
version=1.0.rc9
|
||||
version=1.0.rc10
|
||||
release=1
|
||||
source=(http://dovecot.org/releases/$name-$version.tar.gz \
|
||||
dovecot-config.patch dovecot)
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-example.conf
|
||||
--- dovecot-1.0.rc9.orig/dovecot-example.conf 2006-10-14 09:47:18.000000000 +0200
|
||||
+++ dovecot-1.0.rc9/dovecot-example.conf 2006-10-14 09:47:32.000000000 +0200
|
||||
diff -Nru dovecot-1.0.rc10.orig/dovecot-example.conf dovecot-1.0.rc10/dovecot-example.conf
|
||||
--- dovecot-1.0.rc10.orig/dovecot-example.conf 2006-10-16 19:39:28.000000000 +0200
|
||||
+++ dovecot-1.0.rc10/dovecot-example.conf 2006-10-16 19:39:39.000000000 +0200
|
||||
@@ -13,11 +13,11 @@
|
||||
# --with-ssldir=/etc/ssl
|
||||
|
||||
@ -26,7 +26,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# If key file is password protected, give the password here. Alternatively
|
||||
# give it when starting dovecot with -p parameter.
|
||||
@@ -119,7 +119,7 @@
|
||||
@@ -121,7 +121,7 @@
|
||||
# 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. Note that
|
||||
# everything in this directory is deleted when Dovecot is started.
|
||||
@ -35,7 +35,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# chroot login process to the login_dir. Only reason not to do this is if you
|
||||
# wish to run the whole Dovecot without roots.
|
||||
@@ -131,7 +131,7 @@
|
||||
@@ -133,7 +133,7 @@
|
||||
# only it has access, it's used to control access for authentication process.
|
||||
# Note that this user is NOT used to access mails.
|
||||
# http://wiki.dovecot.org/UserIds
|
||||
@ -44,7 +44,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# Set max. process size in megabytes. If you don't use
|
||||
# login_process_per_connection you might need to grow this.
|
||||
@@ -141,10 +141,10 @@
|
||||
@@ -143,10 +143,10 @@
|
||||
# login process be allowed to process multiple connections (no)? Yes is more
|
||||
# secure, espcially with SSL/TLS enabled. No is faster since there's no need
|
||||
# to create processes all the time.
|
||||
@ -57,7 +57,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# Maximum number of login processes to create. The listening process count
|
||||
# usually stays at login_processes_count, but when multiple users start logging
|
||||
@@ -192,7 +192,7 @@
|
||||
@@ -194,7 +194,7 @@
|
||||
# default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
|
||||
# default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
|
||||
#
|
||||
@ -66,7 +66,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# If you need to set multiple mailbox locations or want to change default
|
||||
# namespace settings, you can do it by defining namespace sections:
|
||||
@@ -295,7 +295,7 @@
|
||||
@@ -297,7 +297,7 @@
|
||||
# non-valid GID as primary group ID aren't allowed to log in. If user
|
||||
# belongs to supplementary groups with non-valid GIDs, those groups are
|
||||
# not set.
|
||||
@ -75,7 +75,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
#last_valid_gid = 0
|
||||
|
||||
# Maximum number of running mail processes. When this limit is reached,
|
||||
@@ -468,19 +468,19 @@
|
||||
@@ -470,19 +470,19 @@
|
||||
|
||||
protocol imap {
|
||||
# Login executable location.
|
||||
@ -99,7 +99,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# Maximum IMAP command line length in bytes. Some clients generate very long
|
||||
# command lines with huge mailboxes, so you may need to raise this if you get
|
||||
@@ -530,11 +530,11 @@
|
||||
@@ -532,11 +532,11 @@
|
||||
|
||||
protocol pop3 {
|
||||
# Login executable location.
|
||||
@ -113,7 +113,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# Don't try to set mails non-recent or seen with POP3 sessions. This is
|
||||
# mostly intended to reduce disk I/O. With maildir it doesn't move files
|
||||
@@ -578,7 +578,7 @@
|
||||
@@ -580,7 +580,7 @@
|
||||
# installations. %08Xu%08Xv will be the new default, so use it for new
|
||||
# installations.
|
||||
#
|
||||
@ -122,7 +122,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# POP3 logout format string:
|
||||
# %t - number of TOP commands
|
||||
@@ -624,7 +624,7 @@
|
||||
@@ -626,7 +626,7 @@
|
||||
#mail_plugin_dir = /usr/lib/dovecot/lda
|
||||
|
||||
# Binary to use for sending mails.
|
||||
@ -131,7 +131,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# UNIX socket path to master authentication server to find users.
|
||||
#auth_socket_path = /var/run/dovecot/auth-master
|
||||
@@ -635,7 +635,7 @@
|
||||
@@ -637,7 +637,7 @@
|
||||
##
|
||||
|
||||
# Executable location
|
||||
@ -140,7 +140,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# Set max. process size in megabytes.
|
||||
#auth_process_size = 256
|
||||
@@ -749,7 +749,7 @@
|
||||
@@ -751,7 +751,7 @@
|
||||
# database (passwd usually), you can use static userdb.
|
||||
# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
|
||||
# authentication to actually work.
|
||||
@ -149,7 +149,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
# [session=yes] [setcred=yes] [cache_key=<key>] [<service name>]
|
||||
#
|
||||
# session=yes makes Dovecot open and immediately close PAM session. Some
|
||||
@@ -777,7 +777,7 @@
|
||||
@@ -779,7 +779,7 @@
|
||||
# args = session=yes *
|
||||
# args = cache_key=%u dovecot
|
||||
#args = dovecot
|
||||
@ -158,7 +158,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# /etc/passwd or similar, using getpwnam()
|
||||
# In many systems nowadays this uses Name Service Switch, which is
|
||||
@@ -786,8 +786,8 @@
|
||||
@@ -789,8 +789,8 @@
|
||||
#}
|
||||
|
||||
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
|
||||
@ -169,7 +169,7 @@ diff -Nru dovecot-1.0.rc9.orig/dovecot-example.conf dovecot-1.0.rc9/dovecot-exam
|
||||
|
||||
# BSD authentication. Used by at least OpenBSD.
|
||||
#passdb bsdauth {
|
||||
@@ -889,7 +889,7 @@
|
||||
@@ -892,7 +892,7 @@
|
||||
# authentication with BSDs internally accesses shadow files, which also
|
||||
# requires roots. Note that this user is NOT used to access mails.
|
||||
# That user is specified by userdb above.
|
||||
|
Loading…
x
Reference in New Issue
Block a user