INSTALL.VPOPMAIL
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. Things to have installed and working:
  2. - qmail
  3. - vpopmail
  4. Install Notes for the vpopmail support:
  5. The vpopmail support shells out and runs the vpopmail
  6. commands. So you will need to do the following.
  7. cd ~vpopmail               # Or the user that runs your vpopmail
  8. # Make the binaries accessable to the nobody (webserver) user
  9. # There are two ways to do this :
  10. # Both of which i wouldn't suggest doing on a shared access host
  11. #
  12. # A. global permission change
  13. chmod 755 ~vpopmail
  14. chmod 755 ~vpopmail/bin
  15. # B. add the nobody user to the group
  16. vi  /etc/group
  17. # It should look something like this when you are done
  18. vchkpw:x:510:nobody
  19. # Now make vpopmail user able to write the qmail configs:
  20. chown vpopmail /var/qmail/users
  21. chown vpopmail /var/qmail/users/assign
  22. chown vpopmail /var/qmail/users/cdb
  23. chown vpopmail /var/qmail/control
  24. chown vpopmail /var/qmail/control/rcpthosts
  25. chown vpopmail /var/qmail/control/virtualdomains
  26. ### FSCK ls is not secure messages?