summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-04-16 16:00:22 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-04-16 16:00:22 +0000
commitb8f9665f451825eac8a17cdc33e9db7f0dd43069 (patch)
tree80de94d5b171bbb9e56f5da51eeb69db2ad51945 /net-mail/postfix
parentAdded stable sparc keyword (diff)
downloadgentoo-2-b8f9665f451825eac8a17cdc33e9db7f0dd43069.tar.gz
gentoo-2-b8f9665f451825eac8a17cdc33e9db7f0dd43069.tar.bz2
gentoo-2-b8f9665f451825eac8a17cdc33e9db7f0dd43069.zip
missed a file
Diffstat (limited to 'net-mail/postfix')
-rw-r--r--net-mail/postfix/Manifest1
-rw-r--r--net-mail/postfix/files/postfix-2.0.0/main.cf.diff75
2 files changed, 76 insertions, 0 deletions
diff --git a/net-mail/postfix/Manifest b/net-mail/postfix/Manifest
index 59f19c5efc53..d97e9422fa46 100644
--- a/net-mail/postfix/Manifest
+++ b/net-mail/postfix/Manifest
@@ -15,3 +15,4 @@ MD5 6775371821db3139dd2470c794a1e01f files/digest-postfix-1.1.11.20020917 166
MD5 c33c672b82d58d36299c1cfd66dddf40 files/digest-postfix-2.0.3 219
MD5 32967889bdab593d4329d63cfc07820d files/digest-postfix-2.0.8 220
MD5 798b43d4f63482e4eae84941d5b4f40e files/smtp.pam 206
+MD5 803eb5ffc166aaaf2f3b78ddf71fe73d files/postfix-2.0.0/main.cf.diff 2382
diff --git a/net-mail/postfix/files/postfix-2.0.0/main.cf.diff b/net-mail/postfix/files/postfix-2.0.0/main.cf.diff
new file mode 100644
index 000000000000..6b17c288637b
--- /dev/null
+++ b/net-mail/postfix/files/postfix-2.0.0/main.cf.diff
@@ -0,0 +1,75 @@
+--- ../sample/main.cf 2002-12-23 21:22:16.000000000 +0100
++++ main.cf 2002-12-23 21:48:47.000000000 +0100
+@@ -365,6 +365,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/mail/aliases
+
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with "newaliases" or "sendmail -bi". This is a separate
+@@ -375,6 +376,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = hash:/etc/mail/aliases
+
+ # ADDRESS EXTENSIONS (e.g., user+foo)
+ #
+@@ -396,6 +398,7 @@
+ #
+ #home_mailbox = Mailbox
+ #home_mailbox = Maildir/
++home_mailbox = .maildir/
+
+ # The mail_spool_directory parameter specifies the directory where
+ # UNIX-style mailboxes are kept. The default setting depends on the
+@@ -548,6 +551,8 @@
+
+ #local_destination_concurrency_limit = 2
+ #default_destination_concurrency_limit = 10
++local_destination_concurrency_limit = 2
++default_destination_concurrency_limit = 10
+
+ # DEBUGGING CONTROL
+ #
+@@ -590,32 +595,32 @@
+ # sendmail_path: The full pathname of the Postfix sendmail command.
+ # This is the Sendmail-compatible mail posting interface.
+ #
+-sendmail_path =
++sendmail_path = /usr/sbin/sendmail
+
+ # newaliases_path: The full pathname of the Postfix newaliases command.
+ # This is the Sendmail-compatible command to build alias databases.
+ #
+-newaliases_path =
++newaliases_path = /usr/bin/newaliases
+
+ # mailq_path: The full pathname of the Postfix mailq command. This
+ # is the Sendmail-compatible mail queue listing command.
+ #
+-mailq_path =
++mailq_path = /usr/bin/mailq
+
+ # setgid_group: The group for mail submission and queue management
+ # commands. This must be a group name with a numerical group ID that
+ # is not shared with other accounts, not even with the Postfix account.
+ #
+-setgid_group =
++setgid_group = postdrop
+
+ # manpage_directory: The location of the Postfix on-line manual pages.
+ #
+-manpage_directory =
++manpage_directory = /usr/share/man
+
+ # sample_directory: The location of the Postfix sample configuration files.
+ #
+-sample_directory =
++sample_directory = /etc/postfix/sample
+
+ # readme_directory: The location of the Postfix README files.
+ #
+-readme_directory =
++readme_directory = /usr/share/doc/POSTFIX