mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6a1b37225e
with documentation. Fix manpage generation. Consistently use INSTALL_* macros (from postfix-current). Modify packaging list using WITH_PCRE and WITH_LDAP PLIST_SUBs (as per postfix-current). Add knob to enable PCRE (again from postfix-current). Use better package description (postfix-current). Fix PLIST. Conditionally remove main.cf and master.cf when they are unmodified from default (postfix-current). Fully institute new maintainer as a real one. :-) PR: 17777, 19185, 20565, 21819, 22613 (also postfix-current) Submitted by: maintainer (THANKS!)
112 lines
3.5 KiB
Plaintext
112 lines
3.5 KiB
Plaintext
@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi
|
|
@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi
|
|
etc/postfix/LICENSE
|
|
etc/postfix/postfix-script
|
|
etc/postfix/sample-access
|
|
etc/postfix/sample-aliases
|
|
etc/postfix/sample-aliases.cf
|
|
etc/postfix/sample-canonical
|
|
etc/postfix/sample-canonical.cf
|
|
etc/postfix/sample-debug.cf
|
|
etc/postfix/sample-filter.cf
|
|
%%WITH_LDAP%%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
|
|
%%WITH_PCRE%%etc/postfix/sample-pcre.cf
|
|
etc/postfix/sample-rate.cf
|
|
etc/postfix/sample-regexp.cf
|
|
etc/postfix/sample-relocated
|
|
etc/postfix/sample-relocated.cf
|
|
etc/postfix/sample-resource.cf
|
|
etc/postfix/sample-rewrite.cf
|
|
etc/postfix/sample-smtp.cf
|
|
etc/postfix/sample-smtpd.cf
|
|
etc/postfix/sample-transport
|
|
etc/postfix/sample-transport.cf
|
|
etc/postfix/sample-virtual
|
|
etc/postfix/sample-virtual.cf
|
|
libexec/postfix/bounce
|
|
libexec/postfix/cleanup
|
|
libexec/postfix/error
|
|
libexec/postfix/local
|
|
libexec/postfix/master
|
|
libexec/postfix/pickup
|
|
libexec/postfix/pipe
|
|
libexec/postfix/qmgr
|
|
libexec/postfix/showq
|
|
libexec/postfix/smtp
|
|
libexec/postfix/smtpd
|
|
libexec/postfix/trivial-rewrite
|
|
sbin/postalias
|
|
sbin/postcat
|
|
sbin/postconf
|
|
sbin/postdrop
|
|
sbin/postfix
|
|
sbin/postkick
|
|
sbin/postlock
|
|
sbin/postlog
|
|
sbin/postmap
|
|
sbin/postsuper
|
|
sbin/sendmail
|
|
share/doc/postfix/LDAP_README
|
|
share/doc/postfix/MYSQL_README
|
|
share/doc/postfix/html/access.5.html
|
|
share/doc/postfix/html/aliases.5.html
|
|
share/doc/postfix/html/architecture.html
|
|
share/doc/postfix/html/backstage.html
|
|
share/doc/postfix/html/basic.html
|
|
share/doc/postfix/html/big-picture.gif
|
|
share/doc/postfix/html/big-picture.html
|
|
share/doc/postfix/html/bounce.8.html
|
|
share/doc/postfix/html/canonical.5.html
|
|
share/doc/postfix/html/cleanup.8.html
|
|
share/doc/postfix/html/commands.html
|
|
share/doc/postfix/html/defer.8.html
|
|
share/doc/postfix/html/delivering.html
|
|
share/doc/postfix/html/error.8.html
|
|
share/doc/postfix/html/faq.html
|
|
share/doc/postfix/html/goals.html
|
|
share/doc/postfix/html/inbound.gif
|
|
share/doc/postfix/html/index.html
|
|
share/doc/postfix/html/local.8.html
|
|
share/doc/postfix/html/mailq.1.html
|
|
share/doc/postfix/html/master.8.html
|
|
share/doc/postfix/html/motivation.html
|
|
share/doc/postfix/html/newaliases.1.html
|
|
share/doc/postfix/html/outbound.gif
|
|
share/doc/postfix/html/pickup.8.html
|
|
share/doc/postfix/html/pipe.8.html
|
|
share/doc/postfix/html/postalias.1.html
|
|
share/doc/postfix/html/postcat.1.html
|
|
share/doc/postfix/html/postconf.1.html
|
|
share/doc/postfix/html/postdrop.1.html
|
|
share/doc/postfix/html/postfix.1.html
|
|
share/doc/postfix/html/postkick.1.html
|
|
share/doc/postfix/html/postlock.1.html
|
|
share/doc/postfix/html/postlog.1.html
|
|
share/doc/postfix/html/postmap.1.html
|
|
share/doc/postfix/html/postsuper.1.html
|
|
share/doc/postfix/html/qmgr.8.html
|
|
share/doc/postfix/html/queuing.html
|
|
share/doc/postfix/html/rate.html
|
|
share/doc/postfix/html/receiving.html
|
|
share/doc/postfix/html/relocated.5.html
|
|
share/doc/postfix/html/resource.html
|
|
share/doc/postfix/html/rewrite.html
|
|
share/doc/postfix/html/security.html
|
|
share/doc/postfix/html/sendmail.1.html
|
|
share/doc/postfix/html/showq.8.html
|
|
share/doc/postfix/html/small-picture.gif
|
|
share/doc/postfix/html/smtp.8.html
|
|
share/doc/postfix/html/smtpd.8.html
|
|
share/doc/postfix/html/transport.5.html
|
|
share/doc/postfix/html/trivial-rewrite.8.html
|
|
share/doc/postfix/html/uce.html
|
|
share/doc/postfix/html/virtual.5.html
|
|
@dirrm etc/postfix
|
|
@dirrm libexec/postfix
|
|
@dirrm share/doc/postfix/html
|
|
@dirrm share/doc/postfix
|