Hi
Thanx for reply problem solved :) This is exactly what I've come to

W dniu 13.11.2024 o 15:11, Wietse Venema via Postfix-users pisze:
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},
        }

I.e. no @ before the domain.

e-mail was delivered sucess but i cannot find any "greylist" in log like
postfix ignoring
        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

--

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to