1 # Map an email address to the actual username/email address mail should go to.
2 # I do not think that mapping to an alias here will work properly for the sender check,
3 # so always map to a username.
5 password = {{ postfix.dovecot.mysql_password }}
8 query = SELECT user FROM aliases WHERE mail='%s'