aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix-current/files/patch-bb
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-22 11:44:54 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-22 11:44:54 +0000
commita18efbaa2235aa1547644778ae5a6d14c6fe086c (patch)
treed0a0a8b60a42315897894c675a9f62164d9fc58e /mail/postfix-current/files/patch-bb
parent32a98c56d9f4f4b57a661eea9df3f6b5bb8ba7c1 (diff)
- Add TLS support which includes SSL;
- add sample-flush.cf to pkg-plist; - update to 20001121. PR: 22962 Submitted by: maintainer
Diffstat (limited to 'mail/postfix-current/files/patch-bb')
-rw-r--r--mail/postfix-current/files/patch-bb40
1 files changed, 20 insertions, 20 deletions
diff --git a/mail/postfix-current/files/patch-bb b/mail/postfix-current/files/patch-bb
index 0fb75ceeeae0..ea744664dfa7 100644
--- a/mail/postfix-current/files/patch-bb
+++ b/mail/postfix-current/files/patch-bb
@@ -1,20 +1,20 @@
-*** ./html/access.5.html.orig Sat Apr 22 20:28:36 2000
---- ./html/access.5.html Thu Jun 1 22:21:32 2000
-***************
-*** 11,13 ****
- <b>SYNOPSIS</b>
-! <b>postmap</b> <b>/etc/postfix/access</b>
-
---- 11,13 ----
- <b>SYNOPSIS</b>
-! <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b>
-
-***************
-*** 22,24 ****
- used for fast searching by the mail system. Execute the
-! command <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild
- the indexed file after changing the access table.
---- 22,24 ----
- used for fast searching by the mail system. Execute the
-! command <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild
- the indexed file after changing the access table.
+--- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000
++++ ./html/access.5.html Tue Nov 21 21:24:34 2000
+@@ -9,7 +9,7 @@
+ access - format of Postfix access table
+
+ <b>SYNOPSIS</b>
+- <b>postmap</b> <b>/etc/postfix/access</b>
++ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b>
+
+ <b>DESCRIPTION</b>
+ The optional <b>access</b> table directs the Postfix SMTP server
+@@ -21,7 +21,7 @@
+ that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The
+ result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for
+ fast searching by the mail system. Execute the command
+- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the
++ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the
+ indexed file after changing the access table.
+
+ When the table is provided via other means such as NIS,