SNI support in SSL?
Niels dettenbach
nd at syndicat.com
Thu Jul 3 06:50:55 EDT 2014
Am 03.07.2014 12:36, schrieb Tomasz Chmielewski:
> However, I don't see a way to set Cyrus to listen on one IP
Binding cyrus daemons to specific IPs is possible (and even multiple
IPs) within cyrus.conf:
i.e. for IMAPs:
one IP:
imaps cmd="imapd -s" listen="my.host.ip:imaps" prefork=1
maxchild=123
ALL IPs:
imaps cmd="imapd -s" listen="imaps" prefork=1 maxchild=123
or just multiple IPs (from brain, so pls doublecheck it):
imaps cmd="imapd -s" listen="my.host.ip1:imaps" prefork=1
maxchild=123
imaps cmd="imapd -s" listen="my.host.ip2:imaps" prefork=1
maxchild=123
or do you mean anything other?
hth a little,
cheerioh,
Niels.
---
Niels Dettenbach
Syndicat IT&Internet
http://www.syndicat.com
More information about the Info-cyrus
mailing list