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

WEB邮件程序

开发平台:

C/C++

  1. From kbo@inter7.com Wed Feb  2 17:52:45 2000
  2. Date: Wed, 02 Feb 2000 11:18:50 -0600
  3. From: iv0 <kbo@inter7.com>
  4. To: vchkpw@inter7.com, sqwebmail@inter7.com
  5. Subject: sqwebmail and vpopmail's default domain
  6. Hi,
  7. If you want to set a default domain in vpopmail and have sqwebmail
  8. users only type in thier user name into sqwebmail instead of
  9. user@domain, you can do that. 
  10. I tested sqwebmail 0.31 and vpopmail 3.4.11released
  11. Be sure to disable the other authentication mechanisms. Here
  12. is my configure line for sqwebmail:
  13. ./configure --without-authpam --without-authuserdb --enable-webpass=no
  14. --without-authpwd --without-authshadow
  15. That worked.
  16. My configure line for vpopmail was:
  17. ./configure --enable-mysql=y --enable-default-domain=test.com
  18. Then users@test.com only need to type in thier user name. All
  19. other virtual domains will need user@domain to login to sqwebmail.
  20. Ken Jones