OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
virtual alias problem

From: anderson (andersonmino.skyweb.co.ke)
Date: Tue Aug 19 2003 - 05:53:51 CDT


hi,

I'm having difficulty getting the virtual feature of postfix to work
with usernames that have '' in them. This is my setup:

main.cf:
virtual_alias_domains = foo$.net
virtual_alias_maps = hash:/etc/postfix/virtual

/etc/postfix/virtual:
infofoo$.net info\foo$.net

whenever i try to send mail to infofoo$.net it bounces back with the
following message:
<infofoo$.net>: user unknown in virtual alias table

How can I get this to work?

Thanks