Hi, thanks for the reply :)
I was using $virtual_alias_maps previously (this is the Postfix 2.5.* descendant of virtual_maps) but the problem with that was that it rewrote the headers and then tried to send the mail via the ISP server (which obviously didn't work).
What I currently have is better in that it knows the mail should be passed to LDA, but I think the problem is LDA doesn't receive the right information to pass it to the appropriate virtual mailbox.
The listing below shows the output when I try to send a message from one user to the other (including the bounce, which also fails) with my current config, plus below that is the contents of the file /etc/postfix/virtual.
Main Topics
Browse All Topics





by: ahoffmannPosted on 2008-04-03 at 22:50:38ID: 21279310
AFAIK you need something like
virtual_maps = hash:/etc/postfix/virtual
beside (what you already have):
virtual_mailbox_maps = hash:/etc/postfix/virtual