Hi all,
After upgrading to v11.0, mail/spamd wouldn't start, and returned the following error message:
DDG returned precisely ONE hit for this: spamd-setup: cannot find service "spamd-cfg" in /etc/services
Which fortunately provided the answer. When I added the following three lines to /etc/services, spamd started as normal:
Any thoughts about what happened here?
After upgrading to v11.0, mail/spamd wouldn't start, and returned the following error message:
Code:
spamdb: Can't find service "spamd-sync" in /etc/services
Which fortunately provided the answer. When I added the following three lines to /etc/services, spamd started as normal:
Code:
spamd 8025/tcp # spamd(8)
spamd-sync 8025/udp # spamd(8) synchronisation
spamd-cfg 8026/tcp # spamd(8) configuration