readers.conf problems
Bernt Hansson
bernt at bah.homeip.net
Tue Aug 8 05:28:15 UTC 2006
Hello
I'm having problems with readers.conf, where it seems that ckpasswd does
not read the password file. My readers conf is below.
auth "localhost" {
hosts: "localhost, 127.0.0.1, stdin"
default: "<localhost>"
}
auth "authusers" {
hosts: "*"
auth: "ckpasswd -f /path/to/password/file"
default: "<authusers>"
}
I've even tryed ckpasswd -f /path/to but it does not seem to matter much.
access "localhost" {
users: "<localhost>"
newsgroups: "*"
access: RPA
}
access "authusers" {
users: "<authusers>"
newsgroups: "*,!*.bin*,!junk,!control*"
access: RP
}
More information about the inn-workers
mailing list