----- Original Message -----
From: "Wietse Venema" <wie...@porcupine.org>
To: "Phil Daws" <ux...@splatnix.net>
Cc: "Wietse Venema" <wie...@porcupine.org>, postfix-users@postfix.org
Sent: Monday, 22 July, 2013 1:19:43 AM
Subject: Re: Postscreen

Phil Daws:
[ Charset UTF-8 unsupported, converting... ]
> No reason to reload as it was ALREADY set at that ;)
> ----- Original Message -----
> From: "Wietse Venema" <wie...@porcupine.org>
> To: "Phil Daws" <ux...@splatnix.net>
> Cc: "Wietse Venema" <wie...@porcupine.org>, postfix-users@postfix.org
> Sent: Sunday, 21 July, 2013 8:24:26 PM
> Subject: Re: Postscreen
> 
> Phil Daws:
> > Turn OFF postscreen chroot in master.cf asn indicated with >>> <<<:
> > 
> >     smtp       inet  n       -       >>>n<<<       -       1       
> > postscreen

That is POSTSCREEN.

> > At present in master.cf I have:
> > 
> > smtp      inet  n       -       n       -       -       smtpd

That is NOT POSTSCREEN.

        Wietse


Hi Wietse,

They were all set as non chroot:

smtpd     pass  -       -       n       -       -       smtpd
1025      inet  n       -       n       -       1       postscreen
tlsproxy  unix  -       -       n       -       0       tlsproxy
dnsblog   unix  -       -       n       -       0       dnsblog
smtp      inet  n       -       n       -       -       smtpd

In the end I followed what somebody else had said with:

touch /var/lib/postfix/ps_cache
postmap btree:/var/lib/postfix/ps_cache
chown postfix.postfix /var/lib/postfix/ps_cache
service postfix restart

That resolved the issue; though unsure why it was not being created when the 
smtpd_cache btree does.  Oh well, all working great now.  Really love the 
postscreen functionality :) Great work.

Reply via email to