On Wed, Jun 23, 2010 at 11:20:47AM -0500, Noel Jones wrote:

> From the mydestination docs:
> a "type:table" lookup table is matched when a name matches a lookup key 
> (the lookup result is ignored).
>
> All map files require a "key  result" format.  In the case of a map file 
> used as a list, such as virtual_mailbox_domains, the result must be present 
> but is not used.  So your file must look like:
> example.com   dummy
> example1.com   dummy
>
> Where "dummy" is any text you care to use.

If course if one uses:

        virtual_mailbox_domains =
                ${config_directory}/vdomains

rather than:

        virtual_mailbox_domains =
                ${default_database_type}:${config_directory}/vdomains

as documented the (non-table) file just lists one domain per line,
with no "dummy" values.

-- 
        Viktor.

Reply via email to