mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1b6c87c5ba
Assistance from: Harold Paulson <haroldp@internal.org>
8 lines
515 B
Plaintext
8 lines
515 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
|
|
etc/rc.d/postgrey.sh
|
|
etc/postfix/dist-postgrey_whitelist_recipients
|
|
etc/postfix/dist-postgrey_whitelist_clients
|
|
@unexec rmdir %D/etc/postfix 2>/dev/null || true
|