<br>
<br>
<br>
<br><font size=2 face="Courier New">&gt; Well, assuming that you mean *only* disinfected mail, not including<br>
&quot;normal&quot; &nbsp;mail, you may be able to hack something up by getting<br>
mailscanner-generated messages routed differently to normal ones.<br>
<br>
I mean all incoming mail that has been scanned, and placed in a queue.<br>
<br>
What I want to do pass all the mail onto another server, &nbsp;for delivery to<br>
the clients using either pop or webmail.<br>
<br>
tia<br>
garry<br>
</font>
<br><font size=2 face="Courier New">------</font>
<br>
<br><font size=2 face="Courier New">The sendmail feature you are looking for is called mailtertable. Check for FEATURE(mailertable) in your m4 file (generating sendmail.cf) and look at /etc/mail/mailertable.</font>
<br>
<br><font size=2 face="Courier New">This is an example /etc/mail/mailertable. It routes all mail to domain.com to the server at 192.168.1.123. Don't forget to run makemap after all changes.</font>
<br>
<br><font size=3 face="Courier New"># /etc/mailertable - special handling for hosts or domains<br>
# reindex:<br>
# makemap hash /etc/mail/mailertable.db &lt; /etc/mail/mailertable<br>
<br>
domain.com &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;smtp:[192.168.1.123]</font>
<br>
<br>