at /usr/share/ssl/certs
: make stunnel.pem
there u enter what u
need but common name must be ip address or dns name of the server, give a password
(u will use it when restarting the service)
copy stunnel.pem stunnel.pem-
, with vi delete the first half of the certificate
(delete the private key)
and leave only the public key (leave :begin certificate
....end certificate).
save this file as stunnel.crt
from ms station double
click on the certificate and install it. it became green
install all ssl rpms,
(stunnel rpm must be installed)
at /etc/xinetd/pop3s
change and add:
server = /usr/sbin/stunnel
server_args = -p /usr/share/ssl/certs/stunnel.pem
-l /usr/sbin/ipop3d -- ipop3d
service xinetd/sendmail
restart
open port 995. go to
explorer: https://192.168.0.5:995 install and there u go
info:
/var/log/httpd/ssl_request.log
or at secure for ipop3s
(at /etc/hosts.allow
ALL : ALL)
|