[horde] Anti Spam
Andreas Mauser
andreas at mauser.info
Sat Jun 8 16:06:16 UTC 2013
----- Nachricht von Arjen de Korte <arjen+horde at de-korte.org> ---------
Datum: Sat, 08 Jun 2013 17:59:44 +0200
Von: Arjen de Korte <arjen+horde at de-korte.org>
Betreff: Re: [horde] Anti Spam
An: horde at lists.horde.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?
Hm, according to Jan I need the full spam configuration, so is that
correct now?
<?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';
'spam' => array(
'innocent' => array(
'display' => true,
// Email reporting driver
'email' => submit at spam.spamcop.net,
'email_format' => 'digest',
// Null reporting driver
'null' => true,
// Program reporting driver
'program' => spamc,
),
'spam' => array(
'display' => false,
// Email reporting driver
'email' => submit at spam.spamcop.net,
'email_format' => 'digest',
// Null reporting driver
'null' => true,
// Program reporting driver
'program' => spamc,
),
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/7d1012f1/attachment.bin>
More information about the horde
mailing list