summaryrefslogtreecommitdiff
path: root/mail/postfix-current/MESSAGE.NetBSD
diff options
context:
space:
mode:
authorgrant <grant>2004-03-06 15:04:11 +0000
committergrant <grant>2004-03-06 15:04:11 +0000
commit2fe54c9a3cae858a6df927b870b069a0bea4eea3 (patch)
treeebe61f3e46086a4ed7b4050274568e446f4aea65 /mail/postfix-current/MESSAGE.NetBSD
parenta19a61e9a2a937a7e5fec8b6ab8fd4a0b9b8f5f4 (diff)
downloadpkgsrc-2fe54c9a3cae858a6df927b870b069a0bea4eea3.tar.gz
Initial import of postfix-current into The NetBSD Packages Collection.
This package is the snapshot from 20040209. Postfix aims to be an alternative to the widely-used sendmail program. Sendmail is responsible for 70% of all e-mail delivered on the Internet. With an estimated 100 million users, that's an estimated 10 billion (10^10) messages daily. A stunning number. Although IBM supported the Postfix development, it abstains from control over its evolution. The goal is to have Postfix installed on as many systems as possible. To this end, the software is given away with no strings attached to it, so that it can evolve with input from and under control by its users.
Diffstat (limited to 'mail/postfix-current/MESSAGE.NetBSD')
-rw-r--r--mail/postfix-current/MESSAGE.NetBSD12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/postfix-current/MESSAGE.NetBSD b/mail/postfix-current/MESSAGE.NetBSD
new file mode 100644
index 00000000000..710efa16242
--- /dev/null
+++ b/mail/postfix-current/MESSAGE.NetBSD
@@ -0,0 +1,12 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2004/03/06 15:04:12 grant Exp $
+
+If you are running NetBSD 1.5 (or newer), the existing /etc/rc.d/postfix
+can be forced to start ${PREFIX}/sbin/postfix instead of /usr/sbin/postfix,
+by adding the following lines to /etc/rc.conf.d/postfix:
+ required_files='${PKG_SYSCONFDIR}/main.cf'
+ start_cmd='${PREFIX}/sbin/postfix start'
+ stop_cmd='${PREFIX}/sbin/postfix stop'
+ reload_cmd='${PREFIX}/sbin/postfix reload'
+
+===========================================================================