mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrade to 19991231.
This commit is contained in:
parent
f982342730
commit
d6a23b9cbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24354
36 changed files with 372 additions and 768 deletions
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# New ports collection makefile for: postfix
|
# New ports collection makefile for: postfix
|
||||||
# Version required: 19990601
|
# Version required: 19991231
|
||||||
# Date created: 18 Mar 1999
|
# Date created: 18 Mar 1999
|
||||||
# Whom: torstenb
|
# Whom: torstenb
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postfix-19990906-pl09
|
DISTNAME= postfix-19991231
|
||||||
PKGNAME= postfix-19990906.09
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
|
||||||
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5
|
MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a
|
||||||
|
|
|
@ -1,60 +1,28 @@
|
||||||
*** conf/main.cf.orig Mon Sep 6 22:20:55 1999
|
--- conf/main.cf.orig Tue Dec 28 05:03:38 1999
|
||||||
--- conf/main.cf Fri Sep 10 21:49:50 1999
|
+++ conf/main.cf Sun Jan 2 21:31:24 2000
|
||||||
***************
|
@@ -17,14 +17,14 @@
|
||||||
*** 18,36 ****
|
# The command_directory parameter specifies the location of all
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
# postXXX commands. The default value is $program_directory.
|
||||||
# with the command_directory and daemon_directory parameters.
|
#
|
||||||
#
|
-command_directory = /usr/sbin
|
||||||
! program_directory = /some/where/postfix/bin
|
+command_directory = !!PREFIX!!/sbin
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
# The daemon_directory parameter specifies the location of all Postfix
|
||||||
# postXXX commands. The default value is $program_directory.
|
# daemon programs (i.e. programs listed in the master.cf file). The
|
||||||
#
|
# default value is $program_directory. This directory must be owned
|
||||||
! command_directory = /usr/sbin
|
# by root.
|
||||||
|
#
|
||||||
|
-daemon_directory = /usr/libexec/postfix
|
||||||
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
||||||
|
|
||||||
# The daemon_directory parameter specifies the location of all Postfix
|
# QUEUE AND PROCESS OWNERSHIP
|
||||||
# daemon programs (i.e. programs listed in the master.cf file). The
|
#
|
||||||
# default value is $program_directory. This directory must be owned
|
@@ -41,7 +41,7 @@
|
||||||
# by root.
|
# These rights are used in the absence of a recipient user context.
|
||||||
#
|
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
||||||
! daemon_directory = /usr/libexec/postfix
|
#
|
||||||
|
-#default_privs = nobody
|
||||||
|
+default_privs = nobody
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
# INTERNET HOST AND DOMAIN NAMES
|
||||||
#
|
#
|
||||||
--- 18,36 ----
|
|
||||||
# Postfix support programs and daemons. This setting can be overruled
|
|
||||||
# with the command_directory and daemon_directory parameters.
|
|
||||||
#
|
|
||||||
! program_directory = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# The command_directory parameter specifies the location of all
|
|
||||||
# postXXX commands. The default value is $program_directory.
|
|
||||||
#
|
|
||||||
! command_directory = !!PREFIX!!/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 = !!PREFIX!!/libexec/postfix
|
|
||||||
|
|
||||||
# QUEUE AND PROCESS OWNERSHIP
|
|
||||||
#
|
|
||||||
***************
|
|
||||||
*** 47,53 ****
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! #default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
--- 47,53 ----
|
|
||||||
# These rights are used in the absence of a recipient user context.
|
|
||||||
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
|
|
||||||
#
|
|
||||||
! default_privs = nobody
|
|
||||||
|
|
||||||
# INTERNET HOST AND DOMAIN NAMES
|
|
||||||
#
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue