Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 09:06:02 -0600
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        <ports@FreeBSD.org>
Subject:   Postfix-current
Message-ID:  <0acb01c041b9$c114e0a0$931576d8@inethouston.net>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_0AC8_01C04187.76513DC0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

If anyone here is running postfix-current and would like to try the latest
snapshot here are some patches that need to be tested.  Its for snapshot
20001005.  Please let me know if there are any problems as I'm just a newbie
to this.

------=_NextPart_000_0AC8_01C04187.76513DC0
Content-Type: application/octet-stream;
	name="distinfo"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="distinfo"

MD5 (snapshot-20001005.tar.gz) =3D 6a6f263037043536659bcfe3b58437f6=0A=

------=_NextPart_000_0AC8_01C04187.76513DC0
Content-Type: application/octet-stream;
	name="files.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="files.patch"

diff -ur files.orig/patch-be files/patch-be=0A=
--- files.orig/patch-be	Sat Oct 28 23:20:50 2000=0A=
+++ files/patch-be	Sat Oct 28 23:38:53 2000=0A=
@@ -1,715 +1,20 @@=0A=
-*** ./html/faq.html.orig	Mon May  8 10:11:21 2000=0A=
---- ./html/faq.html	Thu Jun  1 22:28:20 2000=0A=
-***************=0A=
-*** 273,275 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
---- 273,275 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
-***************=0A=
-*** 281,283 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
---- 281,283 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
-***************=0A=
-*** 326,328 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
---- 326,328 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
-***************=0A=
-*** 330,332 ****=0A=
-  =0A=
-!     /etc/postfix/master.cf:=0A=
-          Comment out the SMTP server entry=0A=
---- 330,332 ----=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/master.cf:=0A=
-          Comment out the SMTP server entry=0A=
-***************=0A=
-*** 357,359 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
---- 357,359 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
-***************=0A=
-*** 369,371 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          relayhost =3D $mydomain=0A=
---- 369,371 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          relayhost =3D $mydomain=0A=
-***************=0A=
-*** 386,388 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          relayhost =3D host.my.domain=0A=
---- 386,388 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          relayhost =3D host.my.domain=0A=
-***************=0A=
-*** 398,400 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          disable_dns_lookups =3D yes=0A=
---- 398,400 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          disable_dns_lookups =3D yes=0A=
-***************=0A=
-*** 417,419 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/transport:=0A=
-          my.domain               smtp:=0A=
---- 417,419 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/transport:=0A=
-          my.domain               smtp:=0A=
-***************=0A=
-*** 423,426 ****=0A=
-  =0A=
-!     /etc/postfix/main.cf:=0A=
-!         transport_maps =3D hash:/etc/postfix/transport=0A=
-  </pre>=0A=
---- 423,426 ----=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-!         transport_maps =3D hash:!!PREFIX!!/etc/postfix/transport=0A=
-  </pre>=0A=
-***************=0A=
-*** 434,436 ****=0A=
-  =0A=
-! Specify <b>dbm:/etc/postfix/transport</b> if your system uses=0A=
-  <b>dbm</b> files instead of <b>db</b>. To find out what map types=0A=
---- 434,436 ----=0A=
-  =0A=
-! Specify <b>dbm:!!PREFIX!!/etc/postfix/transport</b> if your system =
uses=0A=
-  <b>dbm</b> files instead of <b>db</b>. To find out what map types=0A=
-***************=0A=
-*** 440,442 ****=0A=
-  =0A=
-! Execute the command <b>postmap /etc/postfix/transport</b> whenever=0A=
-  you edit the transport table.=0A=
---- 440,442 ----=0A=
-  =0A=
-! Execute the command <b>postmap !!PREFIX!!/etc/postfix/transport</b> =
whenever=0A=
-  you edit the transport table.=0A=
-***************=0A=
-*** 478,485 ****=0A=
-  <pre>=0A=
-! /etc/postfix/main.cf:=0A=
-      mydestination =3D $myhostname, my.domain, localhost.my.domain=0A=
-      relay_domains =3D=0A=
-!     transport_maps =3D hash:/etc/postfix/transport=0A=
-  =0A=
-! /etc/postfix/transport:=0A=
-      my.domain   smtp:inside-gateway.my.domain   (forwards user@domain)=0A=
---- 478,485 ----=0A=
-  <pre>=0A=
-! !!PREFIX!!/etc/postfix/main.cf:=0A=
-      mydestination =3D $myhostname, my.domain, localhost.my.domain=0A=
-      relay_domains =3D=0A=
-!     transport_maps =3D hash:!!PREFIX!!/etc/postfix/transport=0A=
-  =0A=
-! !!PREFIX!!/etc/postfix/transport:=0A=
-      my.domain   smtp:inside-gateway.my.domain   (forwards user@domain)=0A=
-***************=0A=
-*** 487,489 ****=0A=
-  =0A=
-! /etc/postfix/master.cf:=0A=
-      Comment out the local delivery agent=0A=
---- 487,489 ----=0A=
-  =0A=
-! !!PREFIX!!/etc/postfix/master.cf:=0A=
-      Comment out the local delivery agent=0A=
-***************=0A=
-*** 493,495 ****=0A=
-  =0A=
-! Specify <b>dbm:/etc/postfix/transport</b> if your system uses=0A=
-  <b>dbm</b> files instead of <b>db</b>. To find out what map types=0A=
---- 493,495 ----=0A=
-  =0A=
-! Specify <b>dbm:!!PREFIX!!/etc/postfix/transport</b> if your system =
uses=0A=
-  <b>dbm</b> files instead of <b>db</b>. To find out what map types=0A=
-***************=0A=
-*** 499,501 ****=0A=
-  =0A=
-! <li>Execute the command <b>postmap /etc/postfix/transport</b>=0A=
-  whenever you change the transport table.=0A=
---- 499,501 ----=0A=
-  =0A=
-! <li>Execute the command <b>postmap =
!!PREFIX!!/etc/postfix/transport</b>=0A=
-  whenever you change the transport table.=0A=
-***************=0A=
-*** 539,541 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          relayhost =3D smtprelay.someprovider.com=0A=
---- 539,541 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          relayhost =3D smtprelay.someprovider.com=0A=
-***************=0A=
-*** 559,561 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          defer_transports =3D smtp (Only for systems that use =
on-demand dialup IP)=0A=
---- 559,561 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          defer_transports =3D smtp (Only for systems that use =
on-demand dialup IP)=0A=
-***************=0A=
-*** 578,580 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          disable_dns_lookups =3D yes (Only for delivery across LANs =
that are disconnected most of the time)=0A=
---- 578,580 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          disable_dns_lookups =3D yes (Only for delivery across LANs =
that are disconnected most of the time)=0A=
-***************=0A=
-*** 685,687 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          delay_warning_time =3D 4=0A=
---- 685,687 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          delay_warning_time =3D 4=0A=
-***************=0A=
-*** 959,966 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D =0A=
-!             regexp:/etc/postfix/regexp_access=0A=
-              ...other restrictions...=0A=
-  =0A=
-!     /etc/postfix/regexp_access:=0A=
-          /[%!@].*[%!@]/ 550 Sender specified routing is not supported =
here.=0A=
---- 959,966 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D =0A=
-!             regexp:!!PREFIX!!/etc/postfix/regexp_access=0A=
-              ...other restrictions...=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/regexp_access:=0A=
-          /[%!@].*[%!@]/ 550 Sender specified routing is not supported =
here.=0A=
-***************=0A=
-*** 1002,1010 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D=0A=
-              permit_mynetworks=0A=
-!             check_client_access hash:/etc/postfix/client_access=0A=
-              check_relay_domains=0A=
-  =0A=
-!     /etc/postfix/client_access:=0A=
-          4.3.2.1         OK=0A=
---- 1002,1010 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D=0A=
-              permit_mynetworks=0A=
-!             check_client_access =
hash:!!PREFIX!!/etc/postfix/client_access=0A=
-              check_relay_domains=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/client_access:=0A=
-          4.3.2.1         OK=0A=
-***************=0A=
-*** 1046,1055 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D=0A=
-              permit_mynetworks=0A=
-!             check_client_access hash:/etc/postfix/client_access=0A=
-!             check_sender_access hash:/etc/postfix/sender_access=0A=
-              check_relay_domains=0A=
-  =0A=
-!     /etc/postfix/client_access:=0A=
-          11.22.33                OK=0A=
---- 1046,1055 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D=0A=
-              permit_mynetworks=0A=
-!             check_client_access =
hash:!!PREFIX!!/etc/postfix/client_access=0A=
-!             check_sender_access =
hash:!!PREFIX!!/etc/postfix/sender_access=0A=
-              check_relay_domains=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/client_access:=0A=
-          11.22.33                OK=0A=
-***************=0A=
-*** 1057,1059 ****=0A=
-  =0A=
-!     /etc/postfix/sender_access:=0A=
-          joe@my.domain           OK=0A=
---- 1057,1059 ----=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/sender_access:=0A=
-          joe@my.domain           OK=0A=
-***************=0A=
-*** 1108,1112 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D=0A=
-!             hash:/etc/postfix/restricted_senders=0A=
-              ...other stuff...=0A=
---- 1108,1112 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D=0A=
-!             hash:!!PREFIX!!/etc/postfix/restricted_senders=0A=
-              ...other stuff...=0A=
-***************=0A=
-*** 1114,1118 ****=0A=
-          smtpd_restriction_classes =3D local_only=0A=
-!         local_only =3D check_sender_access =
hash:/etc/postfix/local_domains, reject=0A=
-  =0A=
-!     /etc/postfix/restricted_senders:=0A=
-          foo@domain      local_only=0A=
---- 1114,1118 ----=0A=
-          smtpd_restriction_classes =3D local_only=0A=
-!         local_only =3D check_sender_access =
hash:!!PREFIX!!/etc/postfix/local_domains, reject=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/restricted_senders:=0A=
-          foo@domain      local_only=0A=
-***************=0A=
-*** 1120,1122 ****=0A=
-  =0A=
-!     /etc/postfix/local_domains:=0A=
-          this.domain     OK      (matches this.domain and subdomains)=0A=
---- 1120,1122 ----=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/local_domains:=0A=
-          this.domain     OK      (matches this.domain and subdomains)=0A=
-***************=0A=
-*** 1134,1136 ****=0A=
-  The <b>smtpd_restriction_classes</b> verbiage exists so that Postfix =
can=0A=
-! open <b>/etc/postfix/local_domains.db</b> before entering a chroot=0A=
-  jail, so it is only an artefact of implementation.=0A=
---- 1134,1136 ----=0A=
-  The <b>smtpd_restriction_classes</b> verbiage exists so that Postfix =
can=0A=
-! open <b>!!PREFIX!!/etc/postfix/local_domains.db</b> before entering a =
chroot=0A=
-  jail, so it is only an artefact of implementation.=0A=
-***************=0A=
-*** 1168,1170 ****=0A=
-  =0A=
-!     /etc/postfix/main.cf:=0A=
-          relay_domains =3D the.backed-up.domain.name=0A=
---- 1168,1170 ----=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          relay_domains =3D the.backed-up.domain.name=0A=
-***************=0A=
-*** 1179,1184 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-!         transport_maps =3D hash:/etc/postfix/transport=0A=
-  =0A=
-!     /etc/postfix/transport:=0A=
-          the.backed-up.domain.name       smtp:[their.mail.host.name]=0A=
---- 1179,1184 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-!         transport_maps =3D hash:!!PREFIX!!/etc/postfix/transport=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/transport:=0A=
-          the.backed-up.domain.name       smtp:[their.mail.host.name]=0A=
-***************=0A=
-*** 1309,1311 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          smtp_skip_4xx_greeting =3D yes=0A=
---- 1309,1311 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          smtp_skip_4xx_greeting =3D yes=0A=
-***************=0A=
-*** 1399,1401 ****=0A=
-  For example, if you use the default Postfix local delivery agent=0A=
-! in <b>/etc/postfix/master.cf</b>, specify:=0A=
-  =0A=
---- 1399,1401 ----=0A=
-  For example, if you use the default Postfix local delivery agent=0A=
-! in <b>!!PREFIX!!/etc/postfix/master.cf</b>, specify:=0A=
-  =0A=
-***************=0A=
-*** 1404,1406 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          local_recipient_maps =3D $alias_maps, unix:passwd.byname=0A=
---- 1404,1406 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          local_recipient_maps =3D $alias_maps, unix:passwd.byname=0A=
-***************=0A=
-*** 1434,1436 ****=0A=
-  <pre>=0A=
-! /etc/postfix/main.cf:=0A=
-      myorigin =3D domain.name=0A=
---- 1434,1436 ----=0A=
-  <pre>=0A=
-! !!PREFIX!!/etc/postfix/main.cf:=0A=
-      myorigin =3D domain.name=0A=
-***************=0A=
-*** 1447,1452 ****=0A=
-  <pre>=0A=
-! /etc/postfix/main.cf:=0A=
-!     virtual_maps =3D hash:/etc/postfix/virtual=0A=
-  =0A=
-! /etc/postfix/virtual:=0A=
-      root        root@localhost=0A=
---- 1447,1452 ----=0A=
-  <pre>=0A=
-! !!PREFIX!!/etc/postfix/main.cf:=0A=
-!     virtual_maps =3D hash:!!PREFIX!!/etc/postfix/virtual=0A=
-  =0A=
-! !!PREFIX!!/etc/postfix/virtual:=0A=
-      root        root@localhost=0A=
-***************=0A=
-*** 1463,1465 ****=0A=
-  =0A=
-! <li>Execute the command <b>postmap /etc/postfix/virtual</b> whenever=0A=
-  you edit the the <b>virtual</b> table.=0A=
---- 1463,1465 ----=0A=
-  =0A=
-! <li>Execute the command <b>postmap !!PREFIX!!/etc/postfix/virtual</b> =
whenever=0A=
-  you edit the the <b>virtual</b> table.=0A=
-***************=0A=
-*** 1485,1487 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          home_mailbox =3D Maildir/=0A=
---- 1485,1487 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          home_mailbox =3D Maildir/=0A=
-***************=0A=
-*** 1519,1524 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          mailbox_command =3D /path/to/procmail=0A=
-  =0A=
-!     /etc/postfix/main.cf:=0A=
-          mailbox_command =3D /path/to/procmail -a $EXTENSION=0A=
---- 1519,1524 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          mailbox_command =3D /path/to/procmail=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          mailbox_command =3D /path/to/procmail -a $EXTENSION=0A=
-***************=0A=
-*** 1612,1620 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D =0A=
-!             ... regexp:/etc/postfix/access_regexp ...=0A=
-          smtpd_recipient_restrictions =3D =0A=
-!             ... pcre:/etc/postfix/access_regexp ...=0A=
-  =0A=
-!     /etc/postfix/access_regexp:=0A=
-          /^(.*)-outgoing@(.*)/   554 Use $1@$2 instead=0A=
---- 1612,1620 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D =0A=
-!             ... regexp:!!PREFIX!!/etc/postfix/access_regexp ...=0A=
-          smtpd_recipient_restrictions =3D =0A=
-!             ... pcre:!!PREFIX!!/etc/postfix/access_regexp ...=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/access_regexp:=0A=
-          /^(.*)-outgoing@(.*)/   554 Use $1@$2 instead=0A=
-***************=0A=
-*** 1699,1706 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          smtpd_sender_restrictions =3D=0A=
-!             regexp:/etc/postfix/envelope-regexp=0A=
-              reject_unknown_sender_domain=0A=
-          smtpd_recipient_restrictions =3D=0A=
-!             regexp:/etc/postfix/envelope-regexp=0A=
-              permit_mynetworks=0A=
---- 1699,1706 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          smtpd_sender_restrictions =3D=0A=
-!             regexp:!!PREFIX!!/etc/postfix/envelope-regexp=0A=
-              reject_unknown_sender_domain=0A=
-          smtpd_recipient_restrictions =3D=0A=
-!             regexp:!!PREFIX!!/etc/postfix/envelope-regexp=0A=
-              permit_mynetworks=0A=
-***************=0A=
-*** 1708,1710 ****=0A=
-  =0A=
-!     /etc/postfix/envelope-regexp:=0A=
-          /[/|]/  REJECT=0A=
---- 1708,1710 ----=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/envelope-regexp:=0A=
-          /[/|]/  REJECT=0A=
-***************=0A=
-*** 1746,1753 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D=0A=
-!             hash:/etc/postfix/access=0A=
-              ..the usual stuff...=0A=
-  =0A=
-!     /etc/postfix/access:=0A=
-          all     permit_mynetworks,reject=0A=
---- 1746,1753 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D=0A=
-!             hash:!!PREFIX!!/etc/postfix/access=0A=
-              ..the usual stuff...=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/access:=0A=
-          all     permit_mynetworks,reject=0A=
-***************=0A=
-*** 1783,1787 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D=0A=
-!             hash:/etc/postfix/protected_destinations=0A=
-              ..the usual stuff...=0A=
---- 1783,1787 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          smtpd_recipient_restrictions =3D=0A=
-!             hash:!!PREFIX!!/etc/postfix/protected_destinations=0A=
-              ..the usual stuff...=0A=
-***************=0A=
-*** 1789,1793 ****=0A=
-          smtpd_restriction_classes =3D insiders_only=0A=
-!         insiders_only =3D check_sender_access =
hash:/etc/postfix/insiders, reject=0A=
-  =0A=
-!     /etc/postfix/protected_destinations:=0A=
-          all@my.domain   insiders_only=0A=
---- 1789,1793 ----=0A=
-          smtpd_restriction_classes =3D insiders_only=0A=
-!         insiders_only =3D check_sender_access =
hash:!!PREFIX!!/etc/postfix/insiders, reject=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/protected_destinations:=0A=
-          all@my.domain   insiders_only=0A=
-***************=0A=
-*** 1795,1797 ****=0A=
-  =0A=
-!     /etc/postfix/insiders:=0A=
-          my.domain       OK=0A=
---- 1795,1797 ----=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/insiders:=0A=
-          my.domain       OK=0A=
-***************=0A=
-*** 1852,1854 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/virtual:=0A=
-          virtual.domain whatever=0A=
---- 1852,1854 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/virtual:=0A=
-          virtual.domain whatever=0A=
-***************=0A=
-*** 1924,1926 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/virtual:=0A=
-          virtual.domain          whatever=0A=
---- 1924,1926 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/virtual:=0A=
-          virtual.domain          whatever=0A=
-***************=0A=
-*** 1931,1933 ****=0A=
-  =0A=
-! <li>Execute the command <b>postmap /etc/postfix/virtual</b> whenever=0A=
-  you edit the virtual database.=0A=
---- 1931,1933 ----=0A=
-  =0A=
-! <li>Execute the command <b>postmap !!PREFIX!!/etc/postfix/virtual</b> =
whenever=0A=
-  you edit the virtual database.=0A=
-***************=0A=
-*** 1977,1979 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          recipient_delimiter =3D +=0A=
---- 1977,1979 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          recipient_delimiter =3D +=0A=
-***************=0A=
-*** 1981,1985 ****=0A=
-              ...non-regexp virtual maps...=0A=
-!             regexp:/etc/postfix/virtual_regexp=0A=
-  =0A=
-!     /etc/postfix/virtual_regexp:=0A=
-          /^virtual\.domain$/             whatever=0A=
---- 1981,1985 ----=0A=
-              ...non-regexp virtual maps...=0A=
-!             regexp:!!PREFIX!!/etc/postfix/virtual_regexp=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/virtual_regexp:=0A=
-          /^virtual\.domain$/             whatever=0A=
-***************=0A=
-*** 2029,2031 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          masquerade_domains =3D $mydomain=0A=
---- 2029,2031 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          masquerade_domains =3D $mydomain=0A=
-***************=0A=
-*** 2056,2058 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          masquerade_exceptions =3D root=0A=
---- 2056,2058 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          masquerade_exceptions =3D root=0A=
-***************=0A=
-*** 2068,2070 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          masquerade_domains =3D somehost.my.domain otherhost.my.domain =
$mydomain=0A=
---- 2068,2070 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          masquerade_domains =3D somehost.my.domain otherhost.my.domain =
$mydomain=0A=
-***************=0A=
-*** 2114,2116 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          mailbox_command =3D /some/program ...=0A=
---- 2114,2116 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          mailbox_command =3D /some/program ...=0A=
-***************=0A=
-*** 2129,2131 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          mailbox_transport =3D foo=0A=
---- 2129,2131 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          mailbox_transport =3D foo=0A=
-***************=0A=
-*** 2136,2138 ****=0A=
-  This example delegates local mailbox delivery to the transport=0A=
-! <i>foo</i> as configured in <b>/etc/postfix/master.cf</b>. If you=0A=
-  follow this route you will build something around the pipe mailer.=0A=
---- 2136,2138 ----=0A=
-  This example delegates local mailbox delivery to the transport=0A=
-! <i>foo</i> as configured in <b>!!PREFIX!!/etc/postfix/master.cf</b>. =
If you=0A=
-  follow this route you will build something around the pipe mailer.=0A=
-***************=0A=
-*** 2168,2170 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/transport:=0A=
-          some.domain     uucp:uucp-host=0A=
---- 2168,2170 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/transport:=0A=
-          some.domain     uucp:uucp-host=0A=
-***************=0A=
-*** 2180,2182 ****=0A=
-  =0A=
-! <li>Execute the command <b>postmap /etc/postfix/transport</b> whenever=0A=
-  you change the <b>transport</b> file.=0A=
---- 2180,2182 ----=0A=
-  =0A=
-! <li>Execute the command <b>postmap =
!!PREFIX!!/etc/postfix/transport</b> whenever=0A=
-  you change the <b>transport</b> file.=0A=
-***************=0A=
-*** 2190,2193 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-!         transport_maps =3D hash:/etc/postfix/transport=0A=
-  </pre>=0A=
---- 2190,2193 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-!         transport_maps =3D hash:!!PREFIX!!/etc/postfix/transport=0A=
-  </pre>=0A=
-***************=0A=
-*** 2205,2207 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/master.cf:=0A=
-          uucp      unix  -       n       n       -       -       pipe=0A=
---- 2205,2207 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/master.cf:=0A=
-          uucp      unix  -       n       n       -       -       pipe=0A=
-***************=0A=
-*** 2225,2227 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          relay_domains =3D some.domain $mydestination ...=0A=
---- 2225,2227 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          relay_domains =3D some.domain $mydestination ...=0A=
-***************=0A=
-*** 2263,2265 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/main.cf:=0A=
-          relayhost =3D uucp-gateway=0A=
---- 2263,2265 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          relayhost =3D uucp-gateway=0A=
-***************=0A=
-*** 2275,2277 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/master.cf:=0A=
-          uucp      unix  -       n       n       -       -       pipe=0A=
---- 2275,2277 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/master.cf:=0A=
-          uucp      unix  -       n       n       -       -       pipe=0A=
-***************=0A=
-*** 2308,2310 ****=0A=
-  <pre>=0A=
-!     /etc/postfix/master.cf:=0A=
-          fax       unix  -       n       n       -       -       pipe=0A=
---- 2308,2310 ----=0A=
-  <pre>=0A=
-!     !!PREFIX!!/etc/postfix/master.cf:=0A=
-          fax       unix  -       n       n       -       -       pipe=0A=
-***************=0A=
-*** 2312,2318 ****=0A=
-  =0A=
-!     /etc/postfix/transport:=0A=
-          fax.your.domain   fax:localhost=0A=
-  =0A=
-!     /etc/postfix/main.cf:=0A=
-!         transport_maps =3D hash:/etc/postfix/transport=0A=
-  	fax_destination_recipient_limit =3D 1=0A=
---- 2312,2318 ----=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/transport:=0A=
-          fax.your.domain   fax:localhost=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-!         transport_maps =3D hash:!!PREFIX!!/etc/postfix/transport=0A=
-  	fax_destination_recipient_limit =3D 1=0A=
+--- ./html/faq.html.orig	Sat Oct 28 23:34:51 2000=0A=
++++ ./html/faq.html	Sat Oct 28 23:36:04 2000=0A=
+@@ -2572,7 +2572,7 @@=0A=
+ =0A=
+ Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building=0A=
+ Postfix with some incompatible third-party file, typically=0A=
+-<b>/usr/local/include/ndbm.h</b>.=0A=
++<b>!!PREFIX!!/include/ndbm.h</b>.=0A=
+ =0A=
+ <p>=0A=
+ =0A=
+@@ -2628,7 +2628,7 @@=0A=
+ <ul>=0A=
+ =0A=
+ <li> Older DB versions install a file=0A=
+-<b>/usr/local/include/ndbm.h</b> that is incompatible with=0A=
++<b>!!PREFIX!!/include/ndbm.h</b> that is incompatible with=0A=
+ <b>/usr/include/ndbm.h</b>. Be sure to get rid of the bogus file.=0A=
+ See the FAQ entry titled "<a href=3D"#dbm_dirfno">Undefined symbols:=0A=
+ dbm_pagfno, dbm_dirfno etc</a>".=0A=
diff -ur files.orig/patch-ea files/patch-ea=0A=
--- files.orig/patch-ea	Sat Oct 28 23:20:50 2000=0A=
+++ files/patch-ea	Sat Oct 28 23:41:42 2000=0A=
@@ -1,5 +1,5 @@=0A=
-*** ./cleanup/cleanup.c.orig	Sun May 28 18:33:41 2000=0A=
---- ./cleanup/cleanup.c	Thu Jun  1 21:52:22 2000=0A=
+*** ./src/cleanup/cleanup.c.orig	Sun May 28 18:33:41 2000=0A=
+--- ./src/cleanup/cleanup.c	Thu Jun  1 21:52:22 2000=0A=
 ***************=0A=
 *** 118,121 ****=0A=
   /* FILES=0A=
diff -ur files.orig/patch-eb files/patch-eb=0A=
--- files.orig/patch-eb	Sat Oct 28 23:20:50 2000=0A=
+++ files/patch-eb	Sat Oct 28 23:45:58 2000=0A=
@@ -1,5 +1,5 @@=0A=
-*** ./global/mail_conf.c.orig	Sun May  7 18:51:16 2000=0A=
---- ./global/mail_conf.c	Thu Jun  1 22:16:29 2000=0A=
+*** ./src/global/mail_conf.c.orig	Sun May  7 18:51:16 2000=0A=
+--- ./src/global/mail_conf.c	Thu Jun  1 22:16:29 2000=0A=
 ***************=0A=
 *** 53,55 ****=0A=
   /* FILES=0A=
diff -ur files.orig/patch-ec files/patch-ec=0A=
--- files.orig/patch-ec	Sat Oct 28 23:20:50 2000=0A=
+++ files/patch-ec	Sat Oct 28 23:46:05 2000=0A=
@@ -1,5 +1,5 @@=0A=
-*** ./global/mail_params.h.orig	Wed May 31 19:18:31 2000=0A=
---- ./global/mail_params.h	Thu Jun  1 22:17:10 2000=0A=
+*** ./src/global/mail_params.h.orig	Wed May 31 19:18:31 2000=0A=
+--- ./src/global/mail_params.h	Thu Jun  1 22:17:10 2000=0A=
 ***************=0A=
 *** 155,157 ****=0A=
   #ifndef DEF_PROGRAM_DIR=0A=
diff -ur files.orig/patch-ed files/patch-ed=0A=
--- files.orig/patch-ed	Sat Oct 28 23:20:50 2000=0A=
+++ files/patch-ed	Sat Oct 28 23:46:18 2000=0A=
@@ -1,5 +1,5 @@=0A=
-*** ./local/mailbox.c.orig	Fri Apr 28 16:55:53 2000=0A=
---- ./local/mailbox.c	Thu Jun  1 22:37:48 2000=0A=
+*** ./src/local/mailbox.c.orig	Fri Apr 28 16:55:53 2000=0A=
+--- ./src/local/mailbox.c	Thu Jun  1 22:37:48 2000=0A=
 ***************=0A=
 *** 15,17 ****=0A=
   /*	suppression. The default is direct mailbox delivery to=0A=
diff -ur files.orig/patch-ee files/patch-ee=0A=
--- files.orig/patch-ee	Sat Oct 28 23:20:50 2000=0A=
+++ files/patch-ee	Sat Oct 28 23:46:26 2000=0A=
@@ -1,5 +1,5 @@=0A=
-*** ./master/master.c.orig	Tue Mar  7 10:25:07 2000=0A=
---- ./master/master.c	Thu Jun  1 22:43:50 2000=0A=
+*** ./src/master/master.c.orig	Tue Mar  7 10:25:07 2000=0A=
+--- ./src/master/master.c	Thu Jun  1 22:43:50 2000=0A=
 ***************=0A=
 *** 104,107 ****=0A=
   /* FILES=0A=
diff -ur files.orig/patch-ef files/patch-ef=0A=
--- files.orig/patch-ef	Sat Oct 28 23:20:50 2000=0A=
+++ files/patch-ef	Sat Oct 28 23:46:30 2000=0A=
@@ -1,5 +1,5 @@=0A=
-*** ./postdrop/postdrop.c.orig	Sun Apr 25 18:05:43 1999=0A=
---- ./postdrop/postdrop.c	Thu Jun  1 22:44:22 2000=0A=
+*** ./src/postdrop/postdrop.c.orig	Sun Apr 25 18:05:43 1999=0A=
+--- ./src/postdrop/postdrop.c	Thu Jun  1 22:44:22 2000=0A=
 ***************=0A=
 *** 39,41 ****=0A=
   /*	/var/spool/postfix, mail queue=0A=
diff -ur files.orig/patch-eg files/patch-eg=0A=
--- files.orig/patch-eg	Sat Oct 28 23:20:50 2000=0A=
+++ files/patch-eg	Sat Oct 28 23:46:37 2000=0A=
@@ -1,5 +1,5 @@=0A=
-*** ./sendmail/sendmail.c.orig	Tue Mar 14 10:42:06 2000=0A=
---- ./sendmail/sendmail.c	Thu Jun  1 22:47:24 2000=0A=
+*** ./src/sendmail/sendmail.c.orig	Tue Mar 14 10:42:06 2000=0A=
+--- ./src/sendmail/sendmail.c	Thu Jun  1 22:47:24 2000=0A=
 ***************=0A=
 *** 57,59 ****=0A=
   /*	The path name of the \fBsendmail.cf\fR file. Postfix configuration=0A=
diff -ur files.orig/patch-eh files/patch-eh=0A=
--- files.orig/patch-eh	Sat Oct 28 23:20:50 2000=0A=
+++ files/patch-eh	Sat Oct 28 23:46:42 2000=0A=
@@ -1,5 +1,5 @@=0A=
-*** ./trivial-rewrite/transport.c.orig	Tue Nov 16 19:15:41 1999=0A=
---- ./trivial-rewrite/transport.c	Thu Jun  1 22:47:49 2000=0A=
+*** ./src/trivial-rewrite/transport.c.orig	Tue Nov 16 19:15:41 1999=0A=
+--- ./src/trivial-rewrite/transport.c	Thu Jun  1 22:47:49 2000=0A=
 ***************=0A=
 *** 32,34 ****=0A=
   /* FILES=0A=
diff -ur files.orig/patch-ei files/patch-ei=0A=
--- files.orig/patch-ei	Sat Oct 28 23:20:50 2000=0A=
+++ files/patch-ei	Sat Oct 28 23:46:48 2000=0A=
@@ -1,5 +1,5 @@=0A=
-*** ./smtpd/smtpd.h.orig	Thu Sep 14 10:17:23 2000=0A=
---- ./smtpd/smtpd.h	Thu Sep 14 10:17:38 2000=0A=
+*** ./src/smtpd/smtpd.h.orig	Thu Sep 14 10:17:23 2000=0A=
+--- ./src/smtpd/smtpd.h	Thu Sep 14 10:17:38 2000=0A=
 ***************=0A=
 *** 12,19 ****=0A=
     * SASL library.=0A=
diff -ur files.orig/patch-ej files/patch-ej=0A=
--- files.orig/patch-ej	Sat Oct 28 23:20:49 2000=0A=
+++ files/patch-ej	Sat Oct 28 23:46:57 2000=0A=
@@ -1,5 +1,5 @@=0A=
-*** ./smtp/smtp.h.orig	Thu Sep 14 13:04:43 2000=0A=
---- ./smtp/smtp.h	Thu Sep 14 13:04:53 2000=0A=
+*** ./src/smtp/smtp.h.orig	Thu Sep 14 13:04:43 2000=0A=
+--- ./src/smtp/smtp.h	Thu Sep 14 13:04:53 2000=0A=
 ***************=0A=
 *** 12,19 ****=0A=
     * SASL library.=0A=

------=_NextPart_000_0AC8_01C04187.76513DC0
Content-Type: application/octet-stream;
	name="Makefile.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="Makefile.patch"

--- Makefile.orig	Sat Oct 28 23:11:39 2000=0A=
+++ Makefile	Sun Oct 29 00:03:02 2000=0A=
@@ -6,7 +6,7 @@=0A=
 #=0A=
 =0A=
 PORTNAME=3D	postfix=0A=
-PORTVERSION=3D	20000531=0A=
+PORTVERSION=3D	20001005=0A=
 CATEGORIES=3D	mail=0A=
 MASTER_SITES=3D	ftp://ftp.merit.edu/postfix/experimental/ \=0A=
 		ftp://ftp.tux.org/pub/net/postfix/experimental/ \=0A=
@@ -16,7 +16,7 @@=0A=
 		ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/experimental/ \=0A=
 		ftp://ftp.mira.net/pub/unix/mail/postfix/experimental/ \=0A=
 		ftp://coda.nctu.edu.tw/network/mail/postfix/experimental/=0A=
-DISTNAME=3D	snapshot-20000531=0A=
+DISTNAME=3D	snapshot-${PORTVERSION}=0A=
 =0A=
 MAINTAINER=3D	missnglnk@sneakerz.org=0A=
 =0A=
@@ -130,11 +130,11 @@=0A=
 	@for f in postalias postcat postconf postfix postkick postlog \=0A=
 		postmap postsuper sendmail ; do \=0A=
 		${INSTALL} -C -o root -g wheel -m 0755 \=0A=
-			${WRKSRC}/$$f/$$f ${PREFIX}/sbin/$$f ; \=0A=
+			${WRKSRC}/src/$$f/$$f ${PREFIX}/sbin/$$f ; \=0A=
 	done=0A=
 =0A=
 	@${INSTALL} -C -o root -g maildrop -m 2755 \=0A=
-		${WRKSRC}/postdrop/postdrop ${PREFIX}/sbin/postdrop=0A=
+		${WRKSRC}/src/postdrop/postdrop ${PREFIX}/sbin/postdrop=0A=
 =0A=
 	@for f in ${MAN1} ; do \=0A=
 		${INSTALL} -C -o root -g wheel -m 0644 \=0A=

------=_NextPart_000_0AC8_01C04187.76513DC0--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0acb01c041b9$c114e0a0$931576d8>