dovecot: update to 1.1.8
This commit is contained in:
parent
6cbfce9727
commit
73d511c095
@ -1,3 +1,3 @@
|
|||||||
7eaa958040fbd7169c86134439d4b632 dovecot
|
7eaa958040fbd7169c86134439d4b632 dovecot
|
||||||
ea83ea2000a5b2e1744c7c97eb5585d1 dovecot-1.1.7.tar.gz
|
bc23a919c7ad2b3c5ba69e19f1b46eb2 dovecot-1.1.8.tar.gz
|
||||||
f36052d8ae3bf7330d2668cb793de4c0 dovecot-config.patch
|
0e2110f93545abcb7a73fda77afe615e dovecot-config.patch
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: openssl
|
# Depends on: openssl
|
||||||
|
|
||||||
name=dovecot
|
name=dovecot
|
||||||
version=1.1.7
|
version=1.1.8
|
||||||
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.7.orig/dovecot-example.conf dovecot-1.1.7/dovecot-example.conf
|
diff -Nru dovecot-1.1.8.orig/dovecot-example.conf dovecot-1.1.8/dovecot-example.conf
|
||||||
--- dovecot-1.1.7.orig/dovecot-example.conf 2008-11-24 07:54:15.000000000 +0100
|
--- dovecot-1.1.8.orig/dovecot-example.conf 2009-01-07 22:15:21.000000000 +0100
|
||||||
+++ dovecot-1.1.7/dovecot-example.conf 2008-11-24 07:54:32.000000000 +0100
|
+++ dovecot-1.1.8/dovecot-example.conf 2009-01-07 22:15:41.000000000 +0100
|
||||||
@@ -16,11 +16,11 @@
|
@@ -16,11 +16,11 @@
|
||||||
# --with-ssldir=/etc/ssl
|
# --with-ssldir=/etc/ssl
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ diff -Nru dovecot-1.1.7.orig/dovecot-example.conf dovecot-1.1.7/dovecot-example.
|
|||||||
|
|
||||||
# A space separated list of IP or host addresses where to listen in for
|
# A space separated list of IP or host addresses where to listen in for
|
||||||
# connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6
|
# connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6
|
||||||
@@ -90,8 +90,8 @@
|
@@ -91,8 +91,8 @@
|
||||||
# dropping root privileges, so keep the key file unreadable by anyone but
|
# dropping root privileges, so keep the key file unreadable by anyone but
|
||||||
# root. Included doc/mkcert.sh can be used to easily generate self-signed
|
# root. Included doc/mkcert.sh can be used to easily generate self-signed
|
||||||
# certificate, just make sure to update the domains in dovecot-openssl.cnf
|
# certificate, just make sure to update the domains in dovecot-openssl.cnf
|
||||||
@ -26,7 +26,7 @@ diff -Nru dovecot-1.1.7.orig/dovecot-example.conf dovecot-1.1.7/dovecot-example.
|
|||||||
|
|
||||||
# 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. Since this file is often
|
# give it when starting dovecot with -p parameter. Since this file is often
|
||||||
@@ -134,7 +134,7 @@
|
@@ -135,7 +135,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.7.orig/dovecot-example.conf dovecot-1.1.7/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>
|
||||||
@@ -144,7 +144,7 @@
|
@@ -145,7 +145,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.7.orig/dovecot-example.conf dovecot-1.1.7/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.
|
||||||
@@ -154,10 +154,10 @@
|
@@ -155,10 +155,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.7.orig/dovecot-example.conf dovecot-1.1.7/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
|
||||||
@@ -213,7 +213,7 @@
|
@@ -214,7 +214,7 @@
|
||||||
#
|
#
|
||||||
# <doc/wiki/MailLocation.txt>
|
# <doc/wiki/MailLocation.txt>
|
||||||
#
|
#
|
||||||
@ -66,7 +66,7 @@ diff -Nru dovecot-1.1.7.orig/dovecot-example.conf dovecot-1.1.7/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.
|
||||||
@@ -353,7 +353,7 @@
|
@@ -352,7 +352,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.7.orig/dovecot-example.conf dovecot-1.1.7/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,
|
||||||
@@ -504,19 +504,19 @@
|
@@ -503,19 +503,19 @@
|
||||||
|
|
||||||
protocol imap {
|
protocol imap {
|
||||||
# Login executable location.
|
# Login executable location.
|
||||||
@ -99,7 +99,7 @@ diff -Nru dovecot-1.1.7.orig/dovecot-example.conf dovecot-1.1.7/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
|
||||||
@@ -573,11 +573,11 @@
|
@@ -572,11 +572,11 @@
|
||||||
|
|
||||||
protocol pop3 {
|
protocol pop3 {
|
||||||
# Login executable location.
|
# Login executable location.
|
||||||
@ -113,7 +113,7 @@ diff -Nru dovecot-1.1.7.orig/dovecot-example.conf dovecot-1.1.7/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
|
||||||
@@ -616,7 +616,7 @@
|
@@ -615,7 +615,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.7.orig/dovecot-example.conf dovecot-1.1.7/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
|
||||||
@@ -679,7 +679,7 @@
|
@@ -678,7 +678,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.7.orig/dovecot-example.conf dovecot-1.1.7/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
|
||||||
@@ -694,7 +694,7 @@
|
@@ -693,7 +693,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
# Executable location
|
# Executable location
|
||||||
@ -140,7 +140,7 @@ diff -Nru dovecot-1.1.7.orig/dovecot-example.conf dovecot-1.1.7/dovecot-example.
|
|||||||
|
|
||||||
# Set max. process size in megabytes.
|
# Set max. process size in megabytes.
|
||||||
#auth_process_size = 256
|
#auth_process_size = 256
|
||||||
@@ -827,7 +827,7 @@
|
@@ -826,7 +826,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.7.orig/dovecot-example.conf dovecot-1.1.7/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>]
|
||||||
#
|
#
|
||||||
@@ -856,7 +856,7 @@
|
@@ -855,7 +855,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.7.orig/dovecot-example.conf dovecot-1.1.7/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
|
||||||
@@ -869,10 +869,10 @@
|
@@ -868,10 +868,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