> 2025-10-11T22:53:35.837911+02:00 bywater postfix-in/smtpd[28808]: 
> NOQUEUE: reject: RCPT from 
> mail-ej1-x631.google.com[2a00:1450:4864:20::631]: 450 4.1.1 
> <[email protected]>: Recipient address rejected: unverified address: 
> host ::1[::1] said: 550 5.1.1 <[email protected]>: Recipient address 
> rejected: User unknown in virtual alias table (in reply to RCPT TO 
> command); from=<[email protected]> to=<[email protected]> 
> proto=ESMTP helo=<mail-ej1-x631.google.com>
> 
> (postfix-in gets mails from the internet, filters, and what gets through 
> is sent to postfix-out, [::1]:10025)
> 
> What did i do wrong that postfix cannot find the user?

When a domain name is listed in virtual_alias_domains, then:

- Valid recipients in that domain must be aliased (with virtual_alias_maps)
to an address in a different (not virtual_alias) domain.

- All other recipients in that domain are rejected with "User unknown
in virtual alias table".

I won't try to guess if the domain in question is in the right
address class (whether it should be listed in mydestination,
virtual_alias_domains, or virtual_mailbox_domains).

https://www.postfix.org/ADDRESS_CLASS_README.html aims to
describe the purpose of each class.

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

Reply via email to