diff options
Diffstat (limited to 'mail/atmail/files/pkg-message.in')
-rw-r--r-- | mail/atmail/files/pkg-message.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/mail/atmail/files/pkg-message.in b/mail/atmail/files/pkg-message.in deleted file mode 100644 index ca6bb2e7c4da..000000000000 --- a/mail/atmail/files/pkg-message.in +++ /dev/null @@ -1,31 +0,0 @@ - -POST-INSTALL CONFIGURATION FOR ATMAIL -===================================== - -1) Before the post-install of atmail, please make sure - your SMTP server work well first. - Better turn off magic_quotes_gpc setting in php.ini. - -2) Add the following to your Apache configuration, and - restart the server: - - ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. - Alias /atmail %%WWWDIR%% - AcceptPathInfo On - <Directory %%WWWDIR%%> - AllowOverride None - Order Allow,Deny - Allow from all - </Directory> - -3) Visit your atmail site with a browser (i.e., - http://your.server.com/atmail/), and you should - be taken to the install.php script, which will lead - you through creating a config.php file and then - setting up atmail. - -For more information, see the INSTALL DOCUMENTATION: - - http://atmail.com/support_doc.php?doc=webmail-php - -===================================== |