Hi Till
Thanks for your answer.
After following the FAQ, I do still have spamassassin running in the background.
Code:
server:~# ps aux | grep spamd
root 2079 0.0 2.1 106068 43648 ? Ss Mar23 5:11 /usr/sbin/spamd --create-prefs --max-children 5 --helper-home-dir -d --pidfile=/var/run/spamd.pid
root 2657 0.0 0.0 6588 780 pts/0 S+ 12:08 0:00 grep spamd
root 3001 0.0 2.0 106068 41572 ? S Mar23 0:02 spamd child
root 3004 0.0 2.0 106068 41572 ? S Mar23 0:01 spamd child
server:~#
Is this normal, or do I have a misconfigured server?
If it is not going to be used, I guess it should be safe to stop in order to save some resources.
Code:
/etc/init.d/spamassassin stop
Regards