Page 1 of 1

secure config

Posted: Tue Jul 11, 2006 8:19 am
by seb
Hello,

i am searching for some configuration options:
- make services listen to a dedicated ip (my server has several ips and i want to restrict scalix services to listen to just one of them)
- secure protocol usage (smtps, imaps, pop3s, etc)

i do searching by google and some scalix pdf from the distribution and the knowledge base.

thanks
seb

Re: secure config

Posted: Tue Jul 11, 2006 8:34 am
by Valerion
seb wrote:- make services listen to a dedicated ip (my server has several ips and i want to restrict scalix services to listen to just one of them)

You can create multiple instances, and have each of them listen on a specific hostname. If you create a single instance and bind it to a hostname, it will probably work, though I never tested that myself. Look at the man page for ommakeom for the syntax.
seb wrote:- secure protocol usage (smtps, imaps, pop3s, etc)

For this purpose I use stunnel.

Posted: Tue Jul 11, 2006 9:03 am
by seb
thanks for your quick reply... :o

i created a single instance which was binded to the hostname, but there are some scalix services listening on 0.0.0.0:

i will go for reading about stunnel

thank you !