dovecot: update to 1.0beta9
This commit is contained in:
parent
7fcdca10e8
commit
a856740a2f
@ -11,6 +11,7 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/dovecot/
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/checkpassword-reply
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/deliver
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/dict
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/dovecot-auth
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/gdbhelper
|
||||
|
@ -1,3 +1,3 @@
|
||||
1c37d911bc42fb40f0ef5a3f5822b170 dovecot
|
||||
6a87718a86ee1ae2334c75843dd9a7df dovecot-1.0.beta8.tar.gz
|
||||
d87e9ab3c5f21c1fbd6e03afb1be9c6b dovecot-config.patch
|
||||
5c19a21afb8a02c95f3f62fa37d8e1ed dovecot-1.0.beta9.tar.gz
|
||||
af27ca8d654df4d0b81ebb18311e7c2a dovecot-config.patch
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: openssl
|
||||
|
||||
name=dovecot
|
||||
version=1.0.beta8
|
||||
version=1.0.beta9
|
||||
release=1
|
||||
source=(http://dovecot.procontrol.fi/releases/$name-$version.tar.gz \
|
||||
dovecot-config.patch dovecot)
|
||||
|
@ -1,21 +1,20 @@
|
||||
diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-example.conf
|
||||
--- dovecot-1.0.beta8.orig/dovecot-example.conf 2006-04-21 04:01:27.000000000 +0200
|
||||
+++ dovecot-1.0.beta8/dovecot-example.conf 2006-05-12 15:01:29.000000000 +0200
|
||||
@@ -13,11 +13,11 @@
|
||||
diff -Nru dovecot-1.0.beta9.orig/dovecot-example.conf dovecot-1.0.beta9/dovecot-example.conf
|
||||
--- dovecot-1.0.beta9.orig/dovecot-example.conf 2006-06-14 07:08:10.000000000 +0200
|
||||
+++ dovecot-1.0.beta9/dovecot-example.conf 2006-06-14 07:17:32.000000000 +0200
|
||||
@@ -13,10 +13,10 @@
|
||||
# --with-ssldir=/etc/ssl
|
||||
|
||||
# Base directory where to store runtime data.
|
||||
-#base_dir = /var/run/dovecot/
|
||||
+base_dir = /var/run/dovecot/
|
||||
|
||||
# Protocols we want to be serving:
|
||||
# imap imaps pop3 pop3s
|
||||
# Protocols we want to be serving: imap imaps pop3 pop3s
|
||||
-#protocols = imap imaps
|
||||
+protocols = imaps pop3s
|
||||
|
||||
# IP or host address where to listen in for connections. It's not currently
|
||||
# possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
|
||||
@@ -49,8 +49,8 @@
|
||||
@@ -86,8 +86,8 @@
|
||||
# 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
|
||||
# certificate, just make sure to update the domains in dovecot-openssl.cnf
|
||||
@ -26,7 +25,7 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# If key file is password protected, give the password here. Alternatively
|
||||
# give it when starting dovecot with -p parameter.
|
||||
@@ -108,7 +108,7 @@
|
||||
@@ -118,7 +118,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 +34,7 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# chroot login process to the login_dir. Only reason not to do this is if you
|
||||
# wish to run the whole Dovecot without roots.
|
||||
@@ -120,7 +120,7 @@
|
||||
@@ -130,7 +130,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 +43,7 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# Set max. process size in megabytes. If you don't use
|
||||
# login_process_per_connection you might need to grow this.
|
||||
@@ -130,11 +130,11 @@
|
||||
@@ -140,11 +140,11 @@
|
||||
# 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.
|
||||
@ -58,16 +57,7 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# Maximum number of extra login processes to create. The extra process count
|
||||
# usually stays at login_processes_count, but when multiple users start logging
|
||||
@@ -189,7 +189,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.
|
||||
-#first_valid_gid = 1
|
||||
+first_valid_gid = 100
|
||||
#last_valid_gid = 0
|
||||
|
||||
# Grant access to these extra groups for mail processes. Typical use would be
|
||||
@@ -230,7 +230,7 @@
|
||||
@@ -192,7 +192,7 @@
|
||||
# default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
|
||||
# default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
|
||||
#
|
||||
@ -76,7 +66,16 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# If you need to set multiple mailbox locations or want to change default
|
||||
# namespace settings, you can do it by defining namespace sections:
|
||||
@@ -439,19 +439,19 @@
|
||||
@@ -294,7 +294,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.
|
||||
-#first_valid_gid = 1
|
||||
+first_valid_gid = 100
|
||||
#last_valid_gid = 0
|
||||
|
||||
# Maximum number of running mail processes. When this limit is reached,
|
||||
@@ -467,19 +467,19 @@
|
||||
|
||||
protocol imap {
|
||||
# Login executable location.
|
||||
@ -100,7 +99,7 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# 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
|
||||
@@ -501,10 +501,10 @@
|
||||
@@ -529,10 +529,10 @@
|
||||
|
||||
protocol pop3 {
|
||||
# Login executable location.
|
||||
@ -113,7 +112,7 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# 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
|
||||
@@ -547,7 +547,7 @@
|
||||
@@ -575,7 +575,7 @@
|
||||
# installations. %08Xu%08Xv will be the new default, so use it for new
|
||||
# installations.
|
||||
#
|
||||
@ -122,7 +121,16 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# POP3 logout format string:
|
||||
# %t - number of TOP commands
|
||||
@@ -580,7 +580,7 @@
|
||||
@@ -621,7 +621,7 @@
|
||||
#mail_plugin_dir = /usr/lib/dovecot/imap
|
||||
|
||||
# Binary to use for sending mails.
|
||||
- #sendmail_path = /usr/lib/sendmail
|
||||
+ #sendmail_path = /usr/sbin/sendmail
|
||||
|
||||
# UNIX socket path to master authentication server to find users.
|
||||
#auth_socket_path = /var/run/dovecot/auth-master
|
||||
@@ -632,7 +632,7 @@
|
||||
##
|
||||
|
||||
# Executable location
|
||||
@ -131,16 +139,16 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# Set max. process size in megabytes.
|
||||
#auth_process_size = 256
|
||||
@@ -691,7 +691,7 @@
|
||||
@@ -744,7 +744,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.
|
||||
- passdb pam {
|
||||
+ #passdb pam {
|
||||
# [session=yes] [cache_key=<key>] [<service name>]
|
||||
# [session=yes] [setcred=yes] [cache_key=<key>] [<service name>]
|
||||
#
|
||||
# session=yes makes Dovecot open and immediately close PAM session. Some
|
||||
@@ -715,7 +715,7 @@
|
||||
@@ -772,7 +772,7 @@
|
||||
# args = session=yes *
|
||||
# args = cache_key=%u dovecot
|
||||
#args = dovecot
|
||||
@ -149,7 +157,7 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# /etc/passwd or similar, using getpwnam()
|
||||
# In many systems nowadays this uses Name Service Switch, which is
|
||||
@@ -724,8 +724,8 @@
|
||||
@@ -781,8 +781,8 @@
|
||||
#}
|
||||
|
||||
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
|
||||
@ -160,3 +168,12 @@ diff -Nru dovecot-1.0.beta8.orig/dovecot-example.conf dovecot-1.0.beta8/dovecot-
|
||||
|
||||
# BSD authentication. Used by at least OpenBSD.
|
||||
#passdb bsdauth {
|
||||
@@ -884,7 +884,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.
|
||||
- user = root
|
||||
+ #user = root
|
||||
|
||||
# Directory where to chroot the process. Most authentication backends don't
|
||||
# work if this is set, and there's no point chrooting if auth_user is root.
|
||||
|
Loading…
x
Reference in New Issue
Block a user