nosajsnikta
2016-10-24 17:27:40 UTC
Hi
I have a Postfix server which connects to a socketmap server to implement the 'smtpd_discard_ehlo_keyword_address_maps' feature.
It is configured using the following configuration in /etc/postfix/main.cf
smtpd_discard_ehlo_keyword_address_maps = socketmap:inet:127.0.0.1:10030:smtpd_discard_ehlo_keyword_address_maps
Can someone tell me if it is expected that Postfix will close the connection to the socketmap immediately after a single request/response, or if the connection can be preserved to send multiple requests to the socketmap server?
I have checked that messages from my mail client test program are all sent to Postfix on the same connection, but the corresponding call from Postfix to the Socketmap Server seems to create a new connection for each message being processed?
Thanks
I have a Postfix server which connects to a socketmap server to implement the 'smtpd_discard_ehlo_keyword_address_maps' feature.
It is configured using the following configuration in /etc/postfix/main.cf
smtpd_discard_ehlo_keyword_address_maps = socketmap:inet:127.0.0.1:10030:smtpd_discard_ehlo_keyword_address_maps
Can someone tell me if it is expected that Postfix will close the connection to the socketmap immediately after a single request/response, or if the connection can be preserved to send multiple requests to the socketmap server?
I have checked that messages from my mail client test program are all sent to Postfix on the same connection, but the corresponding call from Postfix to the Socketmap Server seems to create a new connection for each message being processed?
Thanks