[imp] imp 5.0-RC2 configuration issue
Simon Brereton
simon.brereton at dada.net
Fri Apr 1 19:47:45 UTC 2011
Hi
I find myself unable to configure imp. From the configuration panel, I click on missing configuration, make my changes and then I get the Could not save the configuration file /usr/share/horde4/imp/config/conf.php error, so I copy the configuration to conf.php in the imp/config directory. However, when I try to return to the configuration panel all I get is the grey bar at the top.
Below is the configuration that I created - although the experience above is repeated if I change nothing or very little.
I've tried running /usr/bin/horde-db-migrate imp and redoing it - also without success.
One thing I haven't done (or been able to do) is configure a connection to the IMAP server. Is that the issue perhaps?
The only - and I mean only - thing in the logs is:
2011-04-01T15:29:37+01:00 ERR: HORDE [horde] SQL QUERY FAILED: SQLSTATE[42S02]: Base table or view not found: 1051 Unknown table 'imp_sentmail_seq'
DROP TABLE `imp_sentmail_seq` [pid 30000 on line 782 of "/usr/share/php/Horde/Db/Adapter/Base.php"]
Also, I'm confused as where to set up the IMAP server because embarrassingly I can't find it in the old H3/IMP4 set up.
Thanks.
Simon
1 <?php
2 /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
3 // $Id: f545d468b652bd34573cf1db58cdb719f1742ec4 $
4 // $conf['user']['select_sentmail_folder'] = false;
5 // $conf['user']['allow_folders'] = true;
6 // $conf['user']['allow_resume_all'] = false;
7 // $conf['user']['allow_view_source'] = true;
8 // $conf['server']['server_list'] = 'none';
9 // $conf['server']['fixed_folders'] = array('Drafts', 'Outbox', 'Sent', 'Trash');
10 // $conf['msgsettings']['filtering']['words'] = './config/filter.txt';
11 // $conf['msgsettings']['filtering']['replacement'] = '****';
12 // $conf['spam']['spamfolder'] = true;
13 // $conf['spam']['email'] = '';
14 // $conf['spam']['program'] = '/usr/bin/spamassassin -r %u';
15 // $conf['spam']['reporting'] = true;
16 // $conf['notspam']['spamfolder'] = true;
17 // $conf['notspam']['program'] = '/usr/bin/spamassassin -k %u\'';
18 // $conf['notspam']['reporting'] = true;
19 // $conf['print']['add_printedby'] = true;
20 // $conf['compose']['use_vfs'] = true;
21 // $conf['compose']['link_all_attachments'] = false;
22 // $conf['compose']['link_attachments_notify'] = true;
23 // $conf['compose']['link_attachments'] = true;
24 // $conf['compose']['attach_size_limit'] = 20000;
25 // $conf['compose']['attach_count_limit'] = 0;
26 // $conf['compose']['convert_to_related'] = true;
27 // $conf['compose']['reply_limit'] = 200000;
28 // $conf['compose']['ac_browser'] = 200;
29 // $conf['compose']['ac_threshold'] = 3;
30 // $conf['maillog']['use_maillog'] = true;
31 // $conf['sentmail']['params']['threshold'] = 60;
32 // $conf['sentmail']['params']['limit_period'] = 24;
33 // $conf['sentmail']['params']['table'] = 'imp_sentmail';
34 // $conf['sentmail']['params']['driverconfig'] = 'horde';
35 // $conf['sentmail']['driver'] = 'Sql';
36 // $conf['tasklist']['use_tasklist'] = true;
37 // $conf['notepad']['use_notepad'] = true;
38 // $conf['dimp']['viewport']['buffer_pages'] = 10;
39 // $conf['dimp']['viewport']['viewport_wait'] = 10;
40 // $conf['menu']['apps'] = array();
41 // $conf['menu']['apps_iframe'] = false;
42 // /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
More information about the imp
mailing list