Re: [SAtalk] spamc not working also

2002-04-15 Thread Craig R Hughes
Dan Wilson wrote: DW> I still haven't got this issue resolved and would like some more input on it. DW> DW> Everything lookes correct in my /etc/resolv.conf, /etc/hosts, DW> and /etc/nsswitch.conf. DW> DW> However, when I do: DW> $ host localhost DW> DW> I get: DW> [root@ryloth root]# host localh

Re: [SAtalk] spamc not working also [SOLVED!]

2002-04-15 Thread Theo Van Dinter
On Mon, Apr 15, 2002 at 03:54:26PM -0600, Dan Wilson wrote: > The one question I have was that I had it configured in my /etc/nsswitch.conf > to look at the files first: > > [dan@ryloth dan]$ grep ^hosts: /etc/nsswitch.conf > hosts: files nisplus dns > > Why didn't it look at my /etc/host

Re: [SAtalk] spamc not working also [SOLVED!]

2002-04-15 Thread Dan Wilson
hat happens. nscd by the way is the caching > > nameserver that RH uses I think. Sounds to me like a hostname resolution > > > problem. > > > > C > > > > Dan Wilson wrote: > > > > DW> Date: Fri, 12 Apr 2002 12:16:10 -0600 > > DW> Fr

Re: [SAtalk] spamc not working also

2002-04-15 Thread Dan Wilson
EMAIL PROTECTED]> > DW> To: Theo Van Dinter <[EMAIL PROTECTED]> > DW> Cc: [EMAIL PROTECTED], > DW> Marcellus Barrus <[EMAIL PROTECTED]> > DW> Subject: Re: [SAtalk] spamc not working also > DW> > DW> I've actually run an strace on it and dete

Re: [SAtalk] spamc not working also

2002-04-13 Thread Dan Wilson
It all looks correct: /etc/hosts: # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 ryloth localhost.localdomain localhost /etc/nsswitch.conf: [root@ryloth etc]# grep ^hosts: /etc/nsswitch.conf hosts: files nisplus dn

Re: [SAtalk] spamc not working also

2002-04-13 Thread Theo Van Dinter
On Fri, Apr 12, 2002 at 12:59:39PM -0600, Dan Wilson wrote: > > perl -e 'use Socket;' \ > > -e 'print scalar gethostbyaddr(inet_aton("127.0.0.1"),AF_INET),"\n";' > > I get "ryloth"... which is the name of the machine without the domain name. > I'm assuming that is what is supposed to happen. >

Re: [SAtalk] spamc not working also

2002-04-13 Thread dman
On Sat, Apr 13, 2002 at 10:30:40AM -0600, Dan Wilson wrote: | That looks like the problem: | | [root@ryloth Mail-SpamAssassin-2.20]# host localhost | Host localhost. not found: 3(NXDOMAIN) | [root@ryloth Mail-SpamAssassin-2.20]# | | How do I fix this... is it in /etc/resolv.conf? /etc/hosts :

Re: [SAtalk] spamc not working also

2002-04-13 Thread Dan Wilson
ike a hostname resolution > problem. > > C > > Dan Wilson wrote: > > DW> Date: Fri, 12 Apr 2002 12:16:10 -0600 > DW> From: Dan Wilson <[EMAIL PROTECTED]> > DW> To: Theo Van Dinter <[EMAIL PROTECTED]> > DW> Cc: [EMAIL PROTECTED], > DW>

Re: [SAtalk] spamc not working also

2002-04-12 Thread Craig R Hughes
lem. C Dan Wilson wrote: DW> Date: Fri, 12 Apr 2002 12:16:10 -0600 DW> From: Dan Wilson <[EMAIL PROTECTED]> DW> To: Theo Van Dinter <[EMAIL PROTECTED]> DW> Cc: [EMAIL PROTECTED], DW> Marcellus Barrus <[EMAIL PROTECTED]> DW> Subject: Re: [SAtalk] spa

Re: [SAtalk] spamc not working also

2002-04-12 Thread Dan Wilson
Quoting Theo Van Dinter <[EMAIL PROTECTED]>: > Hmmm... > > Looking at the code, right after the connection is accepted, spamd does a > reverse lookup on the > connecting IP (127.0.0.1 in this case): > > my($port,$iaddr) = sockaddr_in($paddr); > my $name = gethostbyaddr($iaddr,AF_INET);

Re: [SAtalk] spamc not working also

2002-04-12 Thread Theo Van Dinter
On Fri, Apr 12, 2002 at 12:30:10PM -0600, Dan Wilson wrote: > Nope... It just hangs: > [root@ryloth Mail-SpamAssassin-2.11]# telnet localhost 783 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > > I guess that means it's a problem in spamd then... I've got the debug o

Re: [SAtalk] spamc not working also

2002-04-12 Thread Dan Wilson
Quoting Theo Van Dinter <[EMAIL PROTECTED]>: > On Fri, Apr 12, 2002 at 12:16:10PM -0600, Dan Wilson wrote: > > /var/run/.nscd_socket is not found. I'm not sure what creates that though. > > > Any suggestions would help. Another user mentioned that I should have > > a /var/run/spamass.sock= f

Re: [SAtalk] spamc not working also

2002-04-12 Thread Theo Van Dinter
On Fri, Apr 12, 2002 at 12:16:10PM -0600, Dan Wilson wrote: > /var/run/.nscd_socket is not found. I'm not sure what creates that though. > Any suggestions would help. Another user mentioned that I should have > a /var/run/spamass.sock= file, that I could just symlink, but that doesn't > exis

Re: [SAtalk] spamc not working also

2002-04-12 Thread Dan Wilson
I've actually run an strace on it and determined that I am missing a socket file. /var/run/.nscd_socket is not found. I'm not sure what creates that though. Any suggestions would help. Another user mentioned that I should have a /var/run/spamass.sock= file, that I could just symlink, but th

Re: [SAtalk] spamc not working also

2002-04-12 Thread Theo Van Dinter
On Fri, Apr 12, 2002 at 09:02:18AM -0600, Dan Wilson wrote: > SpamAssassin 2.11 > RH 7.2 Linux 2.4.7-10 > glibc 2.2.4 (someone mentioned this might be the problem) > Qmail (although I haven't gotten to the qmail-scanner integration yet) > I have downloaded the other packages (razor, qmail-scanner,

[SAtalk] spamc not working also

2002-04-12 Thread Dan Wilson
I'm new to the list (and to spamassassin), but read the recent archives about spamc not working. I am having the same problem. I am just trying to get things installed, but here is my configuration. SpamAssassin 2.11 RH 7.2 Linux 2.4.7-10 glibc 2.2.4 (someone mentioned this might be the probl