Does Scalix offer SSL support for both IMAP and SMTP connections from the client to the server?

From Scalix Wiki
Revision as of 05:21, 10 May 2007 by Karyn.hunt (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Scalix does not have native TLS, but SSL support is handled through the use of stunnel. The appropriate entries for a stunnel.conf file are:


[imaps]

accept = 993

connect = 143


[ssmtp]

accept = 465

connect = 25