[cvs] [Wiki] changed: FAQ/Admin/Config
Wiki Guest
wikiguest at horde.org
Mon Nov 24 22:07:20 UTC 2008
guest [67.226.150.5] Mon, 24 Nov 2008 17:07:20 -0500
Modified page: http://wiki.horde.org/FAQ/Admin/Config
New Revision: 4.28
Change log: Update for SMTP AUTH setup
@@ -158,9 +158,9 @@
<Directory /path/to/horde>
php_admin_value open_basedir
"/path/to/horde:/path/to/pear/lib/:/path/to/logfile/dir"
php_admin_flag file_uploads On
php_admin_value upload_tmp_dir /path/to/horde/tmp
-<FilesMatch "smime\.php">
+<FilesMatch "smime.php">
php_admin_value safe_mode_exec_dir "/path/to/openssl/bin"
php_admin_value open_basedir
"/path/to/horde:/path/to/pear/lib/:/path/to/logfile/dir:/var/tmp"
</FilesMatch>
</Directory>
@@ -371,8 +371,9 @@
+++ Can IMP be used with SMTP authentication?
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 the Horde
configuration as per the comments in the //Mailer// tab of the setup
interface.
+Note: For the new versions, this has been moved to config/server.php file
+++ How can I remove or change the text appended to each email sent
through IMP?
IMP automatically appends the content of the file
{{horde/imp/config/trailer.txt}} to each email it sends. You can
disable this by disabling the according configuration option (Setup ->
Mail (Imp)... -> Compose -> Should we append the contents...) in IMP's
setup interface. 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.
More information about the cvs
mailing list