November 13, 2024 at 10:11 PM, "Wietse Venema via Postfix-users" <postfix-users@postfix.org mailto:postfix-users@postfix.org?to=%22Wietse%20Venema%20via%20Postfix-users%22%20%3Cpostfix-users%40postfix.org%3E > wrote:
> > natan via Postfix-users: > > > > > Hi > > Thenx for replay but im doing something wrong > > > > smtpd_restriction_classes=lpolicyd, greylist > > lpolicyd=check_policy_service { unix:private/policyd-lemat3, timeout=4s, > > default_action=DUNNO } > > greylist=check_policy_service { inet:127.0.0.1:12345, timeout=4s, > > default_action=DUNNO } > > > > > > smtpd_recipient_restrictions = > > check_recipient_access hash:/etc/postfix/bad_recipients, > > check_recipient_access inline:{ > > {@domain.ltd = greylist}, > > } > > > That should be: > > check_recipient_access inline:{ > {domain.ltd = greylist}, > } > If I want to greylist sender domain, is it this form? check_sender_access inline:{ {domain.ltd = greylist}, } Thank you. _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org