Thank you Ralph, I will have a look. But I feel like pound should not need too much work to do this too. I mean, manage any protocol. But, being not an expert, maybe am I wrong... ?
cordialement, Christian COMMARMOND +33 6 82 33 52 32 2017-06-16 17:16 GMT+02:00 Ralph Gottschalkson <jotts...@gmail.com>: > Take a look at ha-Proxy. > > Am 16.06.2017 15:03 schrieb "Narcis Garcia" <informat...@actiu.net>: > >> 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 <06%2082%2033%2052%2032> >> > >> > >> >> -- >> To unsubscribe send an email with subject unsubscribe to pound@apsis.ch. >> Please contact ro...@apsis.ch for questions. >> >