Well the first line you echo is kinda required by the RFC spec and all
mailer daemons are supposed to add it. For the simscan do you want to
remove the line from all mail or just mail going OUT (i.e. from you to
external mail accounts). If you don't want the simscan line to show up
at all, just recompile simscan and in the configure process change the
--enable-received=y to --enable-received=n
If you just don't want to have the simscan on outgoing messages, and you
are certain your outgoing e-mail is clean, just make sure mail from you
doesn't go through simscan (in the ~vpopmail/etc/tcp.smtp file), by
setting your ip range that you don't want scanned by simscan to go
straight to qmail-queue instead of to simscan, for example if your
computers that you don't want scanned are on the network 192.168.5.*
then you would setup your tcp.smtp file thusly:
127.:allow,QMAILQUEUE="/var/qmail/bin/qmail-queue",RELAYCLIENT=""
192.168.5.:allow,QMAILQUEUE="/var/qmail/bin/qmail-queue",RELAYCLIENT=""
:allow,QMAILQUEUE="/var/qmail/bin/simscan"
This way things from localhost, and 192.168.5.* will not be scanned by
simscan and will be allowed to relay, while everything else (aka all
incoming mail from the internet) will be scanned.
David wrote:
Hi all,
I'm getting a little more verbose info in my message headers (though I
imagine this info is invaluable when testing your new toaster) for example:
Received: (qmail 27634 invoked by uid 89); 31 Aug 2005 06:12:12 -0000
...this line might not be so much of a problem?
but this from simscan:
Received: by simscan 1.1.0 ppid: 27627, pid: 27630, t: 0.0698s
scanners: attach: 1.1.0 clamav: 0.83/m:29/d:748
probably contains more info. than I would like to send out.
Please, where can I turn this off?
Regards,
David Branford
Aternox Design
www.aternoxdesign.com.au
<[EMAIL PROTECTED]>