Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbluehat/atmailopen
Open Source (Apache License 2.0) version of the AtMail WebMail system
https://github.com/bigbluehat/atmailopen
Last synced: 19 days ago
JSON representation
Open Source (Apache License 2.0) version of the AtMail WebMail system
- Host: GitHub
- URL: https://github.com/bigbluehat/atmailopen
- Owner: BigBlueHat
- License: apache-2.0
- Created: 2009-10-21T14:09:07.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T19:41:22.000Z (over 8 years ago)
- Last Synced: 2024-10-17T06:42:41.945Z (2 months ago)
- Language: HTML
- Homepage: http://atmail.org/
- Size: 3.26 MB
- Stars: 34
- Watchers: 9
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
Welcome to AtMail Open
----------------------To install is simple:
1: Extract the atmailopen directory into your Webserver document root.
2: Change the ownership of the atmailopen directory to the Webserver user.
e.g
chown -R apache atmailopen
3. If you already have AtMail Open installed then simply run the upgrade script, e.g:
http://server.url.com/atmailopen/upgrade.php
No further action is required if you upgrade.
If this is a fresh install then visit the URL AtMail is installed under, e.g
http://server.url.com/atmailopen/
4: Follow the on-screen installation wizard to complete the installation.
5: Webmail is now installed! You can access any existing IMAP account
Requirements
------------* PHP 5.X recommended ( PHP 4.X supported )
* MySQL database server
* Access to the php.ini to set runtime configuration
* IMAP4 server to access accountsMore info
---------For more details please consult: http://atmail.org/
Installing from SVN
-------------------If installing via SVN, after extraacting the atmailopen directory, visit
the Web-installer to init the environment.Before clicking the next step in the Web-installer, the language templates
must be created:Run the command:
cd atmailopen ; php lang.php all
Then continue using the Web-installer to complete installation.
The unique language generated HTML templates are not included in the SVN
version. These must be compiled using the lang.php command above.