- Update to 1.1.10
Submitted by: Yarema <yds@coolrat.org> (maintainer)
This commit is contained in:
parent
e93c59188a
commit
17b82981f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227196
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dovecot
|
||||
PORTVERSION= 1.1.8
|
||||
PORTVERSION= 1.1.10
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://www.dovecot.org/releases/1.1/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (dovecot-1.1.8.tar.gz) = bc23a919c7ad2b3c5ba69e19f1b46eb2
|
||||
SHA256 (dovecot-1.1.8.tar.gz) = 15e82f60b9116f592ade07bed218ff5aa0c7370f31e49f830241f37fcd2dbf48
|
||||
SIZE (dovecot-1.1.8.tar.gz) = 2353524
|
||||
MD5 (dovecot-1.1.8-managesieve-0.10.4.diff.gz) = a2f663940115e136db4bf3b1b760759b
|
||||
SHA256 (dovecot-1.1.8-managesieve-0.10.4.diff.gz) = 937b55fafe722c81a1ec650ce03fb69957b22ccc9ac77091c08b93a6e7b40000
|
||||
SIZE (dovecot-1.1.8-managesieve-0.10.4.diff.gz) = 6215
|
||||
MD5 (dovecot-1.1.10.tar.gz) = 39f1da81ae25981027a6bfbb42800ed5
|
||||
SHA256 (dovecot-1.1.10.tar.gz) = 07a714066a513cb845567405ce942a0b82d65f7bc6ac311e9cfd0bd59924da31
|
||||
SIZE (dovecot-1.1.10.tar.gz) = 2360885
|
||||
MD5 (dovecot-1.1.10-managesieve-0.10.5.diff.gz) = bedd4cd6e3e878f12c6bfadb909b5b94
|
||||
SHA256 (dovecot-1.1.10-managesieve-0.10.5.diff.gz) = 5b00e6cbf65a82d4012e4b5216367d2f169eb88b168494ac916cf4284ea5bd0d
|
||||
SIZE (dovecot-1.1.10-managesieve-0.10.5.diff.gz) = 5915
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig 2008-07-23 19:47:03.000000000 -0400
|
||||
+++ configure 2008-08-01 07:13:03.765264947 -0400
|
||||
@@ -1003,6 +1003,7 @@
|
||||
--- configure.orig 2009-01-26 19:26:05.000000000 -0500
|
||||
+++ configure 2009-01-26 19:26:05.000000000 -0500
|
||||
@@ -1001,6 +1001,7 @@
|
||||
includedir='${prefix}/include'
|
||||
oldincludedir='/usr/include'
|
||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- dovecot-example.conf.orig 2008-11-23 16:53:53.000000000 -0500
|
||||
+++ dovecot-example.conf 2008-11-23 16:53:53.000000000 -0500
|
||||
--- dovecot-example.conf.orig 2009-01-25 20:12:41.000000000 -0500
|
||||
+++ dovecot-example.conf 2009-01-25 20:12:41.000000000 -0500
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
# Protocols we want to be serving: imap imaps pop3 pop3s
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
# Should all IMAP and POP3 processes be killed when Dovecot master process
|
||||
# shuts down. Setting this to "no" means that Dovecot can be upgraded without
|
||||
@@ -213,7 +213,7 @@
|
||||
@@ -214,7 +214,7 @@
|
||||
#
|
||||
# <doc/wiki/MailLocation.txt>
|
||||
#
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
# If you need to set multiple mailbox locations or want to change default
|
||||
# namespace settings, you can do it by defining namespace sections.
|
||||
@@ -273,7 +273,7 @@
|
||||
@@ -272,7 +272,7 @@
|
||||
# Group to enable temporarily for privileged operations. Currently this is
|
||||
# used only with INBOX when either its initial creation or dotlocking fails.
|
||||
# Typically this is set to "mail" to give access to /var/mail.
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
# Grant access to these supplementary groups for mail processes. Typically
|
||||
# these are used to set up access to shared mailboxes. Note that it may be
|
||||
@@ -312,7 +312,7 @@
|
||||
@@ -311,7 +311,7 @@
|
||||
|
||||
# Rely on O_EXCL to work when creating dotlock files. NFS supports O_EXCL
|
||||
# since version 3, so this should be safe to use nowadays by default.
|
||||
@ -45,7 +45,7 @@
|
||||
|
||||
# Don't use fsync() or fdatasync() calls. This makes the performance better
|
||||
# at the cost of potential data loss if the server (or the file server)
|
||||
@@ -340,20 +340,20 @@
|
||||
@@ -339,20 +339,20 @@
|
||||
# Show more verbose process titles (in ps). Currently shows user name and
|
||||
# IP address. Useful for seeing who are actually using the IMAP processes
|
||||
# (eg. shared mailboxes or if same uid is used for multiple accounts).
|
||||
@ -69,7 +69,7 @@
|
||||
#last_valid_gid = 0
|
||||
|
||||
# Maximum number of running mail processes. When this limit is reached,
|
||||
@@ -420,7 +420,7 @@
|
||||
@@ -419,7 +419,7 @@
|
||||
|
||||
# When copying a message, do it with hard links whenever possible. This makes
|
||||
# the performance much better, and it's unlikely to have any side effects.
|
||||
@ -78,7 +78,7 @@
|
||||
|
||||
# When copying a message, try to preserve the base filename. Only if the
|
||||
# destination mailbox already contains the same name (ie. the mail is being
|
||||
@@ -535,7 +535,7 @@
|
||||
@@ -534,7 +534,7 @@
|
||||
# Send IMAP capabilities in greeting message. This makes it unnecessary for
|
||||
# clients to request it with CAPABILITY command, so it saves one round-trip.
|
||||
# Many clients however don't understand it and ask the CAPABILITY anyway.
|
||||
@ -87,7 +87,7 @@
|
||||
|
||||
# IMAP logout format string:
|
||||
# %i - total number of bytes read from client
|
||||
@@ -564,7 +564,7 @@
|
||||
@@ -563,7 +563,7 @@
|
||||
# but not both. Thunderbird separates these two by forcing server to
|
||||
# accept '/' suffix in mailbox names in subscriptions list.
|
||||
# The list is space-separated.
|
||||
@ -96,7 +96,7 @@
|
||||
}
|
||||
|
||||
##
|
||||
@@ -616,7 +616,7 @@
|
||||
@@ -615,7 +615,7 @@
|
||||
# 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.
|
||||
#
|
||||
@ -105,7 +105,7 @@
|
||||
|
||||
# POP3 logout format string:
|
||||
# %i - total number of bytes read from client
|
||||
@@ -647,7 +647,7 @@
|
||||
@@ -646,7 +646,7 @@
|
||||
# Outlook Express and Netscape Mail breaks if end of headers-line is
|
||||
# missing. This option simply sends it if it's missing.
|
||||
# The list is space-separated.
|
||||
@ -114,7 +114,7 @@
|
||||
}
|
||||
|
||||
##
|
||||
@@ -738,7 +738,7 @@
|
||||
@@ -741,7 +741,7 @@
|
||||
# the standard variables here, eg. %Lu would lowercase the username, %n would
|
||||
# drop away the domain if it was given, or "%n-AT-%d" would change the '@' into
|
||||
# "-AT-". This translation is done after auth_username_translation changes.
|
||||
@ -123,7 +123,7 @@
|
||||
|
||||
# If you want to allow master users to log in by specifying the master
|
||||
# username within the normal username string (ie. not using SASL mechanism's
|
||||
@@ -794,7 +794,7 @@
|
||||
@@ -797,7 +797,7 @@
|
||||
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey
|
||||
# gss-spnego
|
||||
# NOTE: See also disable_plaintext_auth setting.
|
||||
@ -132,7 +132,7 @@
|
||||
|
||||
#
|
||||
# Password database is used to verify user's password (and nothing more).
|
||||
@@ -856,6 +856,7 @@
|
||||
@@ -859,6 +859,7 @@
|
||||
# args = session=yes %Ls
|
||||
# args = cache_key=%u dovecot
|
||||
#args = dovecot
|
||||
@ -140,7 +140,7 @@
|
||||
}
|
||||
|
||||
# System users (NSS, /etc/passwd, or similiar)
|
||||
@@ -899,14 +900,16 @@
|
||||
@@ -902,14 +903,16 @@
|
||||
|
||||
# SQL database <doc/wiki/AuthDatabase.SQL.txt>
|
||||
#passdb sql {
|
||||
@ -161,7 +161,7 @@
|
||||
#}
|
||||
|
||||
# vpopmail authentication <doc/wiki/AuthDatabase.VPopMail.txt>
|
||||
@@ -933,7 +936,7 @@
|
||||
@@ -944,7 +947,7 @@
|
||||
# proceses. Useful with remote NSS lookups that may block.
|
||||
# NOTE: Be sure to use this setting with nss_ldap or users might get
|
||||
# logged in as each others!
|
||||
@ -170,7 +170,7 @@
|
||||
}
|
||||
|
||||
# passwd-like file with specified location
|
||||
@@ -962,14 +965,16 @@
|
||||
@@ -973,14 +976,16 @@
|
||||
|
||||
# SQL database <doc/wiki/AuthDatabase.SQL.txt>
|
||||
#userdb sql {
|
||||
@ -191,7 +191,7 @@
|
||||
#}
|
||||
|
||||
# vpopmail <doc/wiki/AuthDatabase.VPopMail.txt>
|
||||
@@ -1009,25 +1014,25 @@
|
||||
@@ -1012,25 +1017,25 @@
|
||||
#ssl_username_from_cert = no
|
||||
|
||||
# It's possible to export the authentication interface to other programs:
|
||||
@ -227,7 +227,7 @@
|
||||
}
|
||||
|
||||
# If you wish to use another authentication server than dovecot-auth, you can
|
||||
@@ -1057,8 +1062,9 @@
|
||||
@@ -1060,8 +1065,9 @@
|
||||
#quota = mysql:/etc/dovecot-dict-quota.conf
|
||||
}
|
||||
|
||||
@ -239,7 +239,7 @@
|
||||
|
||||
##
|
||||
## Plugin settings
|
||||
@@ -1095,8 +1101,8 @@
|
||||
@@ -1098,8 +1104,8 @@
|
||||
# Each quota root has separate limits. Only the command for the first
|
||||
# exceeded limit is excecuted, so put the highest limit first.
|
||||
# Note that % needs to be escaped as %%, otherwise "% " expands to empty.
|
||||
@ -250,7 +250,7 @@
|
||||
#quota = maildir
|
||||
|
||||
# ACL plugin. vfile backend reads ACLs from "dovecot-acl" file from maildir
|
||||
@@ -1133,7 +1139,7 @@
|
||||
@@ -1136,7 +1142,7 @@
|
||||
# you must set up:
|
||||
# dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool
|
||||
#expire = Trash 7 Spam 30
|
||||
|
Loading…
Reference in New Issue
Block a user