greetings all,
found the solution for it at http://qmailwiki.inter7.com/Simscan/README
 
How to Disable/Enable simscan globally for all smtp connections

In some cases, is desirable to enable simscan for all SMTP connections, independently of the settings brought by the tcprules inside the tcp.smtp.cdb file.

To accomplish this, set the QMAILQUEUE variable directly in the script that activates the qmail-smtpd daemon, usually the /service/qmail-smtpd/run. Add the QMAILQUEUE variable to the
begining of this script and export the variable. Like the example bellow:
 
!#/bin/bashQMAILQUEUE="/var/qmail/bin/simscan"export QMAILQUEUE exec .. (normal startup here)
i think this notes not in README in simscan package.
 
regards,
 
aimmix

On 1/24/06, aim mix <[EMAIL PROTECTED]> wrote:

thank you for your reply. i'm using SMTP but, look like qmail-smtpd ignore simscan when sent email from same domain / virtual domain. last time, if i only have 1 domain, it's ok, but when i add new domain (more than 1), this problem arise.
 
regards,
 
aimmix

 
On 1/23/06, Bob Hutchinson <[EMAIL PROTECTED] > wrote:
On Monday 23 Jan 2006 10:17, aim mix wrote:
> but if i sent email from [EMAIL PROTECTED] to [EMAIL PROTECTED] the simscan
> is not there.
> (only if same domain or from vpopmail virtual domain)  using webmail or
> pop3. From outside email server(domain), it's ok.

make sure that Squirrelmail is using SMTP, not Sendmail, and make sure that
SMTP is running on localhost

pop3 has nothing to do with it, that is outgoing


>
> normally if from outside domain simscan is there like this..
>
> Received: by simscan 1.1.0 ppid: 1305, pid: 1306, t: 37.7764s
> scanners: attach: 1.1.0 clamav: 0.87.1/m:35/d:1246 spam: 3.0.4
>
>   *Return-Path:* [EMAIL PROTECTED]
> *Delivered-To:* [EMAIL PROTECTED]
> *Received:* (qmail 16506 invoked by uid 89); 23 Jan 2006 18:05:29 +0400
> *Received:* from unknown (HELO mail.domain.com) (x.x.x.x)
>      by 0 with SMTP; 23 Jan 2006 18:05:29 +0400
> *Received:* from x.x.x.
>      (SM authenticated user [EMAIL PROTECTED])
>      by mail.domain.com with HTTP;
>      Mon, 23 Jan 2006 18:05:29 +0400 (MYT)
> *Message-ID:* [EMAIL PROTECTED]
> *Date:* Mon, 23 Jan 2006 18:05:29 +0400 (MYT)
> *Subject:* Test SimScan
> *From:* [EMAIL PROTECTED]
> *To:* [EMAIL PROTECTED]
> *User-Agent:* SM/1.4.5
> *MIME-Version:* 1.0
> *Content-Type:* text/plain;charset=iso-8859-1
> *Content-Transfer-Encoding:* 8bit
> *X-Priority:* 3 (Normal)
> *Importance:* Normal
>
> Thanks.
>
> Regards,
>
> Aimmix
>
> On 1/21/06, Bob Hutchinson < [EMAIL PROTECTED]> wrote:
> > On Friday 20 Jan 2006 02:52, aim mix wrote:
> > > greetings,
> > >
> > > i've enable simscan per domain setting. right now, simscan will bypass
> > > local domain from vpopmail. i've 2 domains here. how to avoid simscan
> >
> > from
> >
> > > bypass local domain, if i send email from [EMAIL PROTECTED] to
> > > [EMAIL PROTECTED](same domain).
> >
> > if you are sure this is what you really want to do,
> > set your tcp.smtp to use simscan for local mail
> >
> > 127.:allow,QMAILQUEUE="/var/qmail/bin/simscan"
> >
> >
> > HTH
> > --
> > -----------------
> > Bob Hutchinson
> > Midwales dot com
> > -----------------

--
-----------------
Bob Hutchinson
Midwales dot com
-----------------


Reply via email to