Hello,

SM pisze:

1. In your dkim-filter.conf file, define the userid under which dkim-filter should run and enable the X-header:

  UserID mailnull

  X-Header Yes


I have added UserID mailnull

4. Send an email to test whether it's being signed.


It IS being signed!


See whether there are any dkim-filter entries in your maillog. There should be one when the milter is started. There should also be some entries as the email gets signed. See whether there is a X-DKIM header in the emails.

I got:

Apr 30 19:07:12 szalbot dkim-filter[9455]: can't write pid to /var/run/milterdkim/signer.pid: No such file or directory Apr 30 19:07:12 szalbot dkim-filter[9456]: Sendmail DKIM Filter v2.5.5 starting (args: -x /usr/local/etc/mail/dkim-filter.conf)

Apr 30 19:11:22 szalbot dkim-filter[9456]: 7DADF28461 "DKIM-Signature" header added

Strange thing is that when I now start dkim-filter 
(/usr/local/etc/rc.d/milter-dkim start), connection on port 4445 are refused.


$ telnet localhost 4445
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host

However, when I start like this:
/usr/local/libexec/dkim-filter -x /usr/local/etc/mail/dkim-filter.conf
connections are accepted.

$ ps ax |grep dkim
835 ?? Is 0:00.00 /usr/local/libexec/dkim-filter -l -p local:/var/run/m 837 ?? I 0:00.02 /usr/local/libexec/dkim-filter -l -p local:/var/run/m 1407 ?? Ss 0:00.00 /usr/local/libexec/dkim-filter -x /usr/local/etc/mail 1408 ?? S 0:00.01 /usr/local/libexec/dkim-filter -x /usr/local/etc/mail

Thanks!

--
Zbigniew Szalbot
www.lc-words.com

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
dkim-milter-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss

Reply via email to