GNUtoo@no-log.org wrote:
2007.05.13 22:37:12 LOG4[2188:6422536]: Wrong permissions on /etc/stunnel/mail.pem
That's your error right there...
$ ls -al /etc/stunnel/ total 6 drwx------+ 2 FC1 Users 0 May 13 22:37 . drwx------+ 11 FC1 Users 0 May 13 21:56 .. lrwxrwxrwx 1 Administrator Nessuno 11 May 13 22:37 mail.pem -> stunnel.pem -rwx------ 1 Administrator Nessuno 1578 May 13 22:36 stunnel.conf -rwx------+ 1 FC1 Users 1533 May 13 22:13
stunnel.conf-sample
-rw-r--r-- 1 Administrator Nessuno 497 May 13 22:36 stunnel.pem
stunnel requires the private key to be private, so stunnel.pem needs to be 600
Y.