freebsd-ports/mail/postgrey/pkg-plist
Beech Rintoul 6ee02bd92f - Add newline at end of file
Approved by:	sat (mentor, implicit)
2007-10-27 18:33:58 +00:00

10 lines
554 B
Plaintext

@unexec if cmp -s %D/etc/postfix/dist-postgrey_whitelist_recipients %D/etc/postfix/postgrey_whitelist_recipients; then rm -f %D/etc/postfix/postgrey_whitelist_recipients; fi
@unexec if cmp -s %D/etc/postfix/dist-postgrey_whitelist_clients %D/etc/postfix/postgrey_whitelist_clients; then rm -f %D/etc/postfix/postgrey_whitelist_clients; fi
sbin/postgrey
sbin/policy-test
sbin/postgreyreport
etc/postfix/dist-postgrey_whitelist_recipients
etc/postfix/dist-postgrey_whitelist_clients
@dirrmtry etc/postfix
@unexec rmdir /var/db/postgrey 2>/dev/null || true