I installed spamblock via http://help.directadmin.com/item.php?id=576 but now spamassassin doesn't appear to be scanning emails. Before I did the install I was getting
in the logs now nothing, exim.conf still has the spamassasin config in it. The diff between my old exim.conf and new one is
Also after every email logs show
spamd is running
Is there a gui for BlockCracking?
http://www.directadmin.com/features.php?id=1645
Code:
spamd: result: Y 25
in the logs now nothing, exim.conf still has the spamassasin config in it. The diff between my old exim.conf and new one is
Code:
102a103,104
> av_scanner = clamd:127.0.0.1 3310
>
473a476,487
>
> deny message = This message contains malformed MIME ($demime_reason)
> demime = *
> condition = ${if >{$demime_errorlevel}{2}{1}{0}}
> deny message = This message contains a virus or other harmful content ($malware_name)
> demime = *
> malware = */defer_ok
> deny message = This message contains an attachment of a type which we do not accept (.$found_extension)
> demime = bat:com:pif:prf:scr:vbs
> warn message = X-Antivirus-Scanner: Clean mail though you should still use an Antivirus
>
>
559,570c573,584
< #spamcheck_director:
< # driver = accept
< # condition = "${if and { \
< # {!def:h_X-Spam-Flag:} \
< # {!eq {$received_protocol}{spam-scanned}} \
< # {!eq {$received_protocol}{local}} \
< # {exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}} \
< # {<{$message_size}{500k}} \
< # } {1}{0}}"
< # retry_use_local_part
< # transport = spamcheck
< # no_verify
---
> spamcheck_director:
> driver = accept
> condition = "${if and { \
> {!def:h_X-Spam-Flag:} \
> {!eq {$received_protocol}{spam-scanned}} \
> {!eq {$received_protocol}{local}} \
> {exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}} \
> {<{$message_size}{500k}} \
> } {1}{0}}"
> retry_use_local_part
> transport = spamcheck
> no_verify
Also after every email logs show
Code:
2016-03-27 10:28:19 1ak6za-00049H-SC Completed
2016-03-27 10:29:01 WARNING: purging the environment.
Suggested action: use keep_environment and add_environment.
spamd is running
Code:
root 13870 1 0 10:18 ? 00:00:01 /usr/bin/spamd -d -c -m 5 --pidfile=/var/run/spamd.pid
root 13879 13870 0 10:18 ? 00:00:00 spamd child
root 13883 13870 0 10:18 ? 00:00:00 spamd child
root 18739 6510 0 10:39 pts/1 00:00:00 grep spamd
Is there a gui for BlockCracking?
http://www.directadmin.com/features.php?id=1645
Last edited: