Postfixadmin 2.1.0 Installation notes (1)

Source: Internet
Author: User
Tags vmail

Postfixadmin2.1.0 is used by many people. I will take notes for beginners who want to use it. It is about the installation of Postfixadmin 2.1.0. refer to the following.

Create apache and maildrop users and groups

 
 
  1. # groupadd vmail -g 1001  
  2.  
  3. # useradd vmail -u 1001 -g 1001 -s/bin/false -d/dev/null 
  4.  
  5. # vi /usr/local/apache/conf/httpd.conf  

Set

User nobody

Group #-1

Change

User vmail

Group vmail

 
 
  1. # wget http://high5.net/postfixadmin/download.php?file=postfixadmin-2.1.0.tgz  
  2.  
  3. # tar -zxvf postfixadmin-2.1.0.tgz  
  4.  
  5. # mkdir /var/www  
  6.  
  7. # mv postfixadmin-2.1.0 /var/www/postfixadmin  

Change the permission. Assume that the user and group running apache are vmail.

 
 
  1. # chown -R vmail:vmail /var/www/postfixadmin  
  2.  
  3. # cd /var/www/postfixadmin  
  4.  
  5. # chmod 640 *.php *.css  
  6.  
  7. # cd /var/www/postfixadmin/admin/  
  8.  
  9. # chmod 640 *.php .ht*  
  10.  
  11. # cd /var/www/postfixadmin/images/  
  12.  
  13. # chmod 640 *.gif *.png  
  14.  
  15. # cd /var/www/postfixadmin/languages/  
  16.  
  17. # chmod 640 *.lang  
  18.  
  19. # cd /var/www/postfixadmin/templates/  
  20.  
  21. # chmod 640 *.tpl  
  22.  
  23. # cd /var/www/postfixadmin/users/  
  24.  
  25. # chmod 640 *.php  


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.