1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/mail/postgrey/pkg-plist
Kurt Jaeger 67a6b983c3 mail/postgrey: fix conflict of PG_USER variable with PostgreSQL
Please note:

20180416:
  AFFECTS: users of mail/postgrey
  AUTHOR: ports.maintainer@evilphi.com

  If you use any of the optional make.conf variables to specify the
  postgrey user, group, db dir, or run dir when building the port, you will
  need to change the prefix from PG_ to POSTGREY_*.  The variables were
  renamed to solve a namespace collision with the PostgreSQL ports.

PR:		227261
Submitted by:	Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-04-16 17:18:00 +00:00

12 lines
390 B
Plaintext

@sample etc/postfix/postgrey_whitelist_clients.sample
@sample etc/postfix/postgrey_whitelist_recipients.sample
man/man1/policy-test.1.gz
man/man1/postgrey.1.gz
man/man1/postgreyreport.1.gz
sbin/postgrey
sbin/policy-test
sbin/postgreyreport
@dir etc/postfix
@dir(%%POSTGREY_USER%%,%%POSTGREY_GROUP%%,750) %%POSTGREY_DBDIR%%
@dir(%%POSTGREY_USER%%,%%POSTGREY_GROUP%%,750) %%POSTGREY_RUNDIR%%