On 2019-11-13 20:00, [email protected] wrote: > I would like to setup a Nginx mail proxy which handles IMAP and SMTP for two > different mail domains and two different backend servers (one server for each > of the domains).
The docs have a good example at: https://www.nginx.com/resources/wiki/start/topics/examples/imapauthenticatewithapacheperlscript/ Users need to login with "[email protected]" or "[email protected]" otherwise name collisions will occur... `Auth-User' will have the username, so match on the domain part to route the user to the correct server. Patrick _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
