On Sep 25, 2009, at 7:12, Charles Marcus <cmar...@media-brokers.com>
wrote:
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?
There was a lot of discussion on this earlier this year. The consensus
was it was not a great idea. I'm doing it anyway.