dovecot: update to 1.0.rc26
This commit is contained in:
parent
744263784c
commit
96aadf3c4d
@ -1,3 +1,3 @@
|
|||||||
1c37d911bc42fb40f0ef5a3f5822b170 dovecot
|
1c37d911bc42fb40f0ef5a3f5822b170 dovecot
|
||||||
14e9981e9828a65526b8e683657434d4 dovecot-1.0.rc25.tar.gz
|
2f6fb150c60a8f9c0bad12c5fb2b1d15 dovecot-1.0.rc26.tar.gz
|
||||||
04baf547c684838ce9703845779f04fb dovecot-config.patch
|
66ba2a6d25ed70dbfe251a79d15758e0 dovecot-config.patch
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: openssl
|
# Depends on: openssl
|
||||||
|
|
||||||
name=dovecot
|
name=dovecot
|
||||||
version=1.0.rc25
|
version=1.0.rc26
|
||||||
release=1
|
release=1
|
||||||
source=(http://dovecot.org/releases/$name-$version.tar.gz \
|
source=(http://dovecot.org/releases/$name-$version.tar.gz \
|
||||||
dovecot-config.patch dovecot)
|
dovecot-config.patch dovecot)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-example.conf
|
diff -Nru dovecot-1.0.rc26.orig/dovecot-example.conf dovecot-1.0.rc26/dovecot-example.conf
|
||||||
--- dovecot-1.0.rc23.orig/dovecot-example.conf 2007-02-20 16:19:23.000000000 +0100
|
--- dovecot-1.0.rc26.orig/dovecot-example.conf 2007-03-07 07:10:26.000000000 +0100
|
||||||
+++ dovecot-1.0.rc23/dovecot-example.conf 2007-02-20 16:22:00.000000000 +0100
|
+++ dovecot-1.0.rc26/dovecot-example.conf 2007-03-07 07:10:39.000000000 +0100
|
||||||
@@ -13,11 +13,11 @@
|
@@ -13,11 +13,11 @@
|
||||||
# --with-ssldir=/etc/ssl
|
# --with-ssldir=/etc/ssl
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex
|
|||||||
#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,
|
||||||
@@ -487,19 +487,19 @@
|
@@ -489,19 +489,19 @@
|
||||||
|
|
||||||
protocol imap {
|
protocol imap {
|
||||||
# Login executable location.
|
# Login executable location.
|
||||||
@ -99,7 +99,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex
|
|||||||
|
|
||||||
# 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
|
||||||
@@ -552,11 +552,11 @@
|
@@ -554,11 +554,11 @@
|
||||||
|
|
||||||
protocol pop3 {
|
protocol pop3 {
|
||||||
# Login executable location.
|
# Login executable location.
|
||||||
@ -113,7 +113,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex
|
|||||||
|
|
||||||
# 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
|
||||||
@@ -601,7 +601,7 @@
|
@@ -603,7 +603,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.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex
|
|||||||
|
|
||||||
# POP3 logout format string:
|
# POP3 logout format string:
|
||||||
# %t - number of TOP commands
|
# %t - number of TOP commands
|
||||||
@@ -647,7 +647,7 @@
|
@@ -649,7 +649,7 @@
|
||||||
#mail_plugin_dir = /usr/lib/dovecot/lda
|
#mail_plugin_dir = /usr/lib/dovecot/lda
|
||||||
|
|
||||||
# Binary to use for sending mails.
|
# Binary to use for sending mails.
|
||||||
@ -131,7 +131,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex
|
|||||||
|
|
||||||
# UNIX socket path to master authentication server to find users.
|
# UNIX socket path to master authentication server to find users.
|
||||||
#auth_socket_path = /var/run/dovecot/auth-master
|
#auth_socket_path = /var/run/dovecot/auth-master
|
||||||
@@ -658,7 +658,7 @@
|
@@ -660,7 +660,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
# Executable location
|
# Executable location
|
||||||
@ -140,7 +140,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex
|
|||||||
|
|
||||||
# Set max. process size in megabytes.
|
# Set max. process size in megabytes.
|
||||||
#auth_process_size = 256
|
#auth_process_size = 256
|
||||||
@@ -772,7 +772,7 @@
|
@@ -774,7 +774,7 @@
|
||||||
# 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.
|
||||||
# http://wiki.dovecot.org/PasswordDatabase/PAM
|
# http://wiki.dovecot.org/PasswordDatabase/PAM
|
||||||
@ -149,7 +149,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex
|
|||||||
# [blocking=yes] [session=yes] [setcred=yes]
|
# [blocking=yes] [session=yes] [setcred=yes]
|
||||||
# [cache_key=<key>] [<service name>]
|
# [cache_key=<key>] [<service name>]
|
||||||
#
|
#
|
||||||
@@ -805,7 +805,7 @@
|
@@ -807,7 +807,7 @@
|
||||||
# args = session=yes *
|
# args = session=yes *
|
||||||
# args = cache_key=%u dovecot
|
# args = cache_key=%u dovecot
|
||||||
#args = dovecot
|
#args = dovecot
|
||||||
@ -158,7 +158,7 @@ diff -Nru dovecot-1.0.rc23.orig/dovecot-example.conf dovecot-1.0.rc23/dovecot-ex
|
|||||||
|
|
||||||
# /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
|
||||||
@@ -820,8 +820,8 @@
|
@@ -822,8 +822,8 @@
|
||||||
|
|
||||||
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
|
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
|
||||||
# http://wiki.dovecot.org/PasswordDatabase/Shadow
|
# http://wiki.dovecot.org/PasswordDatabase/Shadow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user