summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2007-04-24 18:56:30 +0000
committerCHTEKK <CHTEKK@localhost>2007-04-24 18:56:30 +0000
commit44b99bbca8fd687d6837c3d3371a209f1d32e41b (patch)
treecd7fc0e2dd2a72c27fa1bc6bff3aa5685feb114a
parentRemove virtual_create_maildirsize setting, it's not needed as that's a subset... (diff)
downloadchtekk-44b99bbca8fd687d6837c3d3371a209f1d32e41b.tar.gz
chtekk-44b99bbca8fd687d6837c3d3371a209f1d32e41b.tar.bz2
chtekk-44b99bbca8fd687d6837c3d3371a209f1d32e41b.zip
Update docs to reflect new home.
svn path=/; revision=41
-rw-r--r--vda/postfix-2.4.0-vda-ng.patch19
1 files changed, 10 insertions, 9 deletions
diff --git a/vda/postfix-2.4.0-vda-ng.patch b/vda/postfix-2.4.0-vda-ng.patch
index 10a4fa2..32a4b72 100644
--- a/vda/postfix-2.4.0-vda-ng.patch
+++ b/vda/postfix-2.4.0-vda-ng.patch
@@ -1,15 +1,15 @@
diff -Nru postfix-2.4.0/README_FILES/VDA_README postfix-2.4.0-vda/README_FILES/VDA_README
--- postfix-2.4.0/README_FILES/VDA_README 1970-01-01 01:00:00.000000000 +0100
-+++ postfix-2.4.0-vda/README_FILES/VDA_README 2007-04-23 16:10:46.000000000 +0200
-@@ -0,0 +1,96 @@
++++ postfix-2.4.0-vda/README_FILES/VDA_README 2007-04-24 20:54:59.000000000 +0200
+@@ -0,0 +1,97 @@
+Installation:
+
+1 - Get the Postfix source code ( http://www.postfix.org/ )
-+2 - Get this software ( http://vda.sourceforge.net/ ) for your Postfix version
++2 - Get this software ( http://overlays.gentoo.org/dev/chtekk/wiki/VDA-NG ) for your Postfix version
+3 - Unpack the source code: tar -xvzf postfix-VERSION.tar.gz
-+4 - Unpack the patch: gunzip postfix-VERSION-vda.patch.gz
-+5 - Apply the patch: cd postfix-VERSION; patch -p1 < ../postfix-VERSION-vda.patch
-+6 - Apply your configuration in the Makefile
++4 - Unpack the patch: gunzip postfix-VERSION-vda-ng-rREV.patch.gz
++5 - Apply the patch: cd postfix-VERSION; patch -p1 < ../postfix-VERSION-vda-ng-rREV.patch
++6 - Configure
+7 - Make
+
+Configuration:
@@ -48,7 +48,7 @@ diff -Nru postfix-2.4.0/README_FILES/VDA_README postfix-2.4.0-vda/README_FILES/V
+virtual_mailbox_limit_override = yes
+
+# Enable Maildir++ extensions for faster maildir quota calculation
-+# (maildirsize file and ,S=<size> filename extension)
++# (maildirsize file and ",S=<size>" filename extension)
+# Needs Maildir++ compatible IMAP servers, like Courier-IMAP
+virtual_maildir_extended = yes
+
@@ -58,13 +58,14 @@ diff -Nru postfix-2.4.0/README_FILES/VDA_README postfix-2.4.0-vda/README_FILES/V
+# Custom message to send when bouncing
+#virtual_maildir_limit_message = "Sorry, maximum quota reached!"
+
-+# Custom message maps
++# Custom message maps for the bounces
+#virtual_maildir_limit_message_maps = hash:/etc/postfix/vmsg
+
+# Also count the Trash folder when calculating quotas?
+virtual_trash_count = yes
+
+# The name of the Trash folder
++# (if it doesn't need to be calculated)
+#virtual_trash_name = ".Trash"
+
+# Enable the Maildirfilter feature
@@ -97,7 +98,7 @@ diff -Nru postfix-2.4.0/README_FILES/VDA_README postfix-2.4.0-vda/README_FILES/V
+user1@domain.net.br # M2007022701 /^subject:.*BAD.*/m DISCARD /^from:.*user@domain.com.br*/m MOVE Trash
+user2@domain.com.br # M2007022617 /^subject:.*Viagra.*/m REJECT /^subject:.*trash.*/m MOVE SpamFolder /^subject:.*pharmacy.*/m DISCARD
+
-+More informations can be found at http://vda.sourceforge.net/
++More informations can be found at http://overlays.gentoo.org/dev/chtekk/wiki/VDA-NG
diff -Nru postfix-2.4.0/src/global/mail_params.h postfix-2.4.0-vda/src/global/mail_params.h
--- postfix-2.4.0/src/global/mail_params.h 2007-02-25 03:15:42.000000000 +0100
+++ postfix-2.4.0-vda/src/global/mail_params.h 2007-04-23 16:08:14.000000000 +0200