On Fri, Oct 10, 2008 at 09:28:48AM -0400, Charles Marcus wrote:
> On 10/10/2008, Wietse Venema ([EMAIL PROTECTED]) wrote:
> >> Is it simply a matter of adding the proxy: prefix to the map
> >> location?
>
> > Yes. I thought that the examples are sufficient. But if you are more
> > comfortable wit
On 10/10/2008, Wietse Venema ([EMAIL PROTECTED]) wrote:
>> Is it simply a matter of adding the proxy: prefix to the map
>> location?
> Yes. I thought that the examples are sufficient. But if you are more
> comfortable with more formal Backus-Naur syntax then I suppose could
> provide that too.
No
Charles Marcus:
[ Charset ISO-8859-1 unsupported, converting... ]
> Hi,
>
> Currently my virtual_mailbox_maps are being accessed by:
>
> virtual_mailbox_domains = mysql:/etc/postfix/mysql_vmd.cf
> virtual_mailbox_maps = mysql:/etc/postfix/mysql_vmm.cf
>
> It has been said here many times that it
Hi,
Currently my virtual_mailbox_maps are being accessed by:
virtual_mailbox_domains = mysql:/etc/postfix/mysql_vmd.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_vmm.cf
It has been said here many times that it is better to use proxy:mysql:
instead, but I'm confused about implementation...