Re: [qmailtoaster] Spam Email sorting

2006-12-29 Thread Eric \"Shubes\"
Ronnie Tartar wrote:
> 
> 
> Perfect, that did the trick.  Thanks for the help.  I may write a step
> by step on how to set this up.
> 
> Appreciate all of your help.
> 
> 
Please do. It'll make a nice Tips&Tricks page on the wiki!

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Spam Email sorting

2006-12-29 Thread Ronnie Tartar


- Original Message - 
From: "Kyle Quillen" <[EMAIL PROTECTED]>

To: 
Sent: Friday, December 29, 2006 12:55 PM
Subject: Re: [qmailtoaster] Spam Email sorting






On Fri, 2006-12-29 at 09:41 -0500, Ronnie Tartar wrote:
- Original Message - 
From: "Kyle Quillen" <[EMAIL PROTECTED]>

To: 
Sent: Friday, December 29, 2006 9:04 AM
Subject: Re: [qmailtoaster] Spam Email sorting


> On Fri, 2006-12-29 at 08:45 -0500, Ronnie Tartar wrote:
>> Is there a configuration where if an email is flagged as spam it will
>> automatically put it in the spam folder?
>>
>> I have SASQL setup with per user settings with FuzzyOCR and
>> RulesEmporium rules. Any help would be greatly appreciated.
>>
>> Regards
>
>
> Ronnie,
>
> If you go to this page there is a qmailadmin package that is already to
> go you just have to add some flags and recompile.
>
> 
http://wiki.qmailtoaster.com/index.php/FAQs#I_upgraded_my_QmailToaster_to_the_latest_and_I_no_longer_have_the_.22Spam_Detection.22_box_in_Qmailadmin.
>
> Then if you go to
> http://devel.qmailtoaster.com
> You will find a prune script that you can set to run on a cron job that
> will delete all spam from the spam folder that is 28 days old or older.
> I modified this to 7 days.
>
> If you need anything else just let us know.
>
> Thanks
> Q
>
>
> -
> QmailToaster hosted by: VR Hosted <http://www.vr.org>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED]

>
>

Will this adversely effect the configuration I setup with the per user. 
I
followed your instructions as follows?  Worked like a champ. 
 The --define

'spambox 1' parameter, is that what puts in the mailfilter?  Thanks

1. Install the RPMS files from simscan-toaster-3.1.7-1.3.6.src.rpm:

# rpm -Uvh simscan-toaster-3.1.7-1.3.6.src.rpm

2. Edit the simscan-toaster.spec file:

# vi /usr/src/redhat/SPECS/simscan-toaster.spec

You can change the configure options at around line 434. You will only 
need

to set --enable-spamc-user option. Here is this part of my
simscan-toaster.spec file:

--enable-user=clamav \
--enable-attach \
--enable-ripmime=/usr/bin/ripmime \
--enable-per-domain \
--enable-spam \
--enable-spam-hits=20 \
--enable-spamc-user \
--enable-received \
--enable-clamavdb-path=/usr/share/clamav \
--enable-custom-smtp-reject

3. Build an RPM from this spec file:

# rpmbuild -bb --with cnt40 --target $(uname -m)
/usr/src/redhat/SPECS/simscan-toaster.spec

(Replace cnt40 with the flag for your distro.)

4. Install the RPM (the usual disclaimers apply):

# rpm -Uvh --force
/usr/src/redhat/RPMS//simscan-toaster-..rpm

(Replace  with yours: i386, i686, etc)

5. Then following the instructions for setting up Spamassassin:



Ronnie,

I may not be the person to answer this but I am pretty sure it will not
change any of your per user settings since it looks at the header for
the ***Spam*** tags.

Maybe someone else can verify this.

Thanks
Q


-
QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Perfect, that did the trick.  Thanks for the help.  I may write a step by 
step on how to set this up.


Appreciate all of your help.



-
QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Spam Email sorting

2006-12-29 Thread Kyle Quillen



On Fri, 2006-12-29 at 09:41 -0500, Ronnie Tartar wrote:
> - Original Message - 
> From: "Kyle Quillen" <[EMAIL PROTECTED]>
> To: 
> Sent: Friday, December 29, 2006 9:04 AM
> Subject: Re: [qmailtoaster] Spam Email sorting
> 
> 
> > On Fri, 2006-12-29 at 08:45 -0500, Ronnie Tartar wrote:
> >> Is there a configuration where if an email is flagged as spam it will
> >> automatically put it in the spam folder?
> >>
> >> I have SASQL setup with per user settings with FuzzyOCR and
> >> RulesEmporium rules. Any help would be greatly appreciated.
> >>
> >> Regards
> >
> >
> > Ronnie,
> >
> > If you go to this page there is a qmailadmin package that is already to
> > go you just have to add some flags and recompile.
> >
> > http://wiki.qmailtoaster.com/index.php/FAQs#I_upgraded_my_QmailToaster_to_the_latest_and_I_no_longer_have_the_.22Spam_Detection.22_box_in_Qmailadmin.
> >
> > Then if you go to
> > http://devel.qmailtoaster.com
> > You will find a prune script that you can set to run on a cron job that
> > will delete all spam from the spam folder that is 28 days old or older.
> > I modified this to 7 days.
> >
> > If you need anything else just let us know.
> >
> > Thanks
> > Q
> >
> >
> > -
> > QmailToaster hosted by: VR Hosted <http://www.vr.org>
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> Will this adversely effect the configuration I setup with the per user.  I 
> followed your instructions as follows?  Worked like a champ.  The --define 
> 'spambox 1' parameter, is that what puts in the mailfilter?  Thanks
> 
> 1. Install the RPMS files from simscan-toaster-3.1.7-1.3.6.src.rpm:
> 
> # rpm -Uvh simscan-toaster-3.1.7-1.3.6.src.rpm
> 
> 2. Edit the simscan-toaster.spec file:
> 
> # vi /usr/src/redhat/SPECS/simscan-toaster.spec
> 
> You can change the configure options at around line 434. You will only need 
> to set --enable-spamc-user option. Here is this part of my 
> simscan-toaster.spec file:
> 
> --enable-user=clamav \
> --enable-attach \
> --enable-ripmime=/usr/bin/ripmime \
> --enable-per-domain \
> --enable-spam \
> --enable-spam-hits=20 \
> --enable-spamc-user \
> --enable-received \
> --enable-clamavdb-path=/usr/share/clamav \
> --enable-custom-smtp-reject
> 
> 3. Build an RPM from this spec file:
> 
> # rpmbuild -bb --with cnt40 --target $(uname -m) 
> /usr/src/redhat/SPECS/simscan-toaster.spec
> 
> (Replace cnt40 with the flag for your distro.)
> 
> 4. Install the RPM (the usual disclaimers apply):
> 
> # rpm -Uvh --force 
> /usr/src/redhat/RPMS//simscan-toaster-..rpm
> 
> (Replace  with yours: i386, i686, etc)
> 
> 5. Then following the instructions for setting up Spamassassin:


Ronnie,

I may not be the person to answer this but I am pretty sure it will not
change any of your per user settings since it looks at the header for
the ***Spam*** tags.

Maybe someone else can verify this.

Thanks
Q


-
 QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Spam Email sorting

2006-12-29 Thread Ronnie Tartar


- Original Message - 
From: "Kyle Quillen" <[EMAIL PROTECTED]>

To: 
Sent: Friday, December 29, 2006 9:04 AM
Subject: Re: [qmailtoaster] Spam Email sorting



On Fri, 2006-12-29 at 08:45 -0500, Ronnie Tartar wrote:

Is there a configuration where if an email is flagged as spam it will
automatically put it in the spam folder?

I have SASQL setup with per user settings with FuzzyOCR and
RulesEmporium rules. Any help would be greatly appreciated.

Regards



Ronnie,

If you go to this page there is a qmailadmin package that is already to
go you just have to add some flags and recompile.

http://wiki.qmailtoaster.com/index.php/FAQs#I_upgraded_my_QmailToaster_to_the_latest_and_I_no_longer_have_the_.22Spam_Detection.22_box_in_Qmailadmin.

Then if you go to
http://devel.qmailtoaster.com
You will find a prune script that you can set to run on a cron job that
will delete all spam from the spam folder that is 28 days old or older.
I modified this to 7 days.

If you need anything else just let us know.

Thanks
Q


-
QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Will this adversely effect the configuration I setup with the per user.  I 
followed your instructions as follows?  Worked like a champ.  The --define 
'spambox 1' parameter, is that what puts in the mailfilter?  Thanks


1. Install the RPMS files from simscan-toaster-3.1.7-1.3.6.src.rpm:

# rpm -Uvh simscan-toaster-3.1.7-1.3.6.src.rpm

2. Edit the simscan-toaster.spec file:

# vi /usr/src/redhat/SPECS/simscan-toaster.spec

You can change the configure options at around line 434. You will only need 
to set --enable-spamc-user option. Here is this part of my 
simscan-toaster.spec file:


   --enable-user=clamav \
   --enable-attach \
   --enable-ripmime=/usr/bin/ripmime \
   --enable-per-domain \
   --enable-spam \
   --enable-spam-hits=20 \
   --enable-spamc-user \
   --enable-received \
   --enable-clamavdb-path=/usr/share/clamav \
   --enable-custom-smtp-reject

3. Build an RPM from this spec file:

# rpmbuild -bb --with cnt40 --target $(uname -m) 
/usr/src/redhat/SPECS/simscan-toaster.spec


(Replace cnt40 with the flag for your distro.)

4. Install the RPM (the usual disclaimers apply):

# rpm -Uvh --force 
/usr/src/redhat/RPMS//simscan-toaster-..rpm


(Replace  with yours: i386, i686, etc)

5. Then following the instructions for setting up Spamassassin:




-
QmailToaster hosted by: VR Hosted <http://www.vr.org>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Spam Email sorting

2006-12-29 Thread Kyle Quillen
On Fri, 2006-12-29 at 08:45 -0500, Ronnie Tartar wrote:
> Is there a configuration where if an email is flagged as spam it will
> automatically put it in the spam folder?
>  
> I have SASQL setup with per user settings with FuzzyOCR and
> RulesEmporium rules. Any help would be greatly appreciated.
>  
> Regards


Ronnie,

If you go to this page there is a qmailadmin package that is already to
go you just have to add some flags and recompile.

http://wiki.qmailtoaster.com/index.php/FAQs#I_upgraded_my_QmailToaster_to_the_latest_and_I_no_longer_have_the_.22Spam_Detection.22_box_in_Qmailadmin.

Then if you go to 
http://devel.qmailtoaster.com
You will find a prune script that you can set to run on a cron job that
will delete all spam from the spam folder that is 28 days old or older.
I modified this to 7 days.

If you need anything else just let us know.

Thanks
Q


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Spam Email sorting

2006-12-29 Thread Ronnie Tartar
Is there a configuration where if an email is flagged as spam it will 
automatically put it in the spam folder?

I have SASQL setup with per user settings with FuzzyOCR and RulesEmporium 
rules. Any help would be greatly appreciated.

Regards