<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, <br>
<br>
I'm trying to get avast antivirus to scan gmail using stunnel.<br>
<br>
I've installed OPENSSL and created a stunnel.conf file as per the
instructions at:<br>
<br>
<a href="http://forum.avast.com/index.php?topic=10428.0" target="_blank">http://forum.avast.com/index.php?topic=10428.0</a><br>
<br>
and:<br>
<br>
<a href="http://forum.avast.com/index.php?topic=14070.0">http://forum.avast.com/index.php?topic=14070.0</a><br>
<br>
the contents of stunnel.conf are:<br>
<br>
<i># GMail<br>
client=yes<br>
<br>
# POP3 service, listens on localhost:11110<br>
[gmail-pop3s]<br>
accept=127.0.0.1:11110<br>
connect=pop.gmail.com:995<br>
<br>
# SMTP service, listens on localhost:11025<br>
[gmail-smtps]<br>
protocol=smtp<br>
accept=127.0.0.1:11025<br>
connect=smtp.gmail.com:587</i><br>
<br>
When I try and run stunnel I get a 'server is down' error and the log
says:<br>
<br>
<i></i>Failed to open configuration file stunnel.conf<br>
 <br>
<i>Syntax:<br>
stunnel [ [-install | -uninstall] [-quiet] [<filename>] ] | -help
| -version | -sockets<br>
    <filename>  - use specified config file instead of
stunnel.conf<br>
    -install    - install NT service<br>
    -uninstall  - uninstall NT service<br>
    -quiet      - don't display a message box on success<br>
    -help       - get config file help<br>
    -version    - display version and defaults<br>
    -sockets    - display default socket options<br>
<br>
2005.06.08 08:55:59 LOG3[3328:3332]: Server is down</i><br>
<br>
Can anyone help please?<br>
<br>
Jorolat
</body>
</html>