Re: [qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-21 Thread Eric Shubert

There are scripts in the QTP package that will stop and start spamassassin.

amit IKF wrote:

Hi Richard,

As mentioned I have created spam.cf  file. Do I need to 
restart spamd service? If yes how to do that?


Regards,

Amit

On Sat, Aug 22, 2009 at 12:34 AM, Richard Vinke > wrote:


amit IKF wrote:

Hi Richard,

As you mentioned in your previous mail, I had done both the entry.


127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",
NOP0FCHECK="1"


192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"

Now how do I understand whether mails downloaded and delivered are
scanned or not?

Thanks and regards,

Amit 


On Fri, Aug 21, 2009 at 3:26 AM, Eric Shubert mailto:e...@shubes.net>> wrote:

Richard Vinke wrote:

amit IKF wrote:

Hi Richard,

That didn't solved the problem. Even I added
"Qmailqueue= /var/qmail/bin/simscan" in 127.: but it
didn't work.

Regards,

Amit

On Fri, Aug 21, 2009 at 1:33 AM, Richard Vinke
mailto:rich...@vogelnestje.nl>
>> wrote:

   amit IKF wrote:

   Hi Everyone,

   How can I filter all my mails whether they are
incoming emails,
   outgoing emails or emails downloaded by
fetchmail for spam or
   virus before delivering the mail?
   Another issue is I'm unable to see clamd status
in headers for my
   incoming emails?

   Thanks and regards,

   Amit

   On Fri, Aug 21, 2009 at 12:33 AM, Phil Leinhauser
   mailto:p...@teqknow.com>
>> wrote:

   Dang  Wrong place to send that.  I
meant it to go to Eric
   offlist.
   Sorry list.


   >
   >
   > I sent that Dovecot article to Jake to
look over also.  I
   want to
   > make sure I have everything at least
close before I send it
   to the Dev
   > group
   >
   >
   > Phil
   >


   In the tcp.smtp file, there is a difference between
your local
   stuff (127.) and the rest.
   The line after 127.: says: no scanning
   Fetchmail is seen as local, therefore it is not
scanned.

   Remove the 127.: line (or start it with a #) and
"qmailctl cdb"
   should do the job.

   Richard Vinke.


H,

I had the same problem (fetchmail mail is not scanned). I
changed my tcp.smtp to:

 
 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",

   NOP0FCHECK="1"

 
 192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"


 
 :allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simsc
 
 an",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"


Fetchmail is catched by the 192.: line.

Perhaps the Qmailqueue should be QMAILQUEUE?

Richard Vinke

ps I turned of my e-mail notification now. sorry for
bothering the list.



Nice catch, Richard. That, as most things in Linux, is CaSe
SeNSiTiVe.

-- 
-Eric 'shubes'




-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com )
  Vickers Consulting Group offers Qmailtoaster support and
installations.
If you need professional help with your setup, contact
them today!

-
   Please visit qmailtoaster

Re: [qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-21 Thread Richard Vinke

amit IKF wrote:

Hi Richard,

As mentioned I have created spam.cf  file. Do I need 
to restart spamd service? If yes how to do that?


Regards,

Amit

On Sat, Aug 22, 2009 at 12:34 AM, Richard Vinke 
mailto:rich...@vogelnestje.nl>> wrote:


amit IKF wrote:

Hi Richard,

As you mentioned in your previous mail, I had done both the entry.


127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",
NOP0FCHECK="1"


192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"

Now how do I understand whether mails downloaded and delivered
are scanned or not?

Thanks and regards,

Amit 


On Fri, Aug 21, 2009 at 3:26 AM, Eric Shubert mailto:e...@shubes.net>> wrote:

Richard Vinke wrote:

amit IKF wrote:

Hi Richard,

That didn't solved the problem. Even I added
"Qmailqueue= /var/qmail/bin/simscan" in 127.: but it
didn't work.

Regards,

Amit

On Fri, Aug 21, 2009 at 1:33 AM, Richard Vinke
mailto:rich...@vogelnestje.nl>
>> wrote:

   amit IKF wrote:

   Hi Everyone,

   How can I filter all my mails whether they are
incoming emails,
   outgoing emails or emails downloaded by
fetchmail for spam or
   virus before delivering the mail?
   Another issue is I'm unable to see clamd
status in headers for my
   incoming emails?

   Thanks and regards,

   Amit

   On Fri, Aug 21, 2009 at 12:33 AM, Phil Leinhauser
   mailto:p...@teqknow.com>
>> wrote:

   Dang  Wrong place to send that.  I
meant it to go to Eric
   offlist.
   Sorry list.


   >
   >
   > I sent that Dovecot article to Jake to
look over also.  I
   want to
   > make sure I have everything at least
close before I send it
   to the Dev
   > group
   >
   >
   > Phil
   >


   In the tcp.smtp file, there is a difference
between your local
   stuff (127.) and the rest.
   The line after 127.: says: no scanning
   Fetchmail is seen as local, therefore it is not
scanned.

   Remove the 127.: line (or start it with a #) and
"qmailctl cdb"
   should do the job.

   Richard Vinke.


H,

I had the same problem (fetchmail mail is not scanned). I
changed my tcp.smtp to:

 
 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",

   NOP0FCHECK="1"

 
 192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"


 
 :allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simsc
 
 an",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"


Fetchmail is catched by the 192.: line.

Perhaps the Qmailqueue should be QMAILQUEUE?

Richard Vinke

ps I turned of my e-mail notification now. sorry for
bothering the list.



Nice catch, Richard. That, as most things in Linux, is CaSe
SeNSiTiVe.

-- 
-Eric 'shubes'




-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com )
  Vickers Consulting Group offers Qmailtoaster support and
installations.
If you need professional help with your setup, contact
them today!

-
   Please visit qmailtoaster.com 
for the latest news, updates, and pack

Re: [qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-21 Thread amit IKF
Hi Richard,
As mentioned I have created spam.cf file. Do I need to restart spamd
service? If yes how to do that?

Regards,

Amit

On Sat, Aug 22, 2009 at 12:34 AM, Richard Vinke wrote:

>  amit IKF wrote:
>
> Hi Richard,
>  As you mentioned in your previous mail, I had done both the entry.
>
>
> 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",
> NOP0FCHECK="1"
>
>
> 192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"
>
>  Now how do I understand whether mails downloaded and delivered are
> scanned or not?
>
>  Thanks and regards,
>
>  Amit
>
> On Fri, Aug 21, 2009 at 3:26 AM, Eric Shubert  wrote:
>
> Richard Vinke wrote:
>
> amit IKF wrote:
>
> Hi Richard,
>
> That didn't solved the problem. Even I added "Qmailqueue=
> /var/qmail/bin/simscan" in 127.: but it didn't work.
>
> Regards,
>
> Amit
>
>  On Fri, Aug 21, 2009 at 1:33 AM, Richard Vinke 
>  rich...@vogelnestje.nl>> wrote:
>
>amit IKF wrote:
>
> Hi Everyone,
>
>How can I filter all my mails whether they are incoming emails,
>outgoing emails or emails downloaded by fetchmail for spam or
>virus before delivering the mail?
>Another issue is I'm unable to see clamd status in headers for my
>incoming emails?
>
>Thanks and regards,
>
>Amit
>
>On Fri, Aug 21, 2009 at 12:33 AM, Phil Leinhauser
>  mailto:p...@teqknow.com>> wrote:
>
>Dang  Wrong place to send that.  I meant it to go to Eric
>offlist.
>Sorry list.
>
>
>>
>>
>> I sent that Dovecot article to Jake to look over also.  I
>want to
>> make sure I have everything at least close before I send it
>to the Dev
>> group
>>
>>
>> Phil
>>
>
>
>   In the tcp.smtp file, there is a difference between your local
>stuff (127.) and the rest.
>The line after 127.: says: no scanning
>Fetchmail is seen as local, therefore it is not scanned.
>
>Remove the 127.: line (or start it with a #) and "qmailctl cdb"
>should do the job.
>
>Richard Vinke.
>
>
>   H,
>
> I had the same problem (fetchmail mail is not scanned). I changed my
> tcp.smtp to:
>
>
>  
> 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",
>NOP0FCHECK="1"
>
>
>  
> 192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"
>
>
>  
> :allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simsc
>an",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"
>
> Fetchmail is catched by the 192.: line.
>
> Perhaps the Qmailqueue should be QMAILQUEUE?
>
> Richard Vinke
>
> ps I turned of my e-mail notification now. sorry for bothering the
> list.
>
>
>
> Nice catch, Richard. That, as most things in Linux, is CaSe SeNSiTiVe.
>
> --
> -Eric 'shubes'
>
>
>
> -
> Qmailtoaster is sponsored by Vickers Consulting Group (
> www.vickersconsulting.com)
>   Vickers Consulting Group offers Qmailtoaster support and installations.
> If you need professional help with your setup, contact them today!
>
> -
>Please visit qmailtoaster.com for the latest news, updates, and
> packages.
> To unsubscribe, e-mail:
> qmailtoaster-list-unsubscr...@qmailtoaster.com
>For additional commands, e-mail:
> qmailtoaster-list-h...@qmailtoaster.com
>
>
>
>  Hi Amit,
>
> I made a filter /etc/mail/spamassassin/spam.cf:
>
> #
> # Spam validation
> #
> # if *SPAM*
>
> header ALREADY_SPAMSubject =~ /\*\*SPAM\*\*/
> describe   ALREADY_SPAMMessage is already marked as spam
> score  ALREADY_SPAM5
>
> Create a mail with a subject starting with "***SPAM***". Get it with
> fetchmail --keep --fetchall and check the source of the message. It must
> contain the ALREADU_SPAM remark.
>
> Richard Vinke
>
> ps the --keep keeps the message on the remote server, the --fetchall also
> gets the 'seen' mail. So you only have to create the mail once, and use it
> many times. I also created a mail with the eicar virus.
>
>


Re: [qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-21 Thread Richard Vinke

amit IKF wrote:

Hi Richard,

As you mentioned in your previous mail, I had done both the entry.

127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",
NOP0FCHECK="1"

192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"

Now how do I understand whether mails downloaded and delivered are 
scanned or not?


Thanks and regards,

Amit 

On Fri, Aug 21, 2009 at 3:26 AM, Eric Shubert > wrote:


Richard Vinke wrote:

amit IKF wrote:

Hi Richard,

That didn't solved the problem. Even I added "Qmailqueue=
/var/qmail/bin/simscan" in 127.: but it didn't work.

Regards,

Amit

On Fri, Aug 21, 2009 at 1:33 AM, Richard Vinke
mailto:rich...@vogelnestje.nl>
>> wrote:

   amit IKF wrote:

   Hi Everyone,

   How can I filter all my mails whether they are
incoming emails,
   outgoing emails or emails downloaded by fetchmail
for spam or
   virus before delivering the mail?
   Another issue is I'm unable to see clamd status in
headers for my
   incoming emails?

   Thanks and regards,

   Amit

   On Fri, Aug 21, 2009 at 12:33 AM, Phil Leinhauser
   mailto:p...@teqknow.com>
>>
wrote:

   Dang  Wrong place to send that.  I meant it
to go to Eric
   offlist.
   Sorry list.


   >
   >
   > I sent that Dovecot article to Jake to look
over also.  I
   want to
   > make sure I have everything at least close
before I send it
   to the Dev
   > group
   >
   >
   > Phil
   >


   In the tcp.smtp file, there is a difference between
your local
   stuff (127.) and the rest.
   The line after 127.: says: no scanning
   Fetchmail is seen as local, therefore it is not scanned.

   Remove the 127.: line (or start it with a #) and
"qmailctl cdb"
   should do the job.

   Richard Vinke.


H,

I had the same problem (fetchmail mail is not scanned). I
changed my tcp.smtp to:

 
 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",

   NOP0FCHECK="1"

 
 192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"


 
 :allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simsc
 
 an",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"


Fetchmail is catched by the 192.: line.

Perhaps the Qmailqueue should be QMAILQUEUE?

Richard Vinke

ps I turned of my e-mail notification now. sorry for
bothering the list.



Nice catch, Richard. That, as most things in Linux, is CaSe SeNSiTiVe.

-- 
-Eric 'shubes'




-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com )
  Vickers Consulting Group offers Qmailtoaster support and
installations.
If you need professional help with your setup, contact them today!

-
   Please visit qmailtoaster.com  for the
latest news, updates, and packages.
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com

   For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com





Hi Amit,

I made a filter /etc/mail/spamassassin/spam.cf:

   #
   # Spam validation
   #
   # if *SPAM*

   header ALREADY_SPAMSubject =~ /\*\*SPAM\*\*/
   describe   ALREADY_SPAMMessage is already marked as spam
   score  ALREADY_SPAM5

Create a mail with a subject starting with "***SPAM***". Get it with 
fetchmail --keep --fetchall and c

Re: [qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-21 Thread amit IKF
Hi Richard,
As you mentioned in your previous mail, I had done both the entry.

127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",
NOP0FCHECK="1"

192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"

Now how do I understand whether mails downloaded and delivered are scanned
or not?

Thanks and regards,

Amit

On Fri, Aug 21, 2009 at 3:26 AM, Eric Shubert  wrote:

> Richard Vinke wrote:
>
>> amit IKF wrote:
>>
>>> Hi Richard,
>>>
>>> That didn't solved the problem. Even I added "Qmailqueue=
>>> /var/qmail/bin/simscan" in 127.: but it didn't work.
>>>
>>> Regards,
>>>
>>> Amit
>>>
>>> On Fri, Aug 21, 2009 at 1:33 AM, Richard Vinke 
>>> >> rich...@vogelnestje.nl>> wrote:
>>>
>>>amit IKF wrote:
>>>
Hi Everyone,

How can I filter all my mails whether they are incoming emails,
outgoing emails or emails downloaded by fetchmail for spam or
virus before delivering the mail?
Another issue is I'm unable to see clamd status in headers for my
incoming emails?

Thanks and regards,

Amit

On Fri, Aug 21, 2009 at 12:33 AM, Phil Leinhauser
mailto:p...@teqknow.com>> wrote:

Dang  Wrong place to send that.  I meant it to go to Eric
offlist.
Sorry list.


>
>
> I sent that Dovecot article to Jake to look over also.  I
want to
> make sure I have everything at least close before I send it
to the Dev
> group
>
>
> Phil
>


 In the tcp.smtp file, there is a difference between your local
>>>stuff (127.) and the rest.
>>>The line after 127.: says: no scanning
>>>Fetchmail is seen as local, therefore it is not scanned.
>>>
>>>Remove the 127.: line (or start it with a #) and "qmailctl cdb"
>>>should do the job.
>>>
>>>Richard Vinke.
>>>
>>>
>>>  H,
>>
>> I had the same problem (fetchmail mail is not scanned). I changed my
>> tcp.smtp to:
>>
>>
>>  
>> 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",
>>NOP0FCHECK="1"
>>
>>
>>  
>> 192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"
>>
>>
>>  
>> :allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simsc
>>an",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"
>>
>> Fetchmail is catched by the 192.: line.
>>
>> Perhaps the Qmailqueue should be QMAILQUEUE?
>>
>> Richard Vinke
>>
>> ps I turned of my e-mail notification now. sorry for bothering the
>> list.
>>
>>
>>
> Nice catch, Richard. That, as most things in Linux, is CaSe SeNSiTiVe.
>
> --
> -Eric 'shubes'
>
>
>
> -
> Qmailtoaster is sponsored by Vickers Consulting Group (
> www.vickersconsulting.com)
>   Vickers Consulting Group offers Qmailtoaster support and installations.
> If you need professional help with your setup, contact them today!
>
> -
>Please visit qmailtoaster.com for the latest news, updates, and
> packages.
> To unsubscribe, e-mail:
> qmailtoaster-list-unsubscr...@qmailtoaster.com
>For additional commands, e-mail:
> qmailtoaster-list-h...@qmailtoaster.com
>
>
>


Re: [qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-20 Thread Eric Shubert

Richard Vinke wrote:

amit IKF wrote:

Hi Richard,

That didn't solved the problem. Even I added "Qmailqueue= 
/var/qmail/bin/simscan" in 127.: but it didn't work.


Regards,

Amit

On Fri, Aug 21, 2009 at 1:33 AM, Richard Vinke > wrote:


amit IKF wrote:

Hi Everyone,

How can I filter all my mails whether they are incoming emails,
outgoing emails or emails downloaded by fetchmail for spam or
virus before delivering the mail?
Another issue is I'm unable to see clamd status in headers for my
incoming emails?

Thanks and regards,

Amit

On Fri, Aug 21, 2009 at 12:33 AM, Phil Leinhauser
mailto:p...@teqknow.com>> wrote:

Dang  Wrong place to send that.  I meant it to go to Eric
offlist. 


Sorry list.


>
>
> I sent that Dovecot article to Jake to look over also.  I
want to
> make sure I have everything at least close before I send it
to the Dev
> group
>
>
> Phil
>



In the tcp.smtp file, there is a difference between your local
stuff (127.) and the rest.
The line after 127.: says: no scanning
Fetchmail is seen as local, therefore it is not scanned.

Remove the 127.: line (or start it with a #) and "qmailctl cdb"
should do the job.

Richard Vinke.



H,

I had the same problem (fetchmail mail is not scanned). I changed my 
tcp.smtp to:



127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",
NOP0FCHECK="1"


192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"


:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simsc
an",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"

Fetchmail is catched by the 192.: line.

Perhaps the Qmailqueue should be QMAILQUEUE?

Richard Vinke

ps I turned of my e-mail notification now. sorry for bothering the list.




Nice catch, Richard. That, as most things in Linux, is CaSe SeNSiTiVe.

--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-20 Thread Richard Vinke

amit IKF wrote:

Hi Richard,

That didn't solved the problem. Even I added "Qmailqueue= 
/var/qmail/bin/simscan" in 127.: but it didn't work.


Regards,

Amit

On Fri, Aug 21, 2009 at 1:33 AM, Richard Vinke > wrote:


amit IKF wrote:

Hi Everyone,

How can I filter all my mails whether they are incoming emails,
outgoing emails or emails downloaded by fetchmail for spam or
virus before delivering the mail?
Another issue is I'm unable to see clamd status in headers for my
incoming emails?

Thanks and regards,

Amit

On Fri, Aug 21, 2009 at 12:33 AM, Phil Leinhauser
mailto:p...@teqknow.com>> wrote:

Dang  Wrong place to send that.  I meant it to go to Eric
offlist. 


Sorry list.


>
>
> I sent that Dovecot article to Jake to look over also.  I
want to
> make sure I have everything at least close before I send it
to the Dev
> group
>
>
> Phil
>



In the tcp.smtp file, there is a difference between your local
stuff (127.) and the rest.
The line after 127.: says: no scanning
Fetchmail is seen as local, therefore it is not scanned.

Remove the 127.: line (or start it with a #) and "qmailctl cdb"
should do the job.

Richard Vinke.



H,

I had the same problem (fetchmail mail is not scanned). I changed my 
tcp.smtp to:


   
127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",
   NOP0FCHECK="1"

   
192.:allow,QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"

   
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simsc
   an",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"

Fetchmail is catched by the 192.: line.

Perhaps the Qmailqueue should be QMAILQUEUE?

Richard Vinke

ps I turned of my e-mail notification now. sorry for bothering the list.




Re: [qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-20 Thread amit IKF
Hi Richard,

That didn't solved the problem. Even I added "Qmailqueue=
/var/qmail/bin/simscan" in 127.: but it didn't work.

Regards,

Amit

On Fri, Aug 21, 2009 at 1:33 AM, Richard Vinke wrote:

>  amit IKF wrote:
>
> Hi Everyone,
>
> How can I filter all my mails whether they are incoming emails, outgoing
> emails or emails downloaded by fetchmail for spam or virus before delivering
> the mail?
> Another issue is I'm unable to see clamd status in headers for my incoming
> emails?
>
> Thanks and regards,
>
> Amit
>
> On Fri, Aug 21, 2009 at 12:33 AM, Phil Leinhauser wrote:
>
>> Dang  Wrong place to send that.  I meant it to go to Eric offlist.
>>
>> Sorry list.
>>
>> >
>> >
>> > I sent that Dovecot article to Jake to look over also.  I want to
>> > make sure I have everything at least close before I send it to the Dev
>> > group
>> >
>> >
>> > Phil
>> >
>>
>
>  In the tcp.smtp file, there is a difference between your local stuff
> (127.) and the rest.
> The line after 127.: says: no scanning
> Fetchmail is seen as local, therefore it is not scanned.
>
> Remove the 127.: line (or start it with a #) and "qmailctl cdb" should do
> the job.
>
> Richard Vinke.
>


Re: [qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-20 Thread Stephen T Woodfin
Return Receipt
   
   Your   Re: [qmailtoaster] Scan and Filter Mails Downloaded by   
   document:  fetchmail
   
   wasswood...@little-trees.com
   received
   by: 
   
   at:20.08.2009 04:09:22 PM   
   




Re: [qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-20 Thread Richard Vinke

amit IKF wrote:

Hi Everyone,

How can I filter all my mails whether they are incoming emails, 
outgoing emails or emails downloaded by fetchmail for spam or virus 
before delivering the mail?
Another issue is I'm unable to see clamd status in headers for my 
incoming emails?


Thanks and regards,

Amit

On Fri, Aug 21, 2009 at 12:33 AM, Phil Leinhauser > wrote:


Dang  Wrong place to send that.  I meant it to go to Eric
offlist. 


Sorry list.


>
>
> I sent that Dovecot article to Jake to look over also.  I want to
> make sure I have everything at least close before I send it to
the Dev
> group
>
>
> Phil
>


In the tcp.smtp file, there is a difference between your local stuff 
(127.) and the rest.

The line after 127.: says: no scanning
Fetchmail is seen as local, therefore it is not scanned.

Remove the 127.: line (or start it with a #) and "qmailctl cdb" should 
do the job.


Richard Vinke.


[qmailtoaster] Scan and Filter Mails Downloaded by fetchmail

2009-08-20 Thread amit IKF
Hi Everyone,

How can I filter all my mails whether they are incoming emails, outgoing
emails or emails downloaded by fetchmail for spam or virus before delivering
the mail?
Another issue is I'm unable to see clamd status in headers for my incoming
emails?

Thanks and regards,

Amit

On Fri, Aug 21, 2009 at 12:33 AM, Phil Leinhauser  wrote:

> Dang  Wrong place to send that.  I meant it to go to Eric offlist.
>
> Sorry list.
>
>
> >
> >
> > I sent that Dovecot article to Jake to look over also.  I want to
> > make sure I have everything at least close before I send it to the Dev
> > group
> >
> >
> > Phil
> >
>