On Wed, Apr 27, 2022 at 08:42:25AM +0200, Varadi Gabor wrote:
> > /\.that-domain\.com$/ OK
>
> /.*\.that-domain\.com$/ OK
>
> Tested in https://www.debuggex.com/?flavor=pcre
No. The original form is better. The leading ".*" is unnecessary and
may be less efficient.
The OP (wh
Hi,
>> /\.that-domain\.com$/ OK
>/.*\.that-domain\.com$/ OK
>Tested in https://www.debuggex.com/?flavor=pcre
Thanks!
Greets,
Ludi
2022. 04. 27. 8:16 keltezéssel, Ludi Cree írta:
Hi all,
I would like to exclude non-existing subdomains from this rule:
"reject_unknown_sender_domain"
that I have on the end of my sender-restrictions here:
smtpd_sender_restrictions = check_sender_access
hash:/var/spool/pos
Hi all,
I would like to exclude non-existing subdomains from this rule:
"reject_unknown_sender_domain"
that I have on the end of my sender-restrictions here:
smtpd_sender_restrictions = check_sender_access
hash:/var/spool/postfix/plesk/blacklists, permit_sasl_authenticated,
reject_n