I have this error.
handle_user unable to find user: 'maildeliver'
this my config
vi vexim-acl-check-content.conf
deny senders = :
hosts = ! +relay_from_hosts
!acl = spf_from_acl
message = Your sender is not permitted (read spf.pobox.com)
# Reject virus infested messages.
#warn message = This message contains malware ($malware_name)
deny message = This message contains malware ($malware_name)
malware = *
log_message = This message contains malware ($malware_name)
# Reject messages containing "viagra" in all kinds of whitespace/case
combinations
# WARNING: this is an example !
# deny message = This message matches a blacklisted regular expression
($regex_match_string)
# regex = [Vv] *[Ii] *[Aa] *[Gg] *[Rr] *[Aa]
# Always add X-Spam-Score and X-Spam-Report headers, using SA system-wide
settings
# (user "nobody"), no matter if over threshold or not.
warn message = X-Spam-Score: $spam_score ($spam_bar)
spam = maildeliver:true
warn message = X-Spam-Report: $spam_report
spam = maildeliver:true
deny message = This message scored $spam_score spam points. See
http://www.sput.nl/spam/
condition = ${if <{$message_size}{200k}{1}{0}}
spam = spamd:true
condition = ${if >{$spam_score_int}{50}{1}{0}}
#deny message = Aquest missatge te $spam_score spam points. Ets un
spammer. Ho vaig a dir a la mama.
# condition = ${if <{$message_size}{200k}{1}{0}}
# spam = maildeliver:true
# condition = ${if >{$spam_score_int}{10}{1}{0}}
accept hosts = 127.0.0.1:+relay_from_hosts
accept authenticated = *
hs-234:/usr/local/exim/includes# vi vexim-acl-check-content.conf
deny senders = :
hosts = ! +relay_from_hosts
!acl = spf_from_acl
message = Your sender is not permitted (read spf.pobox.com)
# Reject virus infested messages.
#warn message = This message contains malware ($malware_name)
deny message = This message contains malware ($malware_name)
malware = *
log_message = This message contains malware ($malware_name)
# Reject messages containing "viagra" in all kinds of whitespace/case
combinations
# WARNING: this is an example !
# deny message = This message matches a blacklisted regular expression
($regex_match_string)
# regex = [Vv] *[Ii] *[Aa] *[Gg] *[Rr] *[Aa]
# Always add X-Spam-Score and X-Spam-Report headers, using SA system-wide
settings
# (user "nobody"), no matter if over threshold or not.
warn message = X-Spam-Score: $spam_score ($spam_bar)
spam = maildeliver:true
warn message = X-Spam-Report: $spam_report
spam = maildeliver:true
deny message = This message scored $spam_score spam points. See
http://www.sput.nl/spam/
condition = ${if <{$message_size}{200k}{1}{0}}
spam = spamd:true
condition = ${if >{$spam_score_int}{50}{1}{0}}
accept hosts = 127.0.0.1:+relay_from_hosts
accept authenticated = *