[cvs] [Wiki] changed: FAQ/Admin/Config

Jan Schneider jan at horde.org
Sun May 22 04:53:41 PDT 2005


jan  Sun, 22 May 2005 04:53:41 -0700

Modified page: http://wiki.horde.org/display.php?page=FAQ%2FAdmin%2FConfig
New Revision:  1.4

@@ -510,4 +510,36 @@
 
 There is currently no automated account creation facility in IMP. If you feel you are capable of writing this (meaning that you know how to write secure setuid programs!), look at {{horde/signup.php3}}. Keep in mind that allowing users to create accounts without any sort of admin authorization might not be a good thing.
 
 **[IMP 3.x]:** This functionality is not available in Horde 2.x or IMP 3.x at this time.
+
+++++ How can I remove maintenance functions in IMP?
+**[IMP 3.0]:** You need to disable each maintenance function individually. You can do so by editing the file {{horde/imp/config/prefs.php}}. You need to locate the stanzas for rename_sentmail_monthly, delete_sentmail_monthly, delete_sentmail_monthly_keep, purge_trash, purge_trash_interval, and purge_trash_keep.
+
+For each stanza, set the 'value' field to 0 (zero) and the 'locked' field to true.
+
+**[IMP 3.1]:** To disable the maintenance functions by default for all users (but still allow individual users to choose to turn it back on) edit {{horde/imp/config/prefs.php}}, locate the stanza for {{$_prefs['do_maintenance']}}, and set the 'value' field to 0 (zero).
+
+To prevent maintenance functions completely (so even individual users can not enable it for themselves), simply edit {{horde/imp/config/prefs.php}}, locate the stanza for {{$_prefs['do_maintenance']}}, and set the 'value' field to 0 (zero) and the 'locked' field to true.
+
+++++ Why doesn't the Options button show up in IMP?
+**[IMP 3.x]:** In order for the **Options** button to show up, you need to make sure you have created a preferences storage container. This means you must have either a database or LDAP backend in place and configured. For more information see the file {{[http://www.horde.org/horde/docs/?f=INSTALL.html horde/docs/INSTALL]}}.
+
+You will also have to configure Horde to use the preferences container. This is done in the //Preference System Settings// section of the file {{horde/config/horde.php}}.
+
+++++ Can IMP be used with SMTP authentication?
+**[IMP 3.x]:** Horde and IMP can support SMTP authentication, but only if the SMTP server take the same authentication credentials as the POP/IMAP server (which would generally be the case). Simply edit {{horde/config/horde.php}} as per the comments in that file, e.g.
+
+<code type="php">
+$conf['mailer']['params']['auth'] = true;
+</code>
+
+++++ How can I remove or change the text appended to each email sent through IMP?
+**[IMP 3.x]:** IMP automatically appends the content of the file {{horde/imp/config/trailer.txt}} to each email it sends. You can disable this by setting the configuration option {{$conf['msg']['append_trailer']}} to false in your {{horde/imp/config/conf.php}} file. If enabled, you can change the message by simply editing the contents of {{horde/imp/config/trailer.txt}} to suit your needs. Please note that this is a text file, and should not contain html or php code but only normal text.
+
++++ Turba Configuration
+
+++++ How do I migrate my IMP 2.x contacts to Turba?
+Use the script {{imp/scripts/imp2turba.pl}} from IMP 3.x (requires perl with appropriate sql support).
+
+++++ How can I use LDAP for IMP's contact list?
+You need to modify {{horde/turba/config/sources.php}} to specify your ldap server and its attributes. The documentation in the file is pretty complete, and there are some examples using public ldap directories.


More information about the cvs mailing list