Displaying 2 results from an estimated 2 matches for "bhc".
Did you mean:
bc
2016 Nov 21
0
Exim still accepting emails to nonexistent users
...t is not a system user locally.
Basically you got 2 possibilities:
a) check in the routing stage by accessing the user database
-> testable with: exim -bv user at exampl.com
b) check in the transport stage by using a callout
-> testable with: swaks ? --pipe 'exim -bhc i.i.i.i'
a) Routing stage
You need to interact with the user database dovecot uses.
Either you access the user database directory (flat file, LDAP,
whatever) or you use the ${readsocket?} feature of Exim to talk to
dovecot.
b) Transport stage
You need to configure the dovecot LMTP to refuse m...
2016 Nov 21
2
Exim still accepting emails to nonexistent users
Hi Heiko,
Here is the router:
virtual_aliases:
driver = redirect
debug_print = "R: Check address using virtual_aliases for $local_part@$domain"
allow_fail
allow_defer
hide data = CHECK_VIRTUAL_ALIASES
user = vmail
group = mail
local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept