scrupul0us
Verified User
./build set spamassassin yes
./build spamassassin
./build spamassassin
cd /usr/local/directadmin/custombuild
./build update
./build set spamassassin yes
./build spamassassin
Running sa-update.
Starting SpamAssassin.
server socket setup failed, retry 1: spamd: could not create IO::Socket::INET6 socket on [::1]:783: Cannot assign requested address
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
/usr/bin/spamd -d -c -m 10 -4
complety messed up here CB 2.0
Exim has stopped now
How can i revert to the old version ?
Exim configuration error:
There are two routes called "spamcheck_director"
i have uncomment out the spamassasin section in exim.conf and its exim is working however now the spamassin itself is not working, how can we fix this ?
This is my exim.conf now
.include_if_exists /etc/exim.spamassassin.conf
# Spam Assassin
# spamcheck_director:
# driver = accept
# condition = "${if and { \
# {!def:h_X-Spam-Flag:} \
# {!eq {$received_protocol}{spam-scanned}} \
# {!eq {$received_protocol}{local}} \
# {exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}} \
# {<{$message_size}{500k}} \
# } {1}{0}}"
# retry_use_local_part
# transport = spamcheck
# no_verify
What happens if you do?Code:killall spamd; /usr/bin/spamd -d -c -m 5
ps aux | grep spamd
Hey,
My guess is that it was giving you that error as the ".include_if_exists /etc/exim.spamassassin.conf" has the "spamcheck_director" in it as well... Basically, as the error indicated, you had two entries for "spamcheck_director".
What makes you think SpamAssassin is not currently working?
Check the file /etc/exim.spamassassin.conf and compare the contents to the part you commented out in the exim.conf file.
David