Andy Jezierski: > <[email protected]>: Recipient address rejected: > undeliverable address: User unknown in virtual alias table; > from=<[email protected]> to=<[email protected]>
This means that there is no rule that rewrites this recipient to an address that is not in a virtual alias domain. To debug tables, use the postmap command. postmap -q [email protected] your-virtual-alias-table To dump (hash or btree) tables: postmap -s your-virtual-alias-table Wietse
