Christopher Jack a écrit :
> Hi there,
>
> I've been looking into this very problem over the last few days and wondered
> how you got on with your solution as I'm in the same boat as you. That is
> that my amavisd-new box and my web host are different machines.
>
> How did you get on with the Horde IMP solution?
I don't horde nor food squirrels, but...
you can
- use the "forward as attachment" method. this may also be acalled
"bounce", "resend", ... depending on the software you use. if you
can/want to do this, then configure your MTA to run a script that does
retraining when it gets such mail. how you do this depends on your MTA.
- use IMAP folders and have a script periodically scan specific folders.
I put "detected spam" into .Junk, then after review, it goes to
.Junk.Error (for false positives) or .Junk.Trash (for missed spam). then
a script checks the last two folders and updates (actually, I update
dspam, as I don't use Bayes in SA. but thinks are similar).
- use a web GUI. then the web gui must run the right command.
In all cases, the MTA/IMAP/GUI all run on the system that hosts SA (thus
amavisd). you could of course have another SA running remotely that
updates a mysql db used by SA. (yes, SA supports bayes in mysql. This is
even the recommended choice).
Choosing between the 3 alternatives above depends on your site. If IMAP
is ok, I tend to prefer the IMAP folders method. forwarding is not easy
as most people don't understand it ("what do you exactly mean by forward
as attachment? I want to forward a message that does not contain an
attachment"). If using a webmail, the Web GUI approach is certainly the
most natural. otherwise, it requires a context switch ("don't forget to
visit the quarantine folder on httttttttp:....").
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/