I’m getting some strangeness when trying to get Exim, Spamassassin, and AMS working on my Jaguar Server.
I used the installer to get Exim installed. That went well…no problems. I followed the article https://www.afp548.com/Articles/Jaguar/exim410.html and part two of that article to get the spamassassin part done. However, when I got to the part about starting up spamd:
[smudo:/usr/exim] root# spamd -F0 -d -x
The -F option has been removed
Could not create INET socket: Address already in use IO::Socket::INET: Address already in use
No biggie with the -F option…I just won’t use it. However, the socket is a problem. I have the AMS turned off for SMTP so that shouldn’t be a problem. Exim is of course listening, which is where I think my problem may be.
What have I missed in the configuration? Either the spamassassin configuration or the exim configuration is messed up somehow. At least that’s my guess. I just need to figure out where the problem is. Any suggestions?
Comments are closed