Jason Voorhees wrote: > Hi there: > > I'm a little tired of making some tests with gnarwl and postfix, so I > started to reduce directives. I have something like this in main.cf > (postconf -n): > > > virtual_alias_maps = ldap:/etc/postfix/phamm_alias.cf, $alias_maps > virtual_mailbox_maps = ldap:/etc/postfix/phamm_vacation.cf > virtual_transport = lmtp:unix:/var/lib/imap/socket/lmtp > >
When virtual_transport != virtual(8), the result of virtual_mailbox_maps is ignored. In addition, if it WAS used, it should be a directory appended to virtual_mailbox_base. > The content of /etc/postfix/phamm_vacation.cf is: > > result_format = jvoorhe...@gmail.com > > This seems like a virtual_ALIAS_map and not a MAILBOX map. Brian