dovecot: update to 1.1.7
This commit is contained in:
parent
ad0be58cef
commit
1cc8b5b629
@ -1,3 +1,3 @@
|
|||||||
7eaa958040fbd7169c86134439d4b632 dovecot
|
7eaa958040fbd7169c86134439d4b632 dovecot
|
||||||
ccbfcfcb5e6d19a3228885a2f7eae2dd dovecot-1.1.6.tar.gz
|
ea83ea2000a5b2e1744c7c97eb5585d1 dovecot-1.1.7.tar.gz
|
||||||
97f4587ca5ed979c5f794f8df6b1c948 dovecot-config.patch
|
f36052d8ae3bf7330d2668cb793de4c0 dovecot-config.patch
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: openssl
|
# Depends on: openssl
|
||||||
|
|
||||||
name=dovecot
|
name=dovecot
|
||||||
version=1.1.6
|
version=1.1.7
|
||||||
release=1
|
release=1
|
||||||
source=(http://dovecot.org/releases/1.1/$name-$version.tar.gz \
|
source=(http://dovecot.org/releases/1.1/$name-$version.tar.gz \
|
||||||
dovecot-config.patch dovecot)
|
dovecot-config.patch dovecot)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.conf
|
diff -Nru dovecot-1.1.7.orig/dovecot-example.conf dovecot-1.1.7/dovecot-example.conf
|
||||||
--- dovecot-1.1.2.orig/dovecot-example.conf 2008-07-24 08:38:13.000000000 +0200
|
--- dovecot-1.1.7.orig/dovecot-example.conf 2008-11-24 07:54:15.000000000 +0100
|
||||||
+++ dovecot-1.1.2/dovecot-example.conf 2008-07-24 08:38:25.000000000 +0200
|
+++ dovecot-1.1.7/dovecot-example.conf 2008-11-24 07:54:32.000000000 +0100
|
||||||
@@ -16,11 +16,11 @@
|
@@ -16,11 +16,11 @@
|
||||||
# --with-ssldir=/etc/ssl
|
# --with-ssldir=/etc/ssl
|
||||||
|
|
||||||
@ -25,8 +25,8 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
+ssl_key_file = /etc/ssl/keys/dovecot.key
|
+ssl_key_file = /etc/ssl/keys/dovecot.key
|
||||||
|
|
||||||
# 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. Since this file is often
|
||||||
@@ -132,7 +132,7 @@
|
@@ -134,7 +134,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.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
|
|
||||||
# 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. <doc/wiki/Rootless.txt>
|
# wish to run the whole Dovecot without roots. <doc/wiki/Rootless.txt>
|
||||||
@@ -142,7 +142,7 @@
|
@@ -144,7 +144,7 @@
|
||||||
# and don't use it anywhere else. The user must also belong to a group where
|
# and don't use it anywhere else. The user must also belong to a group where
|
||||||
# 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. <doc/wiki/UserIds.txt>
|
# Note that this user is NOT used to access mails. <doc/wiki/UserIds.txt>
|
||||||
@ -44,7 +44,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
|
|
||||||
# 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.
|
||||||
@@ -152,10 +152,10 @@
|
@@ -154,10 +154,10 @@
|
||||||
# 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.
|
||||||
@ -57,7 +57,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
|
|
||||||
# Maximum number of login processes to create. The listening process count
|
# Maximum number of login processes to create. The listening 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
|
||||||
@@ -211,7 +211,7 @@
|
@@ -213,7 +213,7 @@
|
||||||
#
|
#
|
||||||
# <doc/wiki/MailLocation.txt>
|
# <doc/wiki/MailLocation.txt>
|
||||||
#
|
#
|
||||||
@ -66,7 +66,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
|
|
||||||
# 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.
|
||||||
@@ -351,7 +351,7 @@
|
@@ -353,7 +353,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.
|
||||||
@ -75,7 +75,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
#last_valid_gid = 0
|
#last_valid_gid = 0
|
||||||
|
|
||||||
# Maximum number of running mail processes. When this limit is reached,
|
# Maximum number of running mail processes. When this limit is reached,
|
||||||
@@ -502,19 +502,19 @@
|
@@ -504,19 +504,19 @@
|
||||||
|
|
||||||
protocol imap {
|
protocol imap {
|
||||||
# Login executable location.
|
# Login executable location.
|
||||||
@ -99,7 +99,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
|
|
||||||
# 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
|
||||||
@@ -571,11 +571,11 @@
|
@@ -573,11 +573,11 @@
|
||||||
|
|
||||||
protocol pop3 {
|
protocol pop3 {
|
||||||
# Login executable location.
|
# Login executable location.
|
||||||
@ -113,7 +113,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
|
|
||||||
# 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
|
||||||
@@ -614,7 +614,7 @@
|
@@ -616,7 +616,7 @@
|
||||||
# Dovecot's default, so if you're building a new server it would be a good
|
# Dovecot's default, so if you're building a new server it would be a good
|
||||||
# idea to change this. %08Xu%08Xv should be pretty fail-safe.
|
# idea to change this. %08Xu%08Xv should be pretty fail-safe.
|
||||||
#
|
#
|
||||||
@ -122,7 +122,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
|
|
||||||
# POP3 logout format string:
|
# POP3 logout format string:
|
||||||
# %i - total number of bytes read from client
|
# %i - total number of bytes read from client
|
||||||
@@ -677,7 +677,7 @@
|
@@ -679,7 +679,7 @@
|
||||||
#deliver_log_format = msgid=%m: %$
|
#deliver_log_format = msgid=%m: %$
|
||||||
|
|
||||||
# Binary to use for sending mails.
|
# Binary to use for sending mails.
|
||||||
@ -131,7 +131,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
|
|
||||||
# Human readable error message for rejection mails. Use can use variables:
|
# Human readable error message for rejection mails. Use can use variables:
|
||||||
# %n = CRLF, %r = reason, %s = subject, %t = recipient
|
# %n = CRLF, %r = reason, %s = subject, %t = recipient
|
||||||
@@ -692,7 +692,7 @@
|
@@ -694,7 +694,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
# Executable location
|
# Executable location
|
||||||
@ -140,7 +140,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
|
|
||||||
# Set max. process size in megabytes.
|
# Set max. process size in megabytes.
|
||||||
#auth_process_size = 256
|
#auth_process_size = 256
|
||||||
@@ -825,7 +825,7 @@
|
@@ -827,7 +827,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. <doc/wiki/PasswordDatabase.PAM.txt>
|
# authentication to actually work. <doc/wiki/PasswordDatabase.PAM.txt>
|
||||||
@ -149,7 +149,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
# [session=yes] [setcred=yes] [failure_show_msg=yes]
|
# [session=yes] [setcred=yes] [failure_show_msg=yes]
|
||||||
# [cache_key=<key>] [<service name>]
|
# [cache_key=<key>] [<service name>]
|
||||||
#
|
#
|
||||||
@@ -854,7 +854,7 @@
|
@@ -856,7 +856,7 @@
|
||||||
# args = session=yes %Ls
|
# args = session=yes %Ls
|
||||||
# args = cache_key=%u dovecot
|
# args = cache_key=%u dovecot
|
||||||
#args = dovecot
|
#args = dovecot
|
||||||
@ -158,7 +158,7 @@ diff -Nru dovecot-1.1.2.orig/dovecot-example.conf dovecot-1.1.2/dovecot-example.
|
|||||||
|
|
||||||
# System users (NSS, /etc/passwd, or similiar)
|
# System users (NSS, /etc/passwd, or similiar)
|
||||||
# In many systems nowadays this uses Name Service Switch, which is
|
# In many systems nowadays this uses Name Service Switch, which is
|
||||||
@@ -867,10 +867,10 @@
|
@@ -869,10 +869,10 @@
|
||||||
# Shadow passwords for system users (NSS, /etc/shadow or similiar).
|
# Shadow passwords for system users (NSS, /etc/shadow or similiar).
|
||||||
# Deprecated by PAM nowadays.
|
# Deprecated by PAM nowadays.
|
||||||
# <doc/wiki/PasswordDatabase.Shadow.txt>
|
# <doc/wiki/PasswordDatabase.Shadow.txt>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user