Am 29.05.2025 um 14:47 schrieb Wietse Venema via Postfix-users:

> If you prefer to contradict the doctor, then I can't help you.

Never ever would i do such a thing. Just wanted to know what is going on.

After removing smtpd_recipient_restrictions, i saw a table lookup for virtual mailbox domains. I had commented out the virtual_mailbox_domains, but still had the virtual_mailbox_maps, that i commented out now, too.

>>> The error may then happen at a different point in time, while
>>> processing smtpd_recipient_restrictions.

And so it does:

2025-05-29T19:47:36.922543+02:00 bywater postfix/smtpd[1862185]: NOQUEUE: reject: RCPT from list.sys4.de[45.90.5.195]: 450 4.1.1 <[email protected]>: Recipient address rejected: unverified address: User unknown in virtual alias table; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<list.sys4.de>

And still, i do not understand:
recipient_delimiter = -
virtual_alias_domains = $mydomain, sk-koenig-tegel.de
virtual_alias_maps = ${indexed}virtual
default_database_type = cdb
tabledir = ${config_directory}/tables.d/
indexed = ${default_database_type}:${tabledir}

and tables.d/virtual:

# Caretaker aliases:
root        qno
postmaster  root
webmaster   qno

[email protected] qno
[email protected] qno
[email protected] [email protected]
[email protected] [email protected]
[email protected] [email protected]
[email protected] [email protected]
[email protected] [email protected]
[email protected] [email protected]
[email protected] [email protected]
[email protected] [email protected]
[email protected] [email protected]
[email protected] [email protected]

# Meine eigenen aliases
[email protected] qno

And yes, i postmap'ed virtual to virtual.cdb 😉

So in my limited understanding, [email protected] should become [email protected] by recipient_delimiter, then system user qno because of virtual.cdb entry "[email protected] qno", and then delivered locally. Obviously, sth in the first two steps goes wrong, and i still do not see the fault.

Kind Regards,
QNo

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

Reply via email to