You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
produces an invalid transport map config in /etc/postfix/transport
gmail.com [smtp.google.com]:25
with postfix logging error messages like,
postfix/qmgr[1847]: warning: connect to transport private/[smtp.google.com]: No such file or directory
What behaviour did you expect instead
This should be (in /etc/postfix/transport)
gmail.com smtp:[smtp.google.com]:25
Output log
Any additional information you'd like to impart
Being able to set any destination would be great. It's currently ignored here if nexthop includes [] but I don't think [] is exclusive to smtp, it just disables MX DNS lookups
See the examples for RESULT FORMAT at transport(5)
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Using the example
What are you seeing
produces an invalid transport map config in
/etc/postfix/transport
with postfix logging error messages like,
What behaviour did you expect instead
This should be (in
/etc/postfix/transport
)Output log
Any additional information you'd like to impart
Being able to set any destination would be great. It's currently ignored here if
nexthop
includes[]
but I don't think[]
is exclusive to smtp, it just disables MX DNS lookupsSee the examples for RESULT FORMAT at transport(5)
e.g.
The text was updated successfully, but these errors were encountered: