Stephen Liu wrote:
> --- Brian Evans - Postfix List <[EMAIL PROTECTED]> wrote:
>
>   
>> Charles Marcus wrote:
>>     
>>> On 10/10/2008, Stephen Liu ([EMAIL PROTECTED]) wrote:
>>>   
>>>       
>>>> # postmap -q [EMAIL PROTECTED]
>>>> /etc/postfix/mysql-virtual_mailbox_limit_maps.cf
>>>> postmap: fatal: open database
>>>> /etc/postfix/mysql-virtual_mailbox_limit_maps.cf.db: No such file
>>>>         
>> or
>>     
>>>> directory
>>>>     
>>>>         
>>> Fix this...
>>>
>>> If mysql-virtual_mailbox_limit_maps.cf is the actual name of the
>>>       
>> file, then:
>>     
>>> /etc/postfix/mysql-virtual_mailbox_limit_maps.cf
>>>
>>> should be
>>>
>>> /etc/postfix/mysql:mysql-virtual_mailbox_limit_maps.cf
>>>
>>> or
>>>
>>> /etc/postfix/proxy:mysql:mysql-virtual_mailbox_limit_maps.cf
>>>
>>> Otherwise, postconf -n output?
>>>
>>>   
>>>       
>> No.. it should be 'postmap -q <lookup>
>> mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf'
>>
>> It goes type:table, not path/type:table.
>>     
>
>
> Hi Brian
>
> # postmap -q [EMAIL PROTECTED]
> mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
>
> No output
>   

No output means "not found"

In the case of virtual_mailbox_maps, it will reject the recipient.

Since this "satimis" is a local user, you can simply put the entry:
(using your posted postconf -n)
[EMAIL PROTECTED] [EMAIL PROTECTED]

into your virutal_alias_maps. This causes local(8) to kick in and
deliver the message because xen6.satimis.com is in mydestination.

Brian

Reply via email to