At now my "smtpd_recipient_restrictions" is configured to use sqlgrey and is 
working :
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, 
reject_unauth_destination, reject_non_fqdn_recipient, 
reject_unknown_recipient_domain, check_recipient_access 
hash:/etc/postfix/recipient_access, check_policy_service inet:127.0.0.1:2501

If I want to verify recipients in exchange I need to put 
"reject_unverified_recipient" but it work ONLY if I remove 
"check_policy_service" :
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, 
reject_unauth_destination, reject_non_fqdn_recipient, 
reject_unknown_recipient_domain, check_recipient_access 
hash:/etc/postfix/recipient_access, reject_unverified_recipient

Using togheter "reject_unverified_recipient" and check_policy_service give 
error after typing rcpt to....



Nicola Piazzi
CED - Sistemi
COMET s.p.a.
Via Michelino, 105 - 40127 Bologna - Italia
Tel.  +39 051.6079.293
Cell. +39 328.21.73.470
Web: www.gruppocomet.it



-----Messaggio originale-----
Da: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] 
Per conto di Viktor Dukhovni
Inviato: mercoledì 23 dicembre 2015 08:47
A: postfix-users@postfix.org
Oggetto: Re: R: smtpd_recipient_restrictions in error

On Wed, Dec 23, 2015 at 07:41:26AM +0000, Nicola Piazzi wrote:

> > > After I am using it I am unable to insert also the word 
> > > reject_unverified_recipients If I put it I get 451 4.3.5 server 
> > > configuration error from postfix in composing rcpt to:
> > 
> > http://www.postfix.org/postconf.5.html#reject_unverified_recipient
>
> Viktor, this link [garbled] to use but not give a solution to problem

It sure does, ... by correcting the spelling of the restriction.

-- 
        Viktor.

Reply via email to