|
CentOS Linux Server Guide |
Postfix Mail System - Step by Step Guide -Part 3: Postfixadmin Installation on CentOS Linux |
||||||||||
|
Step1: Download and extract PostfixadminCurrent version postfix version is 2.3. For me, I always create a folder called 'software' and dump all extra packages inside. Note: For your information, I have already turn off my SELinux. If you wish to implement SELinux, you can install posftadmin under /usr/share
Step2: Configure postfixadmin configuration fileMake a original copy of the file /software/postfixadmin/config.inc.php before editing
Under /software/postfixadmin/config.inc.php, go to the following lines and modify in the following lines.
Note:
Step3: creating apache aliase for PostfixadminIn the following example we are creating an aliase for postfixadmin
Step4: start up your apache services
Step6: Check your postfix servicesThe postfix services should startup together with apache service if not try to start it
Step7: Initial setup Postfixadmin using web browserLaunching your web browser and type in the following address
http://your-ip-address-here/postfixadmin/setup.php
The Postfixadmin checker will run a series of checking and will attempt to create/update database structure. If any the check is fail, kindly check on the dependencies and install it via yum command. If everything is okay you will see the following appear at the bottom of the web browser.
Step8: Insert the hash passwordAfter you have put in your setup password, you will se the following screen, this are the hash key that we need to put in our /software/postfixadmin/config.inc.php file
Edit you config.inc.php
Remove line 31 #$CONF['setup_password'] = 'changeme'; Add in the has key generated by the setup process just now into $CONF['setup_password'] = 'your-own-hash-password';
Next, fill in the Setup password, Admin and Password. Finally, click Add Admin to create a new admin account.
you see the following information, "Admin has been added!", The you have sucessfully create a admin account.
Important! Remove the setup.php after the installed postfix
Now Go to the Postfix Admin login page at http://your-ip-address/postfixadmin/ login using your newly created admin account.
This is the main page that you after you login to the Postfixadmin. You are now ready to create virtual users and multiple domains.
|
||||||||||
|
Back to Step by Step Guide on CentOS Linux Postfix Mail Server |
|
Copyright 2011 http://www.1a-centosserver.com All Rights Reserved All trademarks are the property of their respective owners. Contact Us | Terms of Use | Privacy Policy |