How can I test my local recipient map. Im looking for something similar to a " postmap -q us...@example.com hash:/etc/postfix/myfile "
here is my map statement.
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
this doesn't work
postmap -q dva...@example.com proxy:unix:passwd.byname
i want to see the query result. how do I do that?
tia
-j
Drop the proxy: part.
--
J.
It does not work, because the local delivery agent does not
use the domain.
Wietse
> i want to see the query result. how do I do that?
> tia
>
> -j
>
>
>
> jeffrey j donovan:
>> greetings
>>
>> How can I test my local recipient map. Im looking for something similar to a " postmap -q us...@example.com hash:/etc/postfix/myfile "
>>
>> here is my map statement.
>> local_recipient_maps = proxy:unix:passwd.byname $alias_maps
>>
>> this doesn't work
>> postmap -q dva...@example.com proxy:unix:passwd.byname
>
> It does not work, because the local delivery agent does not
> use the domain.
>
> Wietse
Thank you sir
postmap -q dvader proxy:unix:passwd.byname
worked like a champ.
-j