Hello,

I have installed a Postfix (version 2.6.5 ) mail receiving server.

I use the DKIM and SenderID+SPF milter referred from here:

http://www.postfix.org/MILTER_README.html

My 'main.cf' settings for above mentioned milters is as:

#Milter support for smtpd mail
smtpd_milters =
  inet:localhost:10026,
  inet:localhost:10027

# Milters for non-SMTP mail.
non_smtpd_milters =
  inet:localhost:10026,
  inet:localhost:10027


milter_default_action = tempfail




But I receive the following mailog messages whenever a mail is sent on this 
postfix mail server and the mail is rejected:

Nov 24 01:52:16 ip-10-244-19-127 postfix/smtpd[3953]: warning: milter 
inet:localhost:10026: can't read SMFIC_DATA reply packet header: Success
Nov 24 01:52:16 ip-10-244-19-127 postfix/smtpd[3953]: warning: milter 
inet:localhost:10027: can't read SMFIC_DATA reply packet header: Success


As a result milter results are not appended into the mail headers.

But the same milters work without a problem on Postfix (version 2.3.3) and 
milter headers are appended in the e-mail received.

Please help so that I can use the above mentioned milters for Postfix (version 
2.6.5).

With regards
Ashish Sharma








Reply via email to