Andrew Daviel wrote:
I have panda-imap running on CentOS 7 with xinetd.
We wanted to implement it using a systemd service instead
The server appears to work on port 143 with STARTTLS (or notls)
But on port 993 it responds with plaintext.
Well, I have no experience with Panda, but I assume the behavior is the
same as in UW. Also, no experience with xinetd, but i assume the
"standard" behavior of inetd.
The critical part of SSL setup is program name (e.g. value of argv[0]
passed into main() function of imapd/pop3d).
inetd pass apropriate /etc/service name here (e.g. imap for port 143,
imaps for 993).
It must not be null or ssl will not be started.
It should be imaps to mimic inetd behavior (which will put imapsd here).
If systemd will supply something else here, the file with SSL's
key&certificate needs to be renamed accordingly.
Dan
_______________________________________________
Imap-uw mailing list
[email protected]
http://mailman13.u.washington.edu/mailman/listinfo/imap-uw