rhoekman
Verified User
I have seen some posts regarding getting the bandwidth of emails sent by the user?
Any updates on this?
Any updates on this?
DirectAdmin Support said:Bump this thread after this coming release and we'll see about putting it in the next one
spamcheck:
driver = pipe
batch_max = 100
command = /usr/sbin/exim -oMr spam-scanned -bS
current_directory = "/tmp"
group = mail
home_directory = "/tmp"
log_output
message_prefix =
message_suffix =
return_fail_output
no_return_path_add
transport_filter = /usr/bin/spamc [b]-u ${lookup{$domain}lsearch*{/etc/virtual/domainowners}{$value}}[/b]
use_bsmtp
user = mail
lookuphost:
driver = dnslookup
domains = ! +local_domains
ignore_target_hosts = 127.0.0.0/8
[b]condition = "${perl{check_limits}}"[/b]
transport = remote_smtp
no_more
userautoreply:
driver = accept
condition = ${lookup{$local_part} lsearch {/etc/virtual/${domain}/autoresponder.conf}{yes}{no}}
require_files = /etc/virtual/${domain}/reply/${local_part}.msg
transport = userautoreply
[b]unseen[/b]
jlasman said:Thanks, John.
I'll keep these for my general knowledge but won't change anything in my "free" DA SpamBlocker exim.conf release until you're fully ready.
Hopefully we can make concurrent releases.
Jeff