Step by Step Install AtMail Open On FreeBSD
AtMail Open, I just know if atmail have free version.
Being curious on how it goes in FreeBSD box, I give it a try as my campus interface.
As usual I try to record it in notepad plus screenshot for guide, perhaps useful
1. Download latest version
mail# wget http://atmail.org/download/atmailopen.tgz
2. Extract and change ownership
mail# tar xvzf atmailopen.tgz
mail# chown -R www:www atmailopen
3. Create database and grant access
mail# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or
\g.
Your MySQL connection id is 35030
Server version: 5.0.51a-log FreeBSD port:
mysql-server-5.0.51a
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the
buffer.
mysql> create database atmail;
Query OK, 1 row affected (0.00 sec)
mysql> grant all privileges on atmail.* to
atmail@localhost identified by ‘atmailpass’ with grant
option;
Query OK, 0 rows affected (0.05 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.04 sec)
4. Change httpd.conf entry, sample in my box.
<VirtualHost 172.88.1.10 124.81.209.69>
ServerAdmin webmaster@digitalfusi.com
DocumentRoot /home/edp/public_html/atmailopen
ServerName mail.palcomtech.ac.id
<Directory “/home/edp/public_html/atmailopen”>
Options FollowSymLinks
AllowOverride All
</Directory>
</VirtualHost>
5. Open web url for this mail interface and follow the instructions :

My php.ini setting need to change a little to match atmail requirement.

Click continue, Accept licence agreement.

Fill all information according to step 3.

Put information around smtp host, use smtp auth and admin email information.

Atmail Open support migration from another webmail system. I skip this option.

If everything is fine You’ll see ‘Installation Complete’ page.

Great, I try to login and see this page. It work well.

Installing process in FreeBSD box is smooth and working well to existing mail system I have.
Good webmail interface
Related Reading:
- atmailopen utilise smtp google com
- atmail open install
- atmailopen install
- atmail open installation
- atmail installation
- install atmailopen
- ATmail on freebsd
- atmail installation guide
- install atmail
- freebsd atmail
- atmail install
- atmail freebsd
- atmailopen tgz
- how to install atmail
- how to install atmailopen
- atmail
- installer atmail
- freebsd mail
- how to install atmail open
- ATMAILOPEN CONF
- Atmail-Open Installation
- Howto install Atmail
- atmail open plugins install
- atmail org install
- atmailopen howto install
- atmail open installieren
- freebsd authen
- open atmail config
- install atmail open
- atmail installieren
- install atmail open with hostgator
- config atmail
- configure atmail open
- delete address atmail
- openchange freebsd
- install atmail httpd
- freebsd atmail admin
- pfsense php ini smtp
- change smtp port atmail
- bluehost install atmail
- reinstall clean atmail database
- step by step process for firewall setting in ubuntu
- atmail smtp
- atmailopen user change password
- what firewall ports does atmail use
- atmailopen smtp port
- atmailopen smtp authentication
- make openchange freebsd
- freenas smtp host
- install atmail open whm
FreeBSD, PF, OpenBSD Books
-
pfSense: The Definitive Guide
-
Learning FreeNAS: Configure and manage a network attached storage solution
-
The Book of PF: A No-Nonsense Guide to the OpenBSD Firewall
-
Building Firewalls with OpenBSD and PF, 2nd Edition
-
Mastering FreeBSD and OpenBSD Security
-
The Definitive Guide to PC-BSD (Expert's Voice in BSD)
-
Absolute FreeBSD: The Complete Guide to FreeBSD, 2nd Edition
-
The Complete FreeBSD: Documentation from the Source
-
The Design and Implementation of the FreeBSD Operating System
Hacking Computer Books
-
Hacking: The Art of Exploitation, 2nd Edition
-
Hacking For Dummies
-
Secrets of Computer Espionage: Tactics and Countermeasures
-
Hacking Exposed Computer Forensics, Second Edition: Computer Forensics Secrets & Solutions
-
Hacking Exposed: Network Security Secrets and Solutions, Sixth Edition
-
Gray Hat Hacking, Second Edition: The Ethical Hacker's Handbook
-
The Web Application Hacker's Handbook: Discovering and Exploiting Security Flaws
-
Hacking Wireless Networks For Dummies (For Dummies (Computer/Tech))
-
Chained Exploits: Advanced Hacking Attacks from Start to Finish
-
Professional Penetration Testing: Creating and Operating a Formal Hacking Lab
-
Ethical Hacking and Countermeasures: Threats and Defense Mechanisms (Ec-Council Press Series: Certified Ethical Hacker)
-
Ethical Hacking and Countermeasures: Secure Network Infrastructures (Ethical Hacking and Countermeasures: C/ E H: Certified Ethical Hacker)







Excelent!!! my atmail works.
Thank you very much.
http://www.sigdl.com/mailcte/ (check)