I having some trouble debugging a generic_maps problem. My master.conf contains this:
smtp_generic_maps = hash:/etc/postfix/generic /etc/postfix/generic contains this (sanitized): myaddr...@mydomain.com otheraddr...@mydomain.com In the log, when I send email from myaddr...@mydomain.com, I think the significant part is from qmgr (sanitized): Apr 7 08:00:06 dap002 postfix/qmgr[12055]: 8721A1FA85: from=<myaddr...@mydomain.com>, size=5901, nrcpt=1 (queue active) Should not this say otheraddr...@mydomain.com, if generic maps was working? Before someone asks, I did run postmap generic and the log does not contain any warnings about the db file being out of date. TIA.