Hello.
I'm stuck while observe my server postfix, that hosts domain 2domain.tld, that
refuses mail from sender of the domain 3domain.2domain.tld (not hosted on my
server):
Jul 11 14:43:36 myserver postfix/smtpd[1799310]: NOQUEUE: reject: RCPT from
smtpecsmallgo02.extdomain.tld [xx.xx.xx.xx]: 5
Scappatura Rocco:
> Hello.
>
> I'm stuck while observe my server postfix, that hosts domain 2domain.tld,
> that refuses mail from sender of the domain 3domain.2domain.tld (not hosted
> on my server):
>
> Jul 11 14:43:36 myserver postfix/smtpd[1799310]: NOQUEUE: reject: RCPT from
> smtpecsmallg
Dnia 27.07.2022 o godz. 06:41:16 Wietse Venema pisze:
> relay_domains matches all subdomains of the listed domains. This
> is controlled with parent_domain_matches_subdomains. Unfortunately
> the default value is a long list, so edit this carefully.
>
> Perhaps using a regexp or pcre table for rel
Jaroslaw Rafa:
> Dnia 27.07.2022 o godz. 06:41:16 Wietse Venema pisze:
> > relay_domains matches all subdomains of the listed domains. This
> > is controlled with parent_domain_matches_subdomains. Unfortunately
> > the default value is a long list, so edit this carefully.
> >
> > Perhaps using a r
Thank you Wietse.
This is what is set relay_domains on my server:
relay_domains = proxy:mysql:/etc/postfix/mysql-relay-domains.cf
/etc/postfix/mysql-relay-domains.cf: query = select domain from domain where
domain='%s' and active='1'
And, obliviously, while the query returns '2domain.tld' for t
Scappatura Rocco:
> Thank you Wietse.
>
> This is what is set relay_domains on my server:
>
> relay_domains = proxy:mysql:/etc/postfix/mysql-relay-domains.cf
> /etc/postfix/mysql-relay-domains.cf: query = select domain from domain where
> domain='%s' and active='1'
>
> And, obliviously, while t