[horde] Missing spam / ham button within IMP
sascha at schmidt.ps
sascha at schmidt.ps
Fri Nov 21 15:02:35 UTC 2014
All these suggestions will not give me SPAM report button. I don't
need an external program because moving the spam to a special
directory will trigger a sa-learn process...
The spam button will be placed next to DELETE, FORWARD, ...?
Zitat von Ole Wolf <ole at naturloven.dk>:
> I'm not sure if it heps, but here's my backend.local.php, and spam
> reporting seems to work:
>
> <?php
>
> $servers['imap'] = array(
> 'disabled' => false,
> 'name' => 'IMAP Server',
> 'hostspec' => 'localhost',
> 'hordeauth' => 'true',
> 'protocol' => 'imap',
> 'port' => 143,
> // Plaintext logins are disabled by default on IMAP servers (see RFC
> 3501
> // [6.2.3])
>
> 'secure' => 'tls',
> 'maildomain' => 'mydomain.com',
> // 'smtphost' => 'smtp.example.com',
>
> // 'smtpport' => 25,
>
> 'cache' => false,
> 'spam' => array(
> )
> );
>
> $servers['imap']['spam']['innocent']['program'] = '/usr/bin/spamc -C
> revoke -u \
> %l';
>
> $servers['imap']['spam']['spam']['program'] = '/usr/bin/spamc -C report -u
> %l';
>
> Quoting sascha at schmidt.ps:
>
>> Hi,
>>
>> I cannot figure out why the spam/ham button is missing within the imp
>> webinterface. My configuration within the file backend.local.php:
>>
>> <?php
>> $servers['imap']['disabled'] = true;
>> $servers['advanced'] = array(
>> 'disabled' => false,
>> 'name' => 'IMAP Server',
>> 'hostspec' => 'localhost',
>> 'hordeauth' => full,
>> 'protocol' => 'imap',
>> 'port' => 143,
>> 'secure' => 'tls',
>> 'spam' => array(
>> 'innocent' => array(
>> 'display' => true,
>> 'email' => null,
>> 'email_format' => 'digest',
>> 'null' => true,
>> 'program' => null
>> ),
>> 'spam' => array(
>> 'display' => false,
>> 'email' => null,
>> 'email_format' => 'digest',
>> 'null' => true,
>> 'program' => null
>> )
>> ),
>> 'special_mboxes' => array(
>> IMP_Mailbox::MBOX_DRAFTS => 'Drafts',
>> IMP_Mailbox::MBOX_SENT => 'Sent',
>> IMP_Mailbox::MBOX_SPAM => 'Junk',
>> IMP_Mailbox::MBOX_TEMPLATES => 'Templates',
>> IMP_Mailbox::MBOX_TRASH => 'Trash',
>> )
>> );
>> ?>
>>
>> Additionally I've configured the Spam folder within my individual
>> preferences. The Spam folder appears in the left folderlist and is
>> locally named "Spam" ("Junk" called on IMAP).
>>
>> But the spam/ham button is still missing.
>> Any hints for me?
>>
>> GreetsSascha
> --
> Ole Wolf
> Rødhættevej 4 • 9400 Nørresundby
> Telefon: 9632-0108 • Mobil: 2467-5526 • Skype: ole.wolf
More information about the horde
mailing list