On Wed, 5 Jul 2006, hansje2000 wrote:
hEllo, > Im new on spamassassin, but learning. > I have a little error on startup > sendmail: WARNING: Xspamassassin: local socket name /var/run/spamass.sock > missing > But the file is there?! > > It look likes sendmail is starting up first before the socket is made. > Is there a sulution to prevent this? change the order when spamd and sendmail will be startet, in your /etc/rc directories: /etc/rc2.d/S70spamd /etc/rc2.d/S80sendmail for example. so spamd will start on bootup first, maybe enough time to create socket files, before sendmail is looking for them. > The second error is: > localhost spamd: [2513] error: persistent_udp: no such method at > /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/DnsResolver.pm line 98 > : > : > The line = $self->{res}->persistent_udp(0); # bug 3997 > : > : > Thanks for reply havnt seen this on our setup, but the bug code could be found at bugzilla: http://issues.apache.org/SpamAssassin/show_bug.cgi?id=3997 not sure, if it fits your problem. worth a try. regrads, Matthias