Re: [qmailtoaster] ClamAV is OUTDATED!

2008-02-11 Thread Buzzz
 About the error:
 WARNING: Your ClamAV installation is OUTDATED!
 WARNING: Local version: 0.90.1 Recommended version: 0.92
 DON'T PANIC! Read http://www.clamav.net/support/faq
 main.cvd version from DNS: 45

 The I can perfectly be correcting? Using the qmailtoaster.

 Excuses for the previous e-mail.
But ... what is the question ?


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



[qmailtoaster] Qmail SPP

2007-03-07 Thread Buzzz
Hi

Is it possibile to apply the spp patch
(http://qmail-spp.sourceforge.net/doc/) with
the qmailtoaster patches ?

Spp appears to be a good framework to implement anti-spam checks .


Thx in advance,
Davide


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



Re: [qmailtoaster] Disclaimer/Footer

2007-03-07 Thread Buzzz
 I know this has been mentioned many times before, but since we use
 qmailtoaster as our primary corporate email server, I would like the
 option
 of adding a disclaimer/footer at the end of any outgoing emails.  Is this
 possible with the current version?  If not, could it be implemented into
 future versions?

 I believe this is something that is requested often enough to include in
 the
 toaster package. :)

It's not possible in the current version of toaster .

The tool used to alter mail (and to to the thing you need)  is altermime,
which  has an option to add footer messages .

So you should write a program that basically run altermime against you
message .

Basically you need to alter the mail at queue level , so the hypotetic 
program must
use QMAILQUEUE patch .

The problem is that qmt alrealy uses the qmailqueue for running simscan ,
so you maybe use
the  --enable-qmail-queue to configure simscan to chain another program to
simscan .

Check rascan (http://cablemodem.fibertel.com.ar/lateral/stories/40.html) ,
which is rewrite of
simscan that support spamassassin,clamv and altermime  to add disclaimer .

Keep in mind that rascan (as the author said) is to be considered alpha
quality .


Hope this can help.

Have fun,
Davide


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



Re: [qmailtoaster] Qmail SPP

2007-03-07 Thread Buzzz
 I don't know for sure, but I doubt it.

 While it appears to be a flexible framework, the overall effectiveness is
 only as good as the plugins. The plugins I see listed provide capabilities
 that are already in the toaster. Is there something specific you'd like to
 use that the toaster doesn't already provide?

 --
I have no particular feature would like to implement .

I'm researching the optimal configuration to make a spam-gateway with
qmail and I would like
to use the toaster as it's base .

I prefer the approach of spp cause is much more modular than write a patch
everytime i need i new  a feature and it appears to be not too far from
the modularity of postfix .

Mine would be only a curiosity regarding qmt's support for spp, nothing
more .

Thx for help :)

Have Fun,
Davide


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



Re: [qmailtoaster] R: - Re: [qmailtoaster] spamassassin per user

2007-02-27 Thread Buzzz

 But... :(
 In my opinion maybe is better to put all SpamAssassin user prefs in
 mysql...
Yes it's the better thing you could do .
Spamd itself i see has some support for vpopmail , but i would prefer use
sql based preference .

There are a lot of plugin for squirrelmail to integrate the sa userpref ,
i've used one
and have modified  to fit in the toaster .

There is a perl script bundled with this plugin that traverse the
/home/vpopmail/domains and
train the bayes db  .

Feel free to mail me if you want some of my work . (and feel free to speak
italian ... i'm italian)

 But in this case I do not know how to retrive them with the toaster..
 Should I use spamc instead of spamd in
 /var/qmail/supervise/spamd/run ???
 This is mine...
 exec /usr/bin/spamd -x -u vpopmail -s mail 21


Well it's spamc that has to be called with -u parameters in order to pass
the user to spamd .
I think this could be enabled by enable the --enable-spamc-user in simscan .


Bye,
Davide



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



Re: [qmailtoaster] R: - Re: [qmailtoaster] spamassassin per user

2007-02-27 Thread Buzzz
 This sounds like good stuff, Buzzz. Would you care to update the wiki with
 what you've done?


No problem , i just need to reorganize the work , as soon as cleanup the
things i will update it .

Bye,

Davide


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



Re: [qmailtoaster] Block attachment on per email account basis

2007-02-16 Thread Buzzz
 Hi all,
 Can we block attachment on per user basis? For example we want to block
 JPG for certain email account only. Can we do this using
 /var/qmail/control/simcontrol ?
 Thank you,


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


You could do this with per domain processing option of simscan (wich is
included in qmt)

check this out: http://qmailwiki.org/Simscan/Guide , grep per domain
processing and you are
ready to go .

Check also if simscan toaster package is compiled with
--enable-per-domain  option

Bye,
Davide


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



RE: [qmailtoaster] How to disable certain services

2007-02-13 Thread Buzzz

Apart from deleting, is there any other way ?

 Yep, you can do it temporarily:

 svc -d /var/qmail/supervise/NAMEOFSERVICE

 This will disable NAMEOFSERVICE temporarily

 You can bring it up again with:

 svc -u /var/qmail/supervise/NAMEOFSERVICE

 See http://cr.yp.to/daemontools/svc.html


The standard daemontools way is to create a symlink under the $service_dir
pointing to
the service dir .

In this way you don't need to delete ALL the service dir , just the
symlink , so each time you want to re-enable the service all you need to
do is to remake the symlink to it .

Toaster seems not to follow this standard way .

Bye,
Davide


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



Re: [qmailtoaster] How to disable certain services

2007-02-13 Thread Buzzz
 EE/Nick,
 Is there some reason the toaster doesn't do things the standard way?
 I've been wondering what the empty /service directory was all about. ;)

 --
 -Eric 'shubes'

Well it is easily updatable: just move the scan of the service dir from
/var/qmail/supervise to /service and link the service in this dir .

Maybe the qmail script must be update as well .

bye,
Davide


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



[qmailtoaster] RBLTIMEOUT

2007-02-01 Thread Buzzz
Hi

is the env vars RBLTIMEOUT skipped when RELAYCLIENT is set ?
Are some docs about rbl on the wiki ?


thx,

Davide



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



Re: [qmailtoaster] SRS documentation?

2007-01-19 Thread Buzzz
 It is only necessary if your users choose to change their account
 routing from Normal to Forward in their acct.

 Say [EMAIL PROTECTED] forwards to [EMAIL PROTECTED] If I send an e-mail
 to [EMAIL PROTECTED], and my domain uses spf, then gmail will see an
 e-mail coming from your server from my domain. Since your server isn't
 authorized for my domain, then gmail will reject this as a spam.

 Basically if anyone forwards outside of the domain, then you should
 definitely setup srs. It takes 2 seconds (add 1 mx record and 1 line
 into /var/qmail/control/srs_domain). In general I'd recommend everyone
 do srs and spf whenever possible.


Please let me understand how SRS should be configured from qmt view .

The official documentation of SRS patch says:

Configure your SRS domain.
echo srs.YOURDOMAIN  /var/qmail/control/rcpthosts
echo srs.YOURDOMAIN:srs  /var/qmail/control/virtualdomains
echo | /var/qmail/bin/srsfilter  /var/qmail/alias/.qmail-srs-default

but you say:

 takes 2 seconds (add 1 mx record and 1 line
 into /var/qmail/control/srs_domain). In general I'd recommend everyone
 do srs and spf whenever possible.


So ... i'm a little bit confused ... Could you please provide an
official documentation which guide in the process of configuring SRC for
qmail toaster ?


thx




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



Re: [qmailtoaster] How to Stop Image SPAM

2007-01-10 Thread Buzzz
 Dear all,,



 Can somebody post me tips to stop Image SPAM.




You must use the ocr plugin for spamassassin .

Basically the mail will be converted in ascii from this plugin and
spamassassin will do its job
in the same way .

Some tips at: http://www.maiamailguard.com/maia/wiki/OCRmain

have fun,
Davide


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