Hi,
I install via yum pypolicyd-spf in Centos 7.
Paquetes instalados
Nombre : pypolicyd-spf
Arquitectura : noarch
Versión : 1.3.2
Lanzamiento : 5.el7
Tamaño : 105 k
Repositorio : installed
Desde el repositorio : epel
Resumen : SPF Policy Server for Postf
One of everyone's favorite topics:
I added "virtual_alias_maps = hash:/etc/postfix/virtual" to main.cf
Then I added "joeb...@katy.net j...@katy.net" to /etc/postfix/virtual
/etc/postfix/main.cf includes:
relay_domains = hash:/etc/pmg/domains
transport_maps = hash:/etc/pmg/transport
smtpd_recipi
On 10/14/2019 11:41 AM, John Schmerold wrote:
One of everyone's favorite topics:
I added "virtual_alias_maps = hash:/etc/postfix/virtual" to main.cf
Then I added "joeb...@katy.net j...@katy.net" to /etc/postfix/virtual
/etc/postfix/main.cf includes:
relay_domains = hash:/etc/pmg/domains
tran
On 10/14/2019 1:30 PM, John Schmerold wrote:
On 10/14/2019 11:41 AM, John Schmerold wrote:
One of everyone's favorite topics:
I added "virtual_alias_maps = hash:/etc/postfix/virtual" to main.cf
Then I added "joeb...@katy.net j...@katy.net" to /etc/postfix/virtual
/etc/postfix/main.cf inclu
John Schmerold:
> One of everyone's favorite topics:
>
> I added "virtual_alias_maps = hash:/etc/postfix/virtual" to main.cf
>
> Then I added "joeb...@katy.net j...@katy.net" to /etc/postfix/virtual
You also need to execute:
# postmap hash:/etc/postfix/virtual
# postfix reload
after every map
Emanuel:
> check_policy_service unix:private/policy
> --^^
> but i see this error
>
> Oct 14 12:21:20 antartida postfix/smtpd[11266]: warning: connect to
> private/policy-spf: Connection refused
--^^
Is the policy service running, and what port
On Mon, Oct 14, 2019 at 12:26:46PM -0300, Emanuel wrote:
> in master.cf add
>
> policy unix - n n - 0 spawn
> user=nobody argv=/bin/python /usr/libexec/postfix/policyd-spf
>
> main.cf
>
> check_policy_service unix:private/policy
> ... other restrictions as necessary
>
> but i see this error
On Monday, October 14, 2019 11:26:46 AM EDT Emanuel wrote:
> Hi,
>
> I install via yum pypolicyd-spf in Centos 7.
...
> in master.cf add
>
> policy unix - n n - 0 spawn
> user=nobody argv=/bin/python /usr/libexec/postfix/policyd-spf
Is the python interpreter in /bin? On most systems I'm aw
On Monday, October 14, 2019 4:37:01 PM EDT Viktor Dukhovni wrote:
...
> I am not a fan of starting service daemons via spawn(8). There are
> better options (xinetd, systemd, just directly bind the socket,
> ...). This would be something for the package maitainer to consider.
It's not really a da
> On Oct 14, 2019, at 5:21 PM, Scott Kitterman wrote:
>
> It's not really a daemon. I'd intended to make it one, thus the name, but
> have never gotten around to it. By the time it became clear that wasn't
> going
> to happen, the current name had already caught on and I have been reluctant
FWIW, this is what I have in my master.cf. I am on centos 7.
policyunix - n n - 0 spawn
user=nobody
argv=/usr/libexec/postfix/policyd-spf
/etc/python-policyd-spf/policyd-spf.conf
11 matches
Mail list logo