Sharma, Ashish:
> 1. Is?it expected and in accord with milter protocol to reuse the same
> connection i.e. should postfix communicate with milter over same single
> connection?
>
The SMTP protocol specifies that ONE SESSION can have MULTIPLE
MAIL FROM/RCPT/DATA transactions.
One MILTER connect
Hi,
I have deployed postfix as an incoming mail receiving server.
On this I have a custom mail filter (based on jilter api):
My 'main.cf' file for milter settings is as follows:
#Milter support for smtpd mail
smtpd_milters =
inet:localhost:10026, # dkim milter
inet:localhost:10027, # sid mi