https://bugs.exim.org/show_bug.cgi?id=3084
--- Comment #2 from Marten Lehmann <[email protected]> --- I'm aware of the option to specify the full database connection details on each lookup. I didn't think of using macros in this context, yet I agree: On the aesthetic side macros would probably be an easy way. How does exim handle this internally though? Specifying server connections globally, I'd assume exim establishes and reuses these connections, keeping a connection pool. Specifying them per lookup, I'd assume they get a local scope and the connection would be closed after the lookup. The latter would be rather bad for performance. -- You are receiving this mail because: You are on the CC list for the bug. -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
