5 May
2007
5 May
'07
6:27 a.m.
Alan DeKok wrote:
Joseph wrote:
Is it possible to use wild card domains in proxy.conf?
No. But you can write regexes in the "users" file:
DEFAULT User-Name =~ "(([a-zA-Z]+\.)*foo.com", Proxy-To-Realm := "foo.com"
Will cause the following to be proxied to "foo.com":
user@foo.com user@bar.foo.com user@bx.y.foo.com ...
I see, that helps. What about proxying the accounting records for this wild card domain? regards, Joseph