ScalixSupport wrote:What search criteria did you use in the knowledgebase ?
Something as important as secure POP3 and IMAP is not in the Install docs, but in the knowledgebase??????
As a security professional (I design security protocols, rarely configure them myself, why I am here), I am taken aback by this fact.
No. That gives IMAP and SMTP
If you click on the Solutions tab and enter the word "secure", the first hit is how to configure secure SMTP.
That tells you how to set up secure SMTP on its own IP address, separate from the one used to transfer mail with other SMTP servers.
I would like to find some refernces as to why do this. Concerned anyone could then connect to the server over the SSL port and send out spam? I would hope that the same relay protection exists on both ports.
So POP3 might be:
[POP3]
accept = 995 [had to look that up in well known ports list]
connect = 110
==============
My system does not have an stunnel.conf file, but I see a module in webmin to set this up...