Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2017 19:58:51 -0500
From:      Edgar Pettijohn <edgar@pettijohn-web.com>
To:        freebsd-questions@freebsd.org
Subject:   spamd
Message-ID:  <20171105005850.GA77940@FreeBSD>

next in thread | raw e-mail | index | archive | help
Was the /etc/services file recently changed by an update? If
so I didn't notice it listed as a file to be changed. Either
way my cron job to run spamd-setup was complaining that spamd-cfg
couldn't be found in /etc/services. It was an easy fix. If you 
are reading this because you had the same issue. Just add these 
lines:

spamd           8025/tcp   #spamd
spamd-sync      8025/udp   #spamd sync
spamd-cfg       8026/tcp   #spamd configuration

Thanks,

Edgar 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171105005850.GA77940>