On Thu, Mar 18, 2021 at 05:17:58PM -0700, David Koski wrote: > Postfix is only mapping email addresses and not FQDNs. Mapping works > for u...@mydomain.com but not mydomain.com, .mydomain.com or @mydomain.com. > > # postmap -q localhost mysql:/etc/postfix/mysql_transport_maps.cf > > # postmap -q list2@localhost mysql:/etc/postfix/mysql_transport_maps.cf > mailman:
Your definition of the MySQL table in "/etc/postfix/mysql_transport_maps.cf" is such that only user@domain keys are matched. -- Viktor.