third-level domains

2022-07-27 Thread 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 smtpecsmallgo02.extdomain.tld [xx.xx.xx.xx]: 5

Re: third-level domains

2022-07-27 Thread Wietse Venema
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

Re: third-level domains

2022-07-27 Thread 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 regexp or pcre table for rel

Re: third-level domains

2022-07-27 Thread Wietse Venema
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

R: third-level domains

2022-07-27 Thread 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 the query returns '2domain.tld' for t

Re: R: third-level domains

2022-07-27 Thread Wietse Venema
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