I have two mail servers running 4.1-stable and am trying to get spamd synchronization working between them.

During testing using a basic set of options

/usr/libexec/spamd -y nfe0 -Y nfe0 -d

in the resulting debug I see

using multicast spam sync mode (ttl 1, group 224.0.1.240, port 8025)

on the other system running 'tcpdump -nn net 224.0/8' I see the following when starting up spamd

20:11:24.546651 192.168.1.50 > 224.0.1.240: igmp nreport 224.0.1.240 [ttl 1]

In the debug output I see spamd reporting that it is sending out a sync message

sync grey update helo chad.here ip x.x.x.x from <a> to <b>
sending multicast sync message

But I never see the resulting message in the tcpdump capture nor does spamd on the other system see the resulting message, as I was also running it with -d.

I did have them working once when I used their IPs directly instead of the default multicast.

Am I doing something wrong?



Thanks,
Chad

Reply via email to