syslog looks like this:

Jul  3 11:14:08 plum postfix/smtpd[27824]: connect from
beet.mpt.gbox.com[172.16.1.5] Jul  3 11:14:08 plum postfix/smtpd[27824]:
4EE5349C618: client=beet.mpt.gbox.com[172.16.1.5]
Jul  3 11:14:08 plum postfix/smtpd[27824]: warning: milter
inet:localhost:8891: can't read SMFIC_DATA reply packet header: Success
Jul  3 11:14:08 plum postfix/smtpd[27824]: 4EE5349C618: milter-reject:
DATA from beet.mpt.gbox.com[172.16.1.5]: 451 4.7.1 Service unavailable -
try again later; from=<[EMAIL PROTECTED]>
to=<[EMAIL PROTECTED]> proto=ESMTP helo=<beet.mpt.gbox.com>

Jul  3 11:14:08 plum postfix/smtpd[27824]: disconnect from
beet.mpt.gbox.com[172.16.1.5]

UID        PID  PPID  C STIME TTY      STAT   TIME CMD
dkim     26814     1  0 11:02 ?        Ssl    0:00 /usr/sbin/dkim-filter
-x /etc/dkim.conf

# cat /etc/dkim.conf
Canonicalization simple
Domain gbox.com
KeyFile /var/db/dkim/gbox200807.key.pem
Selector gbox200807
SignatureAlgorithm rsa-sha256
Socket inet:[EMAIL PROTECTED]
Syslog Yes
Userid dkim

# ls -la /var/db/dkim
total 16
drwx------  2 dkim root 4096 Jul  2 16:52 .
drwxr-xr-x  4 root root 4096 Jul  2 16:42 ..
-rw-------  1 dkim root  891 Jul  2 16:38 gbox200807.key.pem

The pertinent section of main.cf (note that smtpd_milters is commented
out so mail may flow):
# Milters for mail that arrives via the smtpd(8) server.
# See below for socket address syntax.
#smtpd_milters = inet:localhost:8891

# What to do in case of errors? Specify accept, reject, or tempfail.
milter_default_action = tempfail

# As Postfix is not built with the Sendmail libmilter library, you may
need to # configure the Milter protocol version that Postfix should use.
The default # version is 2. Other protocol versions are 3 and 4 (Postfix
2.3 and later), # and 6 (Postfix 2.5 an later).
milter_protocol = 6


I've tried setting MilterDebug but it didn't seem to make any
difference.  What else should i do to track this down?

thanks
rone

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
dkim-milter-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss

Reply via email to