Re: man readers.conf
HOME.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: man readers.conf


Johnson,
   你好!
   如果使用系统用户,auth: "ckpasswd -f /usr/local/news/db/newsusers",
在db目录下没有newsusers文件,应如何添加新闻组用户?
  ----- Original Message ----- 
  From: Jiang Xin 
  To: annie 
  Sent: Wednesday, March 26, 2003 7:21 PM
  Subject: RE: man readers.conf


  auth "localhost" {
      hosts: "*"
      auth:       "ckpasswd -s"
      default: "<FAIL>"
      default-domain: "<MYDOMAIN>"
  }

  access "localhost" {
      users: "jiangxin.AT.*"
      newsgroups: "*"
      access: RPA
  }

  access fail {
      users: "<FAIL>@*"
      newsgroups: !*
  }

  it does work on my computer. 
  have you proper set login user/pass?