[horde] Missing spam / ham button within IMP

Ole Wolf ole at naturloven.dk
Fri Nov 21 14:16:35 UTC 2014


  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 6662 bytes
Desc: PGP Public Key
URL: <http://lists.horde.org/archives/horde/attachments/20141121/7dc9bfea/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: PGP Digital Signature
URL: <http://lists.horde.org/archives/horde/attachments/20141121/7dc9bfea/attachment-0001.bin>


More information about the horde mailing list