mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e8b406f577
- Makefile tweaks - Register UID/GID for mail/postgrey PR: ports/114056 Submitted by: Harold Paulson <haroldp@internal.org> (maintainer) Approved by: sat (mentor)
9 lines
503 B
Plaintext
9 lines
503 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
|