Using Fedora Core 4, following the instructions in Knowledge Base 126747 but I get
errors from sendmail.
in section 5. of the document I do not have spamd in /etc/init.d/ but I do have spamassassin & spamass-milter.
The documentation says to enable spamd as a service,
Am I missing an rpm?
#chkconfig --add spamd
#chkconfig --level 345 spamd on
#service spamd start
I had to bypass the above step...
Restarting sendmail give me the foillowing error
Starting sendmail: WARNING: Xspamassassin: local socket name /var/run/spamass.sock missing
Changed the Xspamassassin line to
Xspamassassin, S=local:/var/run/spamass-milter/spamass-milter.sock, F=, T=C:15m;S:4m;R:4m;E:10m
Restarted Sendmail again, looks ok
Getting an error on "omon", ignored it for now
[root@m1 ~]# omon smtpd
/var/named/chroot/proc: Permission denied
Enabling 1 subsystem(s).
[root@m1 ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
554 5.0.0 Invalid macro/class character )
554 5.0.0 Unbalanced { on if_addr
554 5.0.0 Unable to assign macro/class ID (mid = 0xffffffff)
554 5.0.0 Invalid macro/class character )
554 5.0.0 Unbalanced { on if_addr
554 5.0.0 Unable to assign macro/class ID (mid = 0xffffffff)
220 m1.xxxxxxx.com.au ESMTP Sendmail 8.13.4/8.13.4; Tue, 21 Mar 2006 13:46:47 +1100
I did check all the configurations, brackets...
Can someone please look into that knowledge base, it doesn't seem to work, or I'm doing
something wrong.
Last time I tried to configure spamassassnin on another "Scalix" system FC4 I was getting Xspamassassin Macro does not exist type error.