On 9/24/2009, LuKreme (krem...@kreme.com) wrote: > virtual_alias_maps = > hash:$config_directory/virtual > pcre:$config_directory/virtual.pcre, > pcre:$config_directory/virtual_sql.pcre, > proxy:mysql:$config_directory/mysql_virtual_alias_maps.cf > > The first line is local users, the last is the sql lookup for the SQL > users, and the two pcre's are dynamically created to convert > user_extension addresses to user+extension (not recommended).
Why not recommended? The only problem I could see is if the system allowed valid usernames with an underscore, right?