Honoring Postfix virtual aliases when using Dovecot LMTP
505 views
Skip to first unread message
Steven Luscher
unread,
Aug 9, 2013, 12:47:40 PM8/9/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have a series of virtual mailboxes, configured using postfix's "virtual_mailbox_maps" option, and am using the Dovecot LMTP transport. The user "info" is a catch all, while "virtual" and "postmaster" are aliased to "info".
However, if I bypass Dovecot LMTP by changing "virtual_transport" to "virtual" instead of "lmtp:unix:private/dovecot-lmtp", everything works fine. It seems to me that, by using LMTP, the postfix aliases are being skipped. What can I do to ensure that they're honored?