diff options
Diffstat (limited to 'mail/horde4-imp/files')
-rw-r--r-- | mail/horde4-imp/files/httpd.conf.imp | 31 | ||||
-rw-r--r-- | mail/horde4-imp/files/pkg-message.in | 6 |
2 files changed, 2 insertions, 35 deletions
diff --git a/mail/horde4-imp/files/httpd.conf.imp b/mail/horde4-imp/files/httpd.conf.imp deleted file mode 100644 index edd7b1df357e..000000000000 --- a/mail/horde4-imp/files/httpd.conf.imp +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for IMP -# -# For security, don't serve pages from the IMP configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/imp/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/templates"> - order deny,allow - deny from all -</Directory> -# End of IMP configuration ================ - diff --git a/mail/horde4-imp/files/pkg-message.in b/mail/horde4-imp/files/pkg-message.in index 1e77290035f9..0d82a9a5d916 100644 --- a/mail/horde4-imp/files/pkg-message.in +++ b/mail/horde4-imp/files/pkg-message.in @@ -5,8 +5,8 @@ configuration files. Horde must be configured and the tables created; if not, see `pkg_info -D -x horde'. -Then, you might have to tune the configuration files located in -%%CONFDIR%%/, specially the file servers.php. +Then, you have to tune the configuration files located in +%%CONFDIR%%/, specially the file servers.php to define your mailserver. Then, you must login to Horde as a Horde Administrator to finish the configuration. Please read %%DOCSDIR%%/INSTALL. @@ -14,8 +14,6 @@ configuration. Please read %%DOCSDIR%%/INSTALL. Warning: if you are upgrading from IMP 4.0.x, please read %%DOCSDIR%%/UPGRADING. -To protect your configuration files, you have to restart Apache. - To secure your installation, it is at least recommended that you change the default database password used by horde and imp. Then, you might change the 'session.save_path' setting in php.ini to a |