On 2022-04-10 at 14:29:20 UTC-0400 (Sun, 10 Apr 2022 11:29:20 -0700)
Roger Klorese <rog...@queernet.org>
is rumored to have said:

When I mail to a list I now get:

<list-owners-annou...@hosting.onlinepolicy.net>: host
    divine.onlinepolicy.net[216.252.162.112] said: 550 5.1.1
    <list-owners-annou...@hosting.onlinepolicy.net>: Recipient address
rejected: User unknown in local recipient table (in reply to RCPT TO
    command)

So Postfix believes that hosting.onlinepolicy.net is a LOCAL domain. See the ADDRESS_CLASS_README for details on how that can be. The problem is in $mydestination and/or parent_domain_matches_subdomains.



...but...

[root@divine sympa]# grep virtual /etc/postfix/main.cf
#myhostname = virtual.domain.tld
# Do not specify the names of virtual domains - those domains are
#   /etc/passwd, /etc/aliases, or the $virtual_alias_maps files.
#   the $virtual_mailbox_maps files.
# - destinations that match $virtual_alias_domains,
# - destinations that match $virtual_mailbox_domains.
# local(8), relocated(5) and virtual(5) for the effects this has on
# aliases, canonical, virtual, relocated and .forward file lookups.
*virtual_mailbox_domains = /etc/postfix/local-host-names*
virtual_mailbox_maps = hash:/etc/sympa/transport.sympa,
    hash:/etc/sympa/virtual.sympa
virtual_alias_maps = hash:/etc/sympa/virtual.sympa

Please provide 'postfix -n' output rather than grepping main.cf. The relevant parameters aren't shown...


[root@divine sympa]# grep hosting /etc/postfix/local-host-names
hosting.onlinepolicy.net

[root@divine sympa]# grep list-owners-announce /etc/sympa/transport.sympa list-owners-annou...@hosting.onlinepolicy.net sympa:list-owners-annou...@hosting.onlinepolicy.net

If hosting.onlinepolicy.net is in $mydestination, none of that matters.

--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire

Reply via email to