On Oct 26, 2010, at 8:47 PM, Wietse Venema wrote: > 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