* Klaipedaville via Postfix-users:

> I have the following setting:
> smtpd_recipient_restrictions = check_client_access
>   regexp:/etc/postfix/check (other settings here)
>
> Now /etc/postfix/check contains the following line:
> /^send\d+\.server\.com$/ REJECT No spam allowed.

The expression "\d" for digits is PCRE syntax, not POSIX regexp. If you
want the latter, you can use "[0-9]" instead.

-Ralph
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to