sendmail, pop3, imap4 SSL
|
|
, 20 2005 . 19:48
+
stunnel -d 465 -r smtp stunnel -d 993 -r localhost:imap stunnel -d 993 -l /usr/sbin/imapd imapd stunnel -d 995 -l /usr/sbin/in.pop3d -- in.pop3d -s
-d port - daemon mode
-r port - connect to port
-l programm - start inetd-style programm
/etc/services
https 443/tcp smtps 465/tcp imaps 993/tcp pop3s 995/tcp
/etc/hosts.allow
localhost.imap : ALL