From: Frank Bonnet on
Hello

I would like to check the relay_recipients_maps BEFORE the greylisting
is it possible ?

Thank you

From: Brian Evans - Postfix List on
On 5/11/2010 8:04 AM, Frank Bonnet wrote:
> Hello
>
> I would like to check the relay_recipients_maps BEFORE the greylisting
> is it possible ?
>
> Thank you
>
I believe you want to place reject_unlisted_recipient before your
greylist check.

See http://www.postfix.org/postconf.5.html#smtpd_reject_unlisted_recipient
and http://www.postfix.org/postconf.5.html#reject_unlisted_recipient
for details of what this does.

From: Wietse Venema on
Frank Bonnet:
> Hello
>
> I would like to check the relay_recipients_maps BEFORE the greylisting
> is it possible ?

For example:

/etc/postfix/main.cf:
smtpd_recipient_restrictions =
... reject_unlisted_recipient check_policy_service ...

http://www.postfix.org/postconf.5.html#reject_unlisted_recipient

Wietse