mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7a5ff75482
PR: 190082 Submitted by: freebsd (nagilum.org) Add'l work by: marino Approved by: maintainer timeout (2.5 months)
13 lines
632 B
Plaintext
13 lines
632 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
|
|
etc/postfix/dist-postgrey_whitelist_recipients
|
|
etc/postfix/dist-postgrey_whitelist_clients
|
|
man/man1/policy-test.1.gz
|
|
man/man1/postgrey.1.gz
|
|
man/man1/postgreyreport.1.gz
|
|
sbin/postgrey
|
|
sbin/policy-test
|
|
sbin/postgreyreport
|
|
@dirrmtry etc/postfix
|
|
@unexec rmdir /var/db/postgrey 2>/dev/null || true
|