<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<br><br>I'm working on a proyect using exim + mailscanner. I've followed the installation guide from <a href="http://www.mailscanner.info/exim.html" target="_blank">http://www.mailscanner.info/exim.html</a> and now exim + mailscanner is almost working, the only problem i've found is to release the mails from exim out queue.<br><br>Reading the documentation I've not found any way to do it, so I create a cron to do it every minute. <br><br>Is this the way to do it? <br>My conf file looks like:<br><br>Mailscanner.conf<br>...<br>Run As User = exim<br>Run As Group = exim<br>Incoming Queue Dir = /var/spool/exim.in/input<br>Outgoing Queue Dir = /var/spool/exim/input<br>MTA = exim<br>Sendmail = /usr/sbin/exim -C /etc/exim/exim.conf.out -oMr MailScanner<br>Sendmail2 = /usr/sbin/exim -C /etc/exim/exim.conf.out -oMr MailScanner<br>Quarantine User = exim<br>...<br><br>Thanks &amp; Regards.<br><br>Manel<br>                                               </div></body>
</html>