I have this in exim.conf for aliases:
drop_solo_alias:
driver = redirect
allow_defer
allow_fail
data = ${if
exists{/etc/virtual/$domain/aliases}{${lookup{$local_part}lsearch{/etc/virtual/$domain/aliases}}}}
file_transport = devnull
group = mail
#pipe_transport = virtual_address_pipe
pipe_transport = devnull
retry_use_local_part
#include_domain = true
Occasionally one of the email addresses inside an alias will be over
quota generating an annoying bounce. The email addresses over quota
will be listed in /etc/over_quota_email. Is there a way to have this
skip attempting to deliver to any email addresses listed in that file?
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/