diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-11-08 01:12:17 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-11-08 01:12:17 +0000 |
commit | 51cad098b96212a70c6f050a3aae056b0f93bfef (patch) | |
tree | 9162f9bd9f6a4e6c9f7023502f38e26d6403ee74 /mail/dovecot-devel | |
parent | a75b9780d304ef57517110e0a4f0d6ccbbebe8f0 (diff) | |
download | ports-51cad098b96212a70c6f050a3aae056b0f93bfef.tar.gz ports-51cad098b96212a70c6f050a3aae056b0f93bfef.zip |
Notes
Diffstat (limited to 'mail/dovecot-devel')
-rw-r--r-- | mail/dovecot-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot-devel/distinfo | 6 | ||||
-rw-r--r-- | mail/dovecot-devel/files/patch-dovecot-example.conf | 36 |
3 files changed, 22 insertions, 22 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index 85c139d5fb5c..e5ad602ac2a4 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dovecot -DISTVERSION= 1.0.rc10 +DISTVERSION= 1.0.rc12 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot-devel/distinfo b/mail/dovecot-devel/distinfo index 3753a1250a30..751e37bfd91d 100644 --- a/mail/dovecot-devel/distinfo +++ b/mail/dovecot-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (dovecot-1.0.rc10.tar.gz) = 4b76cef0e769e7504e47f4df4055bc8c -SHA256 (dovecot-1.0.rc10.tar.gz) = 300fd089bb7643986511b723951461b34fc12b48736d26b796a1013db89e5779 -SIZE (dovecot-1.0.rc10.tar.gz) = 1452437 +MD5 (dovecot-1.0.rc12.tar.gz) = 0079a4531a1a93b933e4187cc361c019 +SHA256 (dovecot-1.0.rc12.tar.gz) = 250085d706f978960ee501c9bf2bd01f5b3de6e6855660c1bb9a97aa5680b985 +SIZE (dovecot-1.0.rc12.tar.gz) = 1457955 diff --git a/mail/dovecot-devel/files/patch-dovecot-example.conf b/mail/dovecot-devel/files/patch-dovecot-example.conf index d658b54c46fc..dd1a83da7555 100644 --- a/mail/dovecot-devel/files/patch-dovecot-example.conf +++ b/mail/dovecot-devel/files/patch-dovecot-example.conf @@ -1,5 +1,5 @@ ---- dovecot-example.conf.orig Sun Oct 15 22:12:31 2006 -+++ dovecot-example.conf Mon Oct 16 23:14:19 2006 +--- dovecot-example.conf.orig Tue Nov 7 20:12:29 2006 ++++ dovecot-example.conf Tue Nov 7 20:24:05 2006 @@ -9,7 +9,7 @@ # Default values are shown for each setting, it's not required to uncomment # any of the lines. Exception to this are paths, they're just examples with @@ -17,15 +17,15 @@ # IP or host address where to listen in for connections. It's not currently # possible to specify multiple addresses. "*" listens in all IPv4 interfaces. -@@ -195,6 +196,7 @@ - # default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n +@@ -205,6 +206,7 @@ + # http://wiki.dovecot.org/MailLocation # - #default_mail_env = -+default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u + #mail_location = ++mail_location = mbox:~/mail/:INBOX=/var/mail/%u # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections: -@@ -238,6 +240,7 @@ +@@ -248,6 +250,7 @@ # Grant access to these extra groups for mail processes. Typical use would be # to give "mail" group write access to /var/mail to be able to create dotlocks. #mail_extra_groups = @@ -33,7 +33,7 @@ # Allow full filesystem access to clients. There's no access checks other than # what the operating system does for the active UID/GID. It works with both -@@ -285,6 +288,7 @@ +@@ -295,6 +298,7 @@ # IP address. Useful for seeing who are actually using the IMAP processes # (eg. shared mailboxes or if same uid is used for multiple accounts). #verbose_proctitle = no @@ -41,7 +41,7 @@ # Valid UID range for users, defaults to 500 and above. This is mostly # to make sure that users can't log in as daemons or other system users. -@@ -298,6 +302,7 @@ +@@ -308,6 +312,7 @@ # belongs to supplementary groups with non-valid GIDs, those groups are # not set. #first_valid_gid = 1 @@ -49,7 +49,7 @@ #last_valid_gid = 0 # Maximum number of running mail processes. When this limit is reached, -@@ -470,19 +475,19 @@ +@@ -480,19 +485,19 @@ protocol imap { # Login executable location. @@ -73,7 +73,7 @@ # 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 -@@ -492,7 +497,7 @@ +@@ -502,7 +507,7 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = @@ -82,7 +82,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. -@@ -524,6 +529,7 @@ +@@ -534,6 +539,7 @@ # accept '/' suffix in mailbox names in subscriptions list. # The list is space-separated. #imap_client_workarounds = outlook-idle @@ -90,7 +90,7 @@ } ## -@@ -532,11 +538,11 @@ +@@ -542,11 +548,11 @@ protocol pop3 { # Login executable location. @@ -104,7 +104,7 @@ # 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 -@@ -581,6 +587,7 @@ +@@ -591,6 +597,7 @@ # installations. # #pop3_uidl_format = @@ -112,7 +112,7 @@ # POP3 logout format string: # %t - number of TOP commands -@@ -595,7 +602,7 @@ +@@ -605,7 +612,7 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = @@ -121,7 +121,7 @@ # Workarounds for various client bugs: # outlook-no-nuls: -@@ -606,6 +613,7 @@ +@@ -616,6 +623,7 @@ # missing. This option simply sends it if it's missing. # The list is space-separated. #pop3_client_workarounds = @@ -129,7 +129,7 @@ } ## -@@ -623,10 +631,11 @@ +@@ -633,10 +641,11 @@ # Support for dynamically loadable plugins. mail_plugins is a space separated # list of plugins to load. #mail_plugins = @@ -142,7 +142,7 @@ # UNIX socket path to master authentication server to find users. #auth_socket_path = /var/run/dovecot/auth-master -@@ -637,7 +646,7 @@ +@@ -647,7 +656,7 @@ ## # Executable location |