Hi all I would like to configure spamassassin to run in this scenario:
host A: mta+spamc+ldirectord host(s) B: a couple of hosts in wich is installed spamassassin server processes (spamd). Host A and host(s) B talk each other via tcp sockets configured in spamassassin configuration files. The mta I'm using is Qmail with Simscan. Is there any special hint in doing this? Doing spamc -d ....<mailmessagefile it seems to work, because I get the result of the spam filtering correctly, and the log of the spamd process seems ok. My problem is that, testing this setup without the ldirectord and with only one host B, the mail has been filtered but it's not delivered completely, only the header part comes in the mailbox. What are other clustered configuration of spamassassin that are proven to work great? many thanks in advance.