1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Upgrade to postfix 19990906 pl 02

This commit is contained in:
Torsten Blum 1999-09-10 20:41:45 +00:00
parent 25d8afc84d
commit e9f1047587
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21602
48 changed files with 204 additions and 372 deletions

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix

View File

@ -6,7 +6,8 @@
# $FreeBSD$
#
DISTNAME= postfix-19990601
DISTNAME= postfix-19990906-pl02
PKGNAME= postfix-19990906.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
@ -53,7 +54,7 @@ do-install:
@${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \
${PREFIX}/etc/postfix/postfix-script
@${MKDIR} -m 0755 ${PREFIX}/libexec/postfix
@for f in bounce cleanup error fsstone local master pickup pipe qmgr \
@for f in bounce cleanup error local master pickup pipe qmgr \
showq smtp smtpd trivial-rewrite ; do \
${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \
${PREFIX}/libexec/postfix/$$f ;\

View File

@ -1 +1 @@
MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026
MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be

View File

@ -1,5 +1,5 @@
*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
--- conf/main.cf Mon Mar 29 22:13:09 1999
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
--- conf/main.cf Fri Sep 10 21:49:50 1999
***************
*** 18,36 ****
# Postfix support programs and daemons. This setting can be overruled
@ -10,14 +10,14 @@
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.
#
! #command_directory = /usr/sbin
! command_directory = /usr/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
! #daemon_directory = /usr/libexec/postfix
! daemon_directory = /usr/libexec/postfix
# QUEUE AND PROCESS OWNERSHIP
#
@ -42,14 +42,7 @@
# QUEUE AND PROCESS OWNERSHIP
#
***************
*** 40,53 ****
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! #mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
*** 47,53 ****
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
@ -57,14 +50,7 @@
# INTERNET HOST AND DOMAIN NAMES
#
--- 40,53 ----
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
! mail_owner = postfix
# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
--- 47,53 ----
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#

View File

@ -1,13 +1,15 @@
etc/postfix/main.cf
etc/postfix/LICENSE
etc/postfix/main.cf
etc/postfix/master.cf
etc/postfix/postfix-script
etc/postfix/sample-access
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-aliases.cf
etc/postfix/sample-canonical.cf
etc/postfix/sample-debug.cf
etc/postfix/sample-ldap.cf
etc/postfix/sample-local.cf
etc/postfix/sample-main.cf
etc/postfix/sample-master.cf
etc/postfix/sample-misc.cf
etc/postfix/sample-pcre.cf
etc/postfix/sample-rate.cf
@ -18,12 +20,9 @@ etc/postfix/sample-smtp.cf
etc/postfix/sample-smtpd.cf
etc/postfix/sample-transport.cf
etc/postfix/sample-virtual.cf
etc/postfix/postfix-script
etc/postfix/master.cf
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/fsstone
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
@ -33,17 +32,17 @@ libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/trivial-rewrite
sbin/sendmail
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
sbin/postdrop
sbin/sendmail
sbin/smtp-sink
sbin/smtp-source
@exec mkdir -p -m 0755 /var/spool/postfix