awingnut: > 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): > > [email protected] [email protected]
As documented, this is a Postfix SMTP client feature. > In the log, when I send email from [email protected], I think the > significant part is from qmgr (sanitized): > > Apr 7 08:00:06 dap002 postfix/qmgr[12055]: 8721A1FA85: > from=<[email protected]>, size=5901, nrcpt=1 (queue active) > > Should not this say [email protected], if generic maps was working? This is queue manager logging. qmgr != smtp. http://www.postfix.org/OVERVIEW.html http://www.postfix.org/ADDRESS_REWRITING_README.html Wietse
