Hello,

​Although I have 25 + years of unix/linux experience, this is my first
encounter with OpenBSD.​ I have learned a lot over the past weeks, but the
issue below is puzzling me:

I have a question regarding the differences between spamd-
​sync​
on OpenBSD 5.0 and OpenBSD 5.9.
​ I read this article
<http://undeadly.org/cgi?action=article&sid=20080522211753> ​, but there is
no indication if this applies to my situation or not.


Currently, 2 OpenBSD 5.0 mail-servers sync their spamd entries successfully.
Since these servers need upgrading to OpenBSD 5.9, new servers will be
deployed.
The idea is, to replace them one at a time.

​To get the spamd-synced to a new servers, I added one of them as extra
target (-Y <IP of new host>) to one of the operational hosts.
=====
/etc/rc.conf.local  <5.0-1>

spamd_flags="-4 -G25:4:864 -h <5.0-1> -l127.0.0.1 -n \"Sendmail
8.11.4/8.11.1\" -S10 -s1 -v -w1 -y bnx0 -Y <IP of 5.0-2> -Y <IP of 5.9-1>"
spamd_black=NO
spamlogd_flags="-I -i lo0"

/etc/rc.conf.local  <5.9-1>

spamd_black=NO
spamd_flags="-4 -G25:4:864 -h <5.9-1> -l127.0.0.1 -n \"Sendmail
8.11.4/8.11.1\" -S10 -s1 -v -w1 -y bge1 -Y <IP of 5.0-1>"
spamlogd_flags="-I -i lo0"
​=====​

​host <5.0-1> is successfully ​sending spamd-sync packets to host <5.9-1>
​=====​
​root@<5.9-1> ~# tcpdump -i bge1 port 8025
tcpdump: listening on bge1, link-type EN10MB
15:44:21.056732 <5.0-1>.spamd-sync > <5.9-1>.spamd-sync: udp 164
15:44:22.679540 <5.0-1>.spamd-sync > <5.9-1>.spamd-sync: udp 132
15:44:23.453386 <5.0-1>.spamd-sync > <5.9-1>.spamd-sync: udp 132
15:44:23.804945 <5.0-1>.spamd-sync > <5.9-1>.spamd-sync: udp 148
15:44:24.242281 <5.0-1>.spamd-sync > <5.9-1>.spamd-sync: udp 132

^C
2475 packets received by filter
0 packets dropped by kernel
root@<5.9-1> ~#
=====​





Thanks,
Kasper

Reply via email to