|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: virtual_mailbox_maps - mailbox location
From: Tom Carlile (tcarlile
digitalmotorworks.com)
Date: Mon Jan 03 2005 - 17:31:04 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It does not seem like you are using LDAP but if you were the way to do
this would be to use
result_filter to add onto what is returned in the result_attribute field
of the LDAP query:
result_attribute = mailMessageStore
result_filter = %s/Maildir/
On Mon, 2005-01-03 at 16:27, benjamin thielsen wrote:
> i'm currently delivering mail via virtual in Maildir format. i was
> hoping there was a directive that could be used to effectively 'tack'
> something like Maildir/ onto the end of a virtual users mailbox.
> reading through VIRTUAL_README, ADDRESS_CLASS_README, and virtual(8)
> didn't reveal anything obvious. something along the lines of
> home_mailbox comes to mind.
>
> is this possible?
>
> regards
> -ben
>
> postconf -n | grep -i virtual
> virtual_alias_domains =
> virtual_alias_maps = hash:$config_directory/tables/virtual_alias_maps
> virtual_mailbox_base = /var/mail/virtual
> virtual_mailbox_domains =
> hash:$config_directory/tables/virtual_mailbox_domains
> virtual_mailbox_maps =
> hash:$config_directory/tables/virtual_mailbox_maps
> virtual_minimum_uid = 1000
> virtual_uid_maps = static:1012
> virtual_gid_maps = $virtual_uid_maps
>
> cat virtual_mailbox_maps
> test1
domain.com domain.com/test1/
>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]