On 9/26/10, Magnus Bäck <[email protected]> wrote: > On Sunday, September 26, 2010 at 12:58 CEST, > Shane Dittmar <[email protected]> wrote: > > [...] > >> I saw this message in the log: warning: do not list domain example.com >> in BOTH mydestination and virtual_mailbox_domains >> >> So I removed the domain from mydestination. Now, when I attempt to >> send mail (I'm doing it with Telnet because it's easier), I get the >> following: 550 5.1.1 <[email protected]>: Recipient address rejected: >> User unknown in virtual mailbox table > > Are you listing [email protected] in virtual_mailbox_maps, i.e. does > > postmap -q [email protected] `postconf -h virtual_mailbox_maps` > > return the mailbox path of the user in question?
The address ([email protected]) is defined as a virtual alias. When I change "_mailbox_" to "_alias_" in your code above, I get: postmap: fatal: open database $virtual_maps.db: No such file or directory.
