Hi, Have you tried starting spamd with -d flag, to see if there is any output?
Are any other messages in the other log files, daemon.log for example? I'm assuming that you maybe forgot to reload/restart sysyslogd after modifying the syslog.conf file. Regards, Leighton On Sun, Jun 18, 2017 at 11:28:01AM +0530, Hrishikesh Muruk wrote: > Hello > > I am running OpenBSD 6.1 in a VM and I have trouble getting spamd running. > > Here is how I try to run spamd: > > $ doas rcctl enable spamd > $ rcctl set spamd flags -v -G 2:4:864 -K /etc/ssl/private/vicharana.net.key > -C /etc/ssl/vicharana.net.crt > $ doas rcctl start spamd > spamd(ok) > > But I dont think spamd is running because ps does not show it > $ ps aux | grep spam > hrishi 45984 0.0 0.0 680 4 p2 R+p 11:24AM 0:00.00 grep spam > (ks > > > I earlier edited /etc/syslogd.conf, added the following lines > > !spamd > daemon.info /var/log/spamd > > $ doas rcctl restart syslogd > doas (hri...@obsd.vicharana.net) password: > syslogd(ok) > syslogd(ok) > > The /var/log/spamd file does not exist. > > What am I doing wrong? How can I get spamd running? > > Thanks > Hrishi