As far as I know, Pound supports only HTTP/S protocol. If you configure other ports, them will be treated as alternative HTTP ports.
El 16/06/17 a les 13:07, Christian COMMARMOND ha escrit: > Hi, > > I am using pound to route my https and http. But I have now the same > need about other services, like mails. > > I have two domains coming to my only IP. On both, I have to manage mails > on port 543. > > Can I do comething like that: > ListenIMAPS > Address 192.168.11.146 > Port 945 > Cert "/etc/pound/certs/www.mydomain.eu <http://www.mydomain.eu>" > > Service > HeadRequire "Host:*.imap.mydomain.eu.*" > BackEnd > Address 192.168.11.114 > Port 945 > End > End > > Service > HeadRequire "Host:*.imap.myotherdomain.eu.*" > BackEnd > Address 192.168.11.115 > Port 945 > End > End > > > End > > > If yes, can you tell me where to find the good syntax? > > best regards, > > Christian COMMARMOND > +33 6 82 33 52 32 > > -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
