On Friday 04 April 2008 09:30:45 Zbigniew Szalbot wrote: > I am using amavisd-new-2.5.4,1 with maia mailguard and I would like to > include support for signing outgoing mail with DKIM. So to that end I did > the following (using > http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim as a source > of reference): [...] > When I try to send an email now, it says: > Apr 4 07:45:18 szalbot postfix/smtpd[1336]: warning: connect to Milter > service inet:127.0.0.1:4445: Connection refused > > 1674 ?? Is 0:00.02 /usr/local/libexec/dkim-filter -b v -C dns=a,int=a -l -p > inet:[EMAIL PROTECTED] -u dkimfilter -P /var/run/milterdkim/verifier.pid -d > > 1682 ?? Is 0:00.02 /usr/local/libexec/dkim-filter -b s -c relaxed/simple -m > ORIGINATING -o - -C int=a -l -p inet:[EMAIL PROTECTED] -u dkimfilter -P /var
Does your dkim-filter running on 4445 write anything in its log? Try: telnet 127.0.0.1 4445 Do you get a connection, or is it refused right away? Mark ------------------------------------------------------------------------- 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 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
