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

Re: conserver-8.0.5 is available

Michael Dolan mtdolan@twinight.org
Fri, 31 Oct 2003 15:14:02 -0800 (PST)


Conservers...

Recently upgraded to 8.0.4 (and now 8.0.5) from 7.2.7 and cannot get acls
for host access control to work properly. Configured with
--with-trustrevdns and specifying the domain names in conserver.cf, but
only get error (and refused connections). FQDN and IPaddrs work fine. The
conserver host can reverse lookup the FQDN properly.

# ./conserver -V
...
conserver: built with `./configure --prefix=/local/tools/conserver --with-regex --with-port=782 --with-master=conserver --with-trustrevdns'

[Fri Oct 31 17:01:24 2003] conserver (10192): conserver.com version 8.0.5
[Fri Oct 31 17:01:24 2003] conserver (10192): started as `root' by `root'
[Fri Oct 31 17:01:28 2003] conserver (10193): [newcon] login testuser@conserver
[Fri Oct 31 17:01:30 2003] conserver (10193): [newcon] logout testuser@conserver
[Fri Oct 31 17:02:31 2003] conserver (10192): processing SIGHUP
[Fri Oct 31 17:02:33 2003] conserver (10192): ERROR: AccType(): gethostbyname(my.domain.com): host lookup error
[Fri Oct 31 17:03:09 2003] conserver (10192): processing SIGHUP
[Fri Oct 31 17:03:12 2003] conserver (10192): ERROR: AccType(): gethostbyname(my.other.domain.com): host lookup error

Thoughts?
-dolan