On Jan 13, 2014, at 2:27 , bidwell wrote: > I need to map from username to login name where I wish to map from just > username to [email protected] for gmail and windomain\username for an > exchange server. Is there a way for me to build in hooks to change the > username before connecting. I can to that in my mailauth.pm module but > don't know how to return the updated username.
You can return it via header: Auth-User: [email protected] -- Igor Sysoev http://nginx.com _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
