Dear list,

In our postfix configs, we use multiple queries based on the mysql_table
that only differ by the postfix listener port as configured in the master.cf
.

So as per http://www.postfix.org/mysql_table.5.html if instead of the query
containing each a different hard coded 

   ... where port = 2025

or 

   ... where port = 2026
or 

   ... where port = 2027

...

we could have just one query with

   ... where port = %p

So the request is to not only allow for %s, %u, %d, ... but also the new %p
that is no longer directly dependent on the "input key".
What do you think of this "Request for enhancement"?

    Ralf


--
https://www.privasphere.com/hau...@acm.org


Reply via email to