Re: 4.2.1 or 5.2.1 message with disabled mailboxes in sql virtual hosting

2011-10-28 Thread Robert Schetterer
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

Re: 4.2.1 or 5.2.1 message with disabled mailboxes in sql virtual hosting

2011-10-28 Thread Robert Schetterer
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: > >

Re: 4.2.1 or 5.2.1 message with disabled mailboxes in sql virtual hosting

2011-10-27 Thread /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 > > The map queries the database as such: >

4.2.1 or 5.2.1 message with disabled mailboxes in sql virtual hosting

2011-10-27 Thread 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: SELECT maildir FROM mailbox WHERE username='%s' AND active