Hi,
I'm trying to get avast antivirus to scan gmail using stunnel.
I've installed OPENSSL and created a stunnel.conf file as per the
instructions at:
http://forum.avast.com/index.php?topic=10428.0
and:
http://forum.avast.com/index.php?topic=14070.0
the contents of stunnel.conf are:
# GMail
client=yes
# POP3 service, listens on localhost:11110
[gmail-pop3s]
accept=127.0.0.1:11110
connect=pop.gmail.com:995
# SMTP service, listens on localhost:11025
[gmail-smtps]
protocol=smtp
accept=127.0.0.1:11025
connect=smtp.gmail.com:587
When I try and run stunnel I get a 'server is down' error and the log
says:
Failed to open configuration file stunnel.conf
Syntax:
stunnel [ [-install | -uninstall] [-quiet] [<filename>] ] | -help
| -version | -sockets
<filename> - use specified config file instead of
stunnel.conf
-install - install NT service
-uninstall - uninstall NT service
-quiet - don't display a message box on success
-help - get config file help
-version - display version and defaults
-sockets - display default socket options
2005.06.08 08:55:59 LOG3[3328:3332]: Server is down
Can anyone help please?
Jorolat