Hi
Today I tried to install spamassassin by following the tutorial here. I followed the directives upto here:
after which it gives the following erros:
The last line reminded me that I had disabled IPv6 in my system earlier today by following this tutorial.
In addition, I also googled around to see that others have also come to this same problem before, such as in here. But one solution given there did not work for me. I mean it was said we can "force spamd to only use IPv4 by passing "-4" to the command, e.g:
and that we needed to add the -4 to the init.d script parameters in the start clause so when exim starts/restarts it can bring up spamd
But When I issue
I get the same errors as above
Can anyone let me know how I can get rid of this problem?
Many thanks.
Today I tried to install spamassassin by following the tutorial here. I followed the directives upto here:
Code:
./build spamassassin
after which it gives the following erros:
Code:
server socket setup failed, retry 1: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 2: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 3: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 4: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 5: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 6: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 7: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 8: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
server socket setup failed, retry 9: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
The last line reminded me that I had disabled IPv6 in my system earlier today by following this tutorial.
In addition, I also googled around to see that others have also come to this same problem before, such as in here. But one solution given there did not work for me. I mean it was said we can "force spamd to only use IPv4 by passing "-4" to the command, e.g:
Code:
/usr/bin/spamd -d -c -m 10 -4
and that we needed to add the -4 to the init.d script parameters in the start clause so when exim starts/restarts it can bring up spamd
Code:
/etc/rc.d/init.d/exim
But When I issue
Code:
/usr/bin/spamd -d -c -m 10 -4
I get the same errors as above
Code:
.
.
.
server socket setup failed, retry 9: spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
spamd: could not create IO::Socket::INET6 socket on [127.0.0.1]:783: Address already in use
Can anyone let me know how I can get rid of this problem?
Many thanks.