dovecot: update to 1.0.beta7
This commit is contained in:
parent
104570def5
commit
863a8bb060
@ -1,3 +1,3 @@
|
|||||||
1c37d911bc42fb40f0ef5a3f5822b170 dovecot
|
1c37d911bc42fb40f0ef5a3f5822b170 dovecot
|
||||||
7d3b57a1c8f0043ca768e532bd21e975 dovecot-1.0.beta5.tar.gz
|
bfbc4c3705f6e6e891934168cd26e9dd dovecot-1.0.beta7.tar.gz
|
||||||
3643ac2629e6e32e613a955a17fce97f dovecot-config.patch
|
5295ba4ffbc656c435cc2905657c7910 dovecot-config.patch
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: openssl
|
# Depends on: openssl
|
||||||
|
|
||||||
name=dovecot
|
name=dovecot
|
||||||
version=1.0.beta5
|
version=1.0.beta7
|
||||||
release=1
|
release=1
|
||||||
source=(http://dovecot.procontrol.fi/releases/$name-$version.tar.gz \
|
source=(http://dovecot.procontrol.fi/releases/$name-$version.tar.gz \
|
||||||
dovecot-config.patch dovecot)
|
dovecot-config.patch dovecot)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-example.conf
|
diff -Nru dovecot-1.0.beta7.orig/dovecot-example.conf dovecot-1.0.beta7/dovecot-example.conf
|
||||||
--- dovecot-1.0.beta4.orig/dovecot-example.conf 2006-04-02 19:58:59.000000000 +0200
|
--- dovecot-1.0.beta7.orig/dovecot-example.conf 2006-04-12 15:32:54.000000000 +0200
|
||||||
+++ dovecot-1.0.beta4/dovecot-example.conf 2006-04-02 20:04:15.000000000 +0200
|
+++ dovecot-1.0.beta7/dovecot-example.conf 2006-04-12 15:33:04.000000000 +0200
|
||||||
@@ -13,11 +13,11 @@
|
@@ -13,11 +13,11 @@
|
||||||
# --with-ssldir=/etc/ssl
|
# --with-ssldir=/etc/ssl
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
|
|
||||||
# If key file is password protected, give the password here. Alternatively
|
# If key file is password protected, give the password here. Alternatively
|
||||||
# give it when starting dovecot with -p parameter.
|
# give it when starting dovecot with -p parameter.
|
||||||
@@ -100,7 +100,7 @@
|
@@ -108,7 +108,7 @@
|
||||||
# which login needs to be able to connect to. The sockets are created when
|
# 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
|
# running as root, so you don't have to worry about permissions. Note that
|
||||||
# everything in this directory is deleted when Dovecot is started.
|
# everything in this directory is deleted when Dovecot is started.
|
||||||
@ -35,7 +35,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
|
|
||||||
# chroot login process to the login_dir. Only reason not to do this is if you
|
# chroot login process to the login_dir. Only reason not to do this is if you
|
||||||
# wish to run the whole Dovecot without roots.
|
# wish to run the whole Dovecot without roots.
|
||||||
@@ -112,7 +112,7 @@
|
@@ -120,7 +120,7 @@
|
||||||
# only it has access, it's used to control access for authentication process.
|
# only it has access, it's used to control access for authentication process.
|
||||||
# Note that this user is NOT used to access mails.
|
# Note that this user is NOT used to access mails.
|
||||||
# http://wiki.dovecot.org/UserIds
|
# http://wiki.dovecot.org/UserIds
|
||||||
@ -44,7 +44,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
|
|
||||||
# Set max. process size in megabytes. If you don't use
|
# Set max. process size in megabytes. If you don't use
|
||||||
# login_process_per_connection you might need to grow this.
|
# login_process_per_connection you might need to grow this.
|
||||||
@@ -122,11 +122,11 @@
|
@@ -130,11 +130,11 @@
|
||||||
# login process be allowed to process multiple connections (no)? Yes is more
|
# 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
|
# secure, espcially with SSL/TLS enabled. No is faster since there's no need
|
||||||
# to create processes all the time.
|
# to create processes all the time.
|
||||||
@ -58,7 +58,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
|
|
||||||
# Maximum number of extra login processes to create. The extra process count
|
# Maximum number of extra login processes to create. The extra process count
|
||||||
# usually stays at login_processes_count, but when multiple users start logging
|
# usually stays at login_processes_count, but when multiple users start logging
|
||||||
@@ -181,7 +181,7 @@
|
@@ -189,7 +189,7 @@
|
||||||
# non-valid GID as primary group ID aren't allowed to log in. If user
|
# 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
|
# belongs to supplementary groups with non-valid GIDs, those groups are
|
||||||
# not set.
|
# not set.
|
||||||
@ -67,7 +67,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
#last_valid_gid = 0
|
#last_valid_gid = 0
|
||||||
|
|
||||||
# Grant access to these extra groups for mail processes. Typical use would be
|
# Grant access to these extra groups for mail processes. Typical use would be
|
||||||
@@ -222,7 +222,7 @@
|
@@ -230,7 +230,7 @@
|
||||||
# default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
|
# default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
|
||||||
# default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
|
# default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
|
||||||
#
|
#
|
||||||
@ -76,7 +76,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
|
|
||||||
# If you need to set multiple mailbox locations or want to change default
|
# If you need to set multiple mailbox locations or want to change default
|
||||||
# namespace settings, you can do it by defining namespace sections:
|
# namespace settings, you can do it by defining namespace sections:
|
||||||
@@ -431,19 +431,19 @@
|
@@ -439,19 +439,19 @@
|
||||||
|
|
||||||
protocol imap {
|
protocol imap {
|
||||||
# Login executable location.
|
# Login executable location.
|
||||||
@ -100,7 +100,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
|
|
||||||
# Maximum IMAP command line length in bytes. Some clients generate very long
|
# 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
|
# command lines with huge mailboxes, so you may need to raise this if you get
|
||||||
@@ -493,10 +493,10 @@
|
@@ -501,10 +501,10 @@
|
||||||
|
|
||||||
protocol pop3 {
|
protocol pop3 {
|
||||||
# Login executable location.
|
# Login executable location.
|
||||||
@ -113,7 +113,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
|
|
||||||
# Don't try to set mails non-recent or seen with POP3 sessions. This is
|
# 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
|
# mostly intended to reduce disk I/O. With maildir it doesn't move files
|
||||||
@@ -533,7 +533,7 @@
|
@@ -547,7 +547,7 @@
|
||||||
# installations. %08Xu%08Xv will be the new default, so use it for new
|
# installations. %08Xu%08Xv will be the new default, so use it for new
|
||||||
# installations.
|
# installations.
|
||||||
#
|
#
|
||||||
@ -122,7 +122,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
|
|
||||||
# POP3 logout format string:
|
# POP3 logout format string:
|
||||||
# %t - number of TOP commands
|
# %t - number of TOP commands
|
||||||
@@ -566,7 +566,7 @@
|
@@ -580,7 +580,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
# Executable location
|
# Executable location
|
||||||
@ -131,7 +131,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
|
|
||||||
# Set max. process size in megabytes.
|
# Set max. process size in megabytes.
|
||||||
#auth_process_size = 256
|
#auth_process_size = 256
|
||||||
@@ -670,7 +670,7 @@
|
@@ -685,7 +685,7 @@
|
||||||
# database (passwd usually), you can use static userdb.
|
# database (passwd usually), you can use static userdb.
|
||||||
# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
|
# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
|
||||||
# authentication to actually work.
|
# authentication to actually work.
|
||||||
@ -140,7 +140,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
# [session=yes] [cache_key=<key>] [<service name>]
|
# [session=yes] [cache_key=<key>] [<service name>]
|
||||||
#
|
#
|
||||||
# session=yes makes Dovecot open and immediately close PAM session. Some
|
# session=yes makes Dovecot open and immediately close PAM session. Some
|
||||||
@@ -694,7 +694,7 @@
|
@@ -709,7 +709,7 @@
|
||||||
# args = session=yes *
|
# args = session=yes *
|
||||||
# args = cache_key=%u dovecot
|
# args = cache_key=%u dovecot
|
||||||
#args = dovecot
|
#args = dovecot
|
||||||
@ -149,7 +149,7 @@ diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-
|
|||||||
|
|
||||||
# /etc/passwd or similar, using getpwnam()
|
# /etc/passwd or similar, using getpwnam()
|
||||||
# In many systems nowadays this uses Name Service Switch, which is
|
# In many systems nowadays this uses Name Service Switch, which is
|
||||||
@@ -703,8 +703,8 @@
|
@@ -718,8 +718,8 @@
|
||||||
#}
|
#}
|
||||||
|
|
||||||
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
|
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user