summaryrefslogtreecommitdiff
path: root/mail/postfix22/files
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1999-03-29 20:15:09 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1999-03-29 20:15:09 +0000
commitf7f54da77e43b5cc834e48482babbe81dc49f043 (patch)
tree4060ca58c256e685793e7662b30bb8d26240e1af /mail/postfix22/files
parentCleanup Makefile and pkg/DESCR (diff)
Port of Wietse Venema's postfix, yet another mail transport agent that tries to
replace sendmail.
Notes
Notes: svn path=/head/; revision=17439
Diffstat (limited to 'mail/postfix22/files')
-rw-r--r--mail/postfix22/files/patch-aa36
-rw-r--r--mail/postfix22/files/patch-ab74
-rw-r--r--mail/postfix22/files/patch-ba19
-rw-r--r--mail/postfix22/files/patch-bb36
-rw-r--r--mail/postfix22/files/patch-bc19
-rw-r--r--mail/postfix22/files/patch-bd19
-rw-r--r--mail/postfix22/files/patch-be19
-rw-r--r--mail/postfix22/files/patch-bf19
-rw-r--r--mail/postfix22/files/patch-bg19
-rw-r--r--mail/postfix22/files/patch-bh21
-rw-r--r--mail/postfix22/files/patch-bi21
11 files changed, 302 insertions, 0 deletions
diff --git a/mail/postfix22/files/patch-aa b/mail/postfix22/files/patch-aa
new file mode 100644
index 000000000000..3af6375f1959
--- /dev/null
+++ b/mail/postfix22/files/patch-aa
@@ -0,0 +1,36 @@
+*** global/mail_params.h.orig Sat Mar 20 15:09:46 1999
+--- global/mail_params.h Sat Mar 20 15:10:46 1999
+***************
+*** 127,133 ****
+ */
+ #define VAR_PROGRAM_DIR "program_directory"
+ #ifndef DEF_PROGRAM_DIR
+! #define DEF_PROGRAM_DIR "/usr/libexec/postfix"
+ #endif
+
+ #define VAR_DAEMON_DIR "daemon_directory"
+--- 127,133 ----
+ */
+ #define VAR_PROGRAM_DIR "program_directory"
+ #ifndef DEF_PROGRAM_DIR
+! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix"
+ #endif
+
+ #define VAR_DAEMON_DIR "daemon_directory"
+***************
+*** 161,167 ****
+ */
+ #define VAR_CONFIG_DIR "config_directory"
+ #ifndef DEF_CONFIG_DIR
+! #define DEF_CONFIG_DIR "/etc/postfix"
+ #endif
+ extern char *var_config_dir;
+
+--- 161,167 ----
+ */
+ #define VAR_CONFIG_DIR "config_directory"
+ #ifndef DEF_CONFIG_DIR
+! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
+ #endif
+ extern char *var_config_dir;
+
diff --git a/mail/postfix22/files/patch-ab b/mail/postfix22/files/patch-ab
new file mode 100644
index 000000000000..6824371c251b
--- /dev/null
+++ b/mail/postfix22/files/patch-ab
@@ -0,0 +1,74 @@
+*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
+--- conf/main.cf Mon Mar 29 22:13:09 1999
+***************
+*** 18,36 ****
+ # Postfix support programs and daemons. This setting can be overruled
+ # with the command_directory and daemon_directory parameters.
+ #
+! program_directory = /some/where/postfix/bin
+
+ # The command_directory parameter specifies the location of all
+ # postXXX commands. The default value is $program_directory.
+ #
+! #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
+
+ # QUEUE AND PROCESS OWNERSHIP
+ #
+--- 18,36 ----
+ # Postfix support programs and daemons. This setting can be overruled
+ # with the command_directory and daemon_directory parameters.
+ #
+! program_directory = !!PREFIX!!/pbexec/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
+ #
+***************
+*** 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.
+ # 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
+ #
+--- 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.
+ # 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
+ #
diff --git a/mail/postfix22/files/patch-ba b/mail/postfix22/files/patch-ba
new file mode 100644
index 000000000000..73feeef81f27
--- /dev/null
+++ b/mail/postfix22/files/patch-ba
@@ -0,0 +1,19 @@
+*** man/man1/postdrop.1.orig Mon Mar 29 22:35:14 1999
+--- man/man1/postdrop.1 Mon Mar 29 22:35:25 1999
+***************
+*** 51,57 ****
+ .na
+ .nf
+ /var/spool/postfix, mail queue
+! /etc/postfix, configuration files
+ .SH CONFIGURATION PARAMETERS
+ .na
+ .nf
+--- 51,57 ----
+ .na
+ .nf
+ /var/spool/postfix, mail queue
+! !!PREFIX!!/etc/postfix, configuration files
+ .SH CONFIGURATION PARAMETERS
+ .na
+ .nf
diff --git a/mail/postfix22/files/patch-bb b/mail/postfix22/files/patch-bb
new file mode 100644
index 000000000000..af024b23b3d9
--- /dev/null
+++ b/mail/postfix22/files/patch-bb
@@ -0,0 +1,36 @@
+*** man/man1/sendmail.1.orig Mon Mar 29 22:35:30 1999
+--- man/man1/sendmail.1 Mon Mar 29 22:35:44 1999
+***************
+*** 60,66 ****
+ \fBjust-send-eight\fR.
+ .IP "\fB-C \fIconfig_file\fR (ignored :-)"
+ The path name of the \fBsendmail.cf\fR file. Postfix configuration
+! files are kept in \fB/etc/postfix\fR.
+ .IP "\fB-F \fIfull_name\fR
+ Set the sender full name. This is used only with messages that
+ have no \fBFrom:\fR message header.
+--- 60,66 ----
+ \fBjust-send-eight\fR.
+ .IP "\fB-C \fIconfig_file\fR (ignored :-)"
+ The path name of the \fBsendmail.cf\fR file. Postfix configuration
+! files are kept in \fB!!PREFIX!!/etc/postfix\fR.
+ .IP "\fB-F \fIfull_name\fR
+ Set the sender full name. This is used only with messages that
+ have no \fBFrom:\fR message header.
+***************
+*** 164,170 ****
+ .na
+ .nf
+ /var/spool/postfix, mail queue
+! /etc/postfix, configuration files
+ .SH CONFIGURATION PARAMETERS
+ .na
+ .nf
+--- 164,170 ----
+ .na
+ .nf
+ /var/spool/postfix, mail queue
+! !!PREFIX!!/etc/postfix, configuration files
+ .SH CONFIGURATION PARAMETERS
+ .na
+ .nf
diff --git a/mail/postfix22/files/patch-bc b/mail/postfix22/files/patch-bc
new file mode 100644
index 000000000000..12a369684c8f
--- /dev/null
+++ b/mail/postfix22/files/patch-bc
@@ -0,0 +1,19 @@
+*** man/man5/access.5.orig Mon Mar 29 22:35:58 1999
+--- man/man5/access.5 Mon Mar 29 22:36:13 1999
+***************
+*** 8,14 ****
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap /etc/postfix/access\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
+--- 8,14 ----
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap !!PREFIX!!/etc/postfix/access\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
diff --git a/mail/postfix22/files/patch-bd b/mail/postfix22/files/patch-bd
new file mode 100644
index 000000000000..2b2f30f720f5
--- /dev/null
+++ b/mail/postfix22/files/patch-bd
@@ -0,0 +1,19 @@
+*** man/man5/canonical.5.orig Mon Mar 29 22:36:25 1999
+--- man/man5/canonical.5 Mon Mar 29 22:36:32 1999
+***************
+*** 8,14 ****
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap /etc/postfix/canonical\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
+--- 8,14 ----
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
diff --git a/mail/postfix22/files/patch-be b/mail/postfix22/files/patch-be
new file mode 100644
index 000000000000..354737c7e68d
--- /dev/null
+++ b/mail/postfix22/files/patch-be
@@ -0,0 +1,19 @@
+*** man/man5/relocated.5.orig Mon Mar 29 22:36:36 1999
+--- man/man5/relocated.5 Mon Mar 29 22:36:47 1999
+***************
+*** 8,14 ****
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap /etc/postfix/relocated\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
+--- 8,14 ----
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
diff --git a/mail/postfix22/files/patch-bf b/mail/postfix22/files/patch-bf
new file mode 100644
index 000000000000..4de817826469
--- /dev/null
+++ b/mail/postfix22/files/patch-bf
@@ -0,0 +1,19 @@
+*** man/man5/virtual.5.orig Mon Mar 29 22:36:55 1999
+--- man/man5/virtual.5 Mon Mar 29 22:37:02 1999
+***************
+*** 8,14 ****
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap /etc/postfix/virtual\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
+--- 8,14 ----
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
diff --git a/mail/postfix22/files/patch-bg b/mail/postfix22/files/patch-bg
new file mode 100644
index 000000000000..fb2b093bff0f
--- /dev/null
+++ b/mail/postfix22/files/patch-bg
@@ -0,0 +1,19 @@
+*** man/man8/local.8.orig Mon Mar 29 22:37:14 1999
+--- man/man8/local.8 Mon Mar 29 22:37:44 1999
+***************
+*** 75,81 ****
+ .ad
+ .fi
+ The default per-user mailbox is a file in the UNIX mail spool
+! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR);
+ the location can be specified with the \fBmail_spool_directory\fR
+ configuration parameter.
+
+--- 75,81 ----
+ .ad
+ .fi
+ The default per-user mailbox is a file in the UNIX mail spool
+! directory (\fB/var/mail/\fIuser\fR);
+ the location can be specified with the \fBmail_spool_directory\fR
+ configuration parameter.
+
diff --git a/mail/postfix22/files/patch-bh b/mail/postfix22/files/patch-bh
new file mode 100644
index 000000000000..42b7373d3fb5
--- /dev/null
+++ b/mail/postfix22/files/patch-bh
@@ -0,0 +1,21 @@
+*** man/man8/cleanup.8.orig Mon Mar 29 22:37:59 1999
+--- man/man8/cleanup.8 Mon Mar 29 22:38:13 1999
+***************
+*** 118,125 ****
+ .SH FILES
+ .na
+ .nf
+! /etc/postfix/canonical*, canonical mapping table
+! /etc/postfix/virtual*, virtual mapping table
+ .SH LICENSE
+ .na
+ .nf
+--- 118,125 ----
+ .SH FILES
+ .na
+ .nf
+! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table
+! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table
+ .SH LICENSE
+ .na
+ .nf
diff --git a/mail/postfix22/files/patch-bi b/mail/postfix22/files/patch-bi
new file mode 100644
index 000000000000..2b57467ed976
--- /dev/null
+++ b/mail/postfix22/files/patch-bi
@@ -0,0 +1,21 @@
+*** man/man8/master.8.orig Mon Mar 29 22:38:17 1999
+--- man/man8/master.8 Mon Mar 29 22:38:46 1999
+***************
+*** 116,123 ****
+ .SH FILES
+ .na
+ .nf
+! /etc/postfix/main.cf: global configuration file.
+! /etc/postfix/master.cf: master process configuration file.
+ /var/spool/postfix/pid/master.pid: master lock file.
+ .SH SEE ALSO
+ .na
+--- 116,123 ----
+ .SH FILES
+ .na
+ .nf
+! !!PREFIX!!/etc/postfix/main.cf: global configuration file.
+! !!PREFIX!!/etc/postfix/master.cf: master process configuration file.
+ /var/spool/postfix/pid/master.pid: master lock file.
+ .SH SEE ALSO
+ .na