localuser:
driver = accept
check_local_user
transport = local_delivery
cannot_route_message = Unknown user
im not sure how to do this, its gotta chack the user exists, BUT, also, at the same time, check that the user exists for the domain the the email is being sent to
for example, on the server might be a user: matt
matt may exist for example.com but not for example2.com
so i want mail to matt@??? to be accepted but not to matt@???.
in the email_addresses table the username and the domain are stored for each user so that check is possible but how?