Am 28.10.2011 05:06, schrieb /dev/rob0:
> On Thursday 27 October 2011 20:59:47 Fred Kilbourn wrote:
>> I have a virtual mailbox environment and mailboxes are mapped into
>> postfix from mysql with the following map:
>>
>> virtual_mailbox_maps =
>> proxy:mysql:.../mysql_virtual_mailbox_maps.cf
Am 28.10.2011 03:59, schrieb Fred Kilbourn:
> Hi,
>
> I have a virtual mailbox environment and mailboxes are mapped into postfix
> from mysql with the following map:
>
> virtual_mailbox_maps = proxy:mysql:.../mysql_virtual_mailbox_maps.cf
>
> The map queries the database as such:
>
>
On Thursday 27 October 2011 20:59:47 Fred Kilbourn wrote:
> I have a virtual mailbox environment and mailboxes are mapped into
> postfix from mysql with the following map:
>
> virtual_mailbox_maps =
> proxy:mysql:.../mysql_virtual_mailbox_maps.cf
>
> The map queries the database as such:
>
Hi,
I have a virtual mailbox environment and mailboxes are mapped into postfix
from mysql with the following map:
virtual_mailbox_maps = proxy:mysql:.../mysql_virtual_mailbox_maps.cf
The map queries the database as such:
SELECT maildir FROM mailbox WHERE username='%s' AND active