I have a working setup of MailScanner with MailWatch that I just upgraded from 4.6.3 to the latest version.  Sendmail mailertable is setup to forward email properly to the final email server which happens to be Exchange.  I have manually tested creating an email from the MailScanner server to the Exchange server and it works fine.  The mailq command shows that the outbound mail queue is emtpy.  It appears that the outbound email is not getting put in the /var/spool/mqueue directory like it should be.  The 
MailScanner.conf has correct &quot;Queue Dir&quot; settings and the directories exist with normal permissions.&nbsp; The mailertable files has not been changed before the upgrade when email was flowing properly.<br><br>/etc/MailScanner/MailScanner.conf
<br>============================<br>Incoming Queue Dir = /var/spool/mqueue.in<br>Outgoing Queue Dir = /var/spool/mqueue<br><br>/etc/mail/mailertaible<br>=================<br><a href="http://domain.com">domain.com</a> smtp:[
<a href="http://192.168.1.2">192.168.1.2</a>]<br><br># mailq<br>/var/spool/mqueue is empty<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Total requests: 0<br><br>How do I debug MailScanner&#39;s last steps which I guess should be putting the delivered email into the /var/spool/mqueue directory?&nbsp; I tried &quot;Debug = yes&quot; mode but it didn&#39;t output anything useful.
<br clear="all"><br>Also, the outbound email from the Exchange server to the Internet
through MailScanner is doing the same thing.&nbsp; It logs to MailWatch but
never makes it to the outbound queue.<br>-- <br>Dave Jones