pkgsrc/mail/postfix/PLIST
lukem 383904a80b + Use PKG_SYSCONFDIR (/usr/pkg/etc/postfix) instead of /etc/postfix for
configuration.
+ Document how to use /etc/rc.conf.d/postfix on NetBSD 1.5 and newer
  to start /usr/pkg/sbin/postfix instead of /usr/sbin/postfix
+ Ensure that the postfix user and the postfix & maildrop groups exist.

Adds Darwin support, and prevents a working NetBSD postfix setup from being
broken on a "make install" of this package because the package used to
change /etc/postfix/{post-install,postfix-files,postfix-script}.

These changes are mostly from Amitai Schlair <schmonz@netbsd.org>,
with some tweaks by me.  (Thanks Amitai!)
2003-01-31 23:53:04 +00:00

143 lines
3.7 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2003/01/31 23:53:05 lukem Exp $
bin/mailq
bin/newaliases
etc/mailer.conf.postfix
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/flush
libexec/postfix/lmtp
libexec/postfix/local
libexec/postfix/master
libexec/postfix/nqmgr
libexec/postfix/pickup
libexec/postfix/pipe
libexec/postfix/proxymap
libexec/postfix/qmgr
libexec/postfix/qmqpd
libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/spawn
libexec/postfix/trivial-rewrite
libexec/postfix/virtual
man/man1/mailq.1
man/man1/newaliases.1
man/man1/postalias.1
man/man1/postcat.1
man/man1/postconf.1
man/man1/postdrop.1
man/man1/postfix.1
man/man1/postkick.1
man/man1/postlock.1
man/man1/postlog.1
man/man1/postmap.1
man/man1/postqueue.1
man/man1/postsuper.1
man/man1/sendmail.1
man/man5/access.5
man/man5/aliases.5
man/man5/canonical.5
man/man5/pcre_table.5
man/man5/regexp_table.5
man/man5/relocated.5
man/man5/transport.5
man/man5/virtual.5
man/man8/bounce.8
man/man8/cleanup.8
man/man8/defer.8
man/man8/error.8
man/man8/flush.8
man/man8/lmtp.8
man/man8/local.8
man/man8/master.8
man/man8/nqmgr.8
man/man8/pickup.8
man/man8/pipe.8
man/man8/proxymap.8
man/man8/qmgr.8
man/man8/qmqpd.8
man/man8/showq.8
man/man8/smtp.8
man/man8/smtpd.8
man/man8/spawn.8
man/man8/trivial-rewrite.8
man/man8/virtual.8
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postqueue
sbin/postsuper
sbin/sendmail
share/doc/postfix/ADDRESS_CLASS_README
share/doc/postfix/LOCAL_RECIPIENT_README
share/doc/postfix/MAILDROP_README
share/doc/postfix/RELEASE_NOTES
share/doc/postfix/DB_README
share/doc/postfix/DEBUG_README
share/doc/postfix/ETRN_README
share/doc/postfix/FILTER_README
share/doc/postfix/INSTALL
share/doc/postfix/LDAP_README
share/doc/postfix/LINUX_README
share/doc/postfix/LMTP_README
share/doc/postfix/MACOSX_README
share/doc/postfix/MYSQL_README
share/doc/postfix/NFS_README
share/doc/postfix/PACKAGE_README
share/doc/postfix/PCRE_README
share/doc/postfix/QMQP_README
share/doc/postfix/RESTRICTION_CLASS_README
share/doc/postfix/SASL_README
share/doc/postfix/ULTRIX_README
share/doc/postfix/UUCP_README
share/doc/postfix/VERP_README
share/doc/postfix/VIRTUAL_README
share/postfix/main.cf
share/postfix/master.cf
share/postfix/post-install
share/postfix/postfix-files
share/postfix/postfix-script
share/postfix/sample-aliases.cf
share/postfix/sample-auth.cf
share/postfix/sample-canonical.cf
share/postfix/sample-compatibility.cf
share/postfix/sample-debug.cf
share/postfix/sample-filter.cf
share/postfix/sample-flush.cf
share/postfix/sample-ldap.cf
share/postfix/sample-lmtp.cf
share/postfix/sample-local.cf
share/postfix/sample-mime.cf
share/postfix/sample-misc.cf
share/postfix/sample-pcre-access.cf
share/postfix/sample-pcre-body.cf
share/postfix/sample-pcre-header.cf
share/postfix/sample-qmqpd.cf
share/postfix/sample-rate.cf
share/postfix/sample-regexp-access.cf
share/postfix/sample-regexp-body.cf
share/postfix/sample-regexp-header.cf
share/postfix/sample-relocated.cf
share/postfix/sample-resource.cf
share/postfix/sample-rewrite.cf
share/postfix/sample-smtp.cf
share/postfix/sample-smtpd.cf
share/postfix/sample-transport.cf
share/postfix/sample-virtual.cf
@exec if [ ! -d ${POSTFIX_SPOOL} ]; then ${MKDIR} ${POSTFIX_SPOOL}; ${CHMOD} 755 ${POSTFIX_SPOOL} ; fi
@exec ${LN} -sf %D/share/postfix/post-install ${PKG_SYSCONFDIR}
@unexec ${RM} -f ${PKG_SYSCONFDIR}/post-install
@exec ${LN} -sf %D/share/postfix/postfix-files ${PKG_SYSCONFDIR}
@unexec ${RM} -f ${PKG_SYSCONFDIR}/postfix-files
@exec ${LN} -sf %D/share/postfix/postfix-script ${PKG_SYSCONFDIR}
@unexec ${RM} -f ${PKG_SYSCONFDIR}/postfix-script
@dirrm libexec/postfix
@dirrm share/doc/postfix
@dirrm share/postfix