[horde] Anti Spam
Andreas Mauser
andreas at mauser.info
Sat Jun 8 17:29:45 UTC 2013
----- Nachricht von Jan Schneider <jan at horde.org> ---------
Datum: Sat, 08 Jun 2013 18:21:14 +0200
Von: Jan Schneider <jan at horde.org>
Betreff: Re: [horde] Anti Spam
An: horde at lists.horde.org
> Zitat von Arjen de Korte <arjen+horde at de-korte.org>:
>
>> Citeren Jan Schneider <jan at horde.org>:
>>
>>> No, never change backends.php. The 'spam' section is commented out
>>> in backends.php though, because it only acts as an example. You
>>> have to provide the full 'spam' configuration, not just 'program'.
>>
>> That's weird, because I only configured 'program' for 'innocent'
>> and 'spam' and reporting works just fine. Are you sure the
>> commented out section is not the defaults?
>
> No, that's well possible.
And thank you all for your help, it took a lil longer but now I
understood how it works.
imp/config/backends.local.php:
<?php
$servers['imap']['disabled'] = true;
$servers['advanced']['disabled'] = false;
$servers['advanced']['spam']['innocent']['program'] =
'/usr/bin/spamc -C revoke -u %l';
$servers['advanced']['spam']['spam']['program'] = '/usr/bin/spamc
-C report -u %l';
And now I start spapassassin with the '-l' option.
So this both settings allowed me in general to report spam back to
spamassasin via spamc/spamd per user.
Thank you,
Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1832 bytes
Desc: S/MIME Signatur
URL: <http://lists.horde.org/archives/horde/attachments/20130608/09571804/attachment.bin>
More information about the horde
mailing list