Discussion:
[dkim-milter-discuss] problem running dk-milter in verification mode
Sharma, Ashish
2010-06-10 11:58:51 UTC
Permalink
Hi,

I have a postfix mail receiving server, on this I need to deploy dk-milter in verification mode only.

I have launched dk-milter with following command:

./dk-filter -u postfix -p inet:***@localhost -l -R -b v -h


My postfix 'main.cf' config file setting for this milter is as follows:

#Milter support for smtpd mail
smtpd_milters =
inet:localhost:10020

But my mails are not getting received and the maillog show the following error:

Jun 9 06:57:19 ip-10-194-99-63 postfix/smtpd[2898]: connect from mail-vw0-f48.google.com[209.85.212.48]
Jun 9 06:57:19 ip-10-194-99-63 postfix/smtpd[2898]: 7E44510021F: client=mail-vw0-f48.google.com[209.85.212.48]
Jun 9 06:57:19 ip-10-194-99-63 postfix/cleanup[2901]: 7E44510021F: message-id=<***@mail.gmail.com>
Jun 9 06:57:19 ip-10-194-99-63 dk-filter[2916]: 7E44510021F: dk_eom(): resource unavailable: d2i_PUBKEY_bio() failed Jun 9 06:57:19 ip-10-194-99-63 dk-filter[2916]: 7E44510021F SSL error:0D06B08E:asn1 encoding routines:ASN1_D2I_READ_BIO:not enough data Jun 9 06:57:19 ip-10-194-99-63 postfix/cleanup[2901]: 7E44510021F: milter-reject: END-OF-MESSAGE from mail-vw0-f48.google.com[209.85.212.48]: 4.7.1 Service unavailable - try again later; from=<***@gmail.com> to=<***@dev1.cpgtest.ostinet.net> proto=ESMTP helo=<mail-vw0-f48.google.com> Jun 9 06:57:19 ip-10-194-99-63 postfix/smtpd[2898]: disconnect from mail-vw0-f48.google.com[209.85.212.48]


Please help

Thanks in advance
Ashish Sharma
Toma Bogdan
2010-06-10 13:41:48 UTC
Permalink
Post by Sharma, Ashish
Hi,
I have a postfix mail receiving server, on this I need to deploy dk-milter in verification mode only.
#Milter support for smtpd mail
smtpd_milters =
inet:localhost:10020
Jun 9 06:57:19 ip-10-194-99-63 postfix/smtpd[2898]: connect from mail-vw0-f48.google.com[209.85.212.48]
Jun 9 06:57:19 ip-10-194-99-63 postfix/smtpd[2898]: 7E44510021F: client=mail-vw0-f48.google.com[209.85.212.48]
Please help
Thanks in advance
Ashish Sharma
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
dkim-milter-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
check that dk-milter is up and running
ps afx |grep dk-milter

T.Bogdan
- sys adm -
http://www.direkt.ro
Toma Bogdan
2010-06-10 15:02:20 UTC
Permalink
Post by Sharma, Ashish
Hi,
I have a postfix mail receiving server, on this I need to deploy dk-milter in verification mode only.
#Milter support for smtpd mail
smtpd_milters =
inet:localhost:10020
Jun 9 06:57:19 ip-10-194-99-63 postfix/smtpd[2898]: connect from mail-vw0-f48.google.com[209.85.212.48]
Jun 9 06:57:19 ip-10-194-99-63 postfix/smtpd[2898]: 7E44510021F: client=mail-vw0-f48.google.com[209.85.212.48]
Please help
Thanks in advance
Ashish Sharma
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
dkim-milter-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
saw now that you have the 'd2i_PUBKEY_bio() failed' error please see
README in package source for that error
sry for the first reply

T.Bogdan
- sys adm -
http://www.direkt.ro

Loading...