Quote:
|
Originally Posted by falko
I haven't tested the tutorial, but I don't think so.
Are there any errors in your logs?
|
I'm not aware of any logs...nothing appears in /var/log/messages or /var/log/maillog.
Quote:
|
Do you see it in the output of ?
|
I see the following processes:
3459 pts/5 S 0:00 /bin/sh /sbin/service dkfilter start
3468 pts/5 S 0:00 /bin/sh /etc/init.d/dkfilter start
3471 pts/5 S 0:00 /usr/bin/perl -I/usr/local/dkfilter/lib /usr/local/dkfilter/bin/dkfilter.in --hostname=burgers.bubbanfriends.org 127.0.0.1:10027 127.0.0.1:10028
3472 pts/5 S 0:00 /usr/bin/perl -I/usr/local/dkfilter/lib /usr/local/dkfilter/bin/dkfilter.in --hostname=burgers.bubbanfriends.org 127.0.0.1:10027 127.0.0.1:10028
3473 pts/5 S 0:00 /usr/bin/perl -I/usr/local/dkfilter/lib /usr/local/dkfilter/bin/dkfilter.in --hostname=burgers.bubbanfriends.org 127.0.0.1:10027 127.0.0.1:10028
3474 pts/5 S 0:00 /usr/bin/perl -I/usr/local/dkfilter/lib /usr/local/dkfilter/bin/dkfilter.in --hostname=burgers.bubbanfriends.org 127.0.0.1:10027 127.0.0.1:10028
3475 pts/5 S 0:00 /usr/bin/perl -I/usr/local/dkfilter/lib /usr/local/dkfilter/bin/dkfilter.in --hostname=burgers.bubbanfriends.org 127.0.0.1:10027 127.0.0.1:10028
3476 pts/5 S 0:00 /usr/bin/perl -I/usr/local/dkfilter/lib /usr/local/dkfilter/bin/dkfilter.in --hostname=burgers.bubbanfriends.org 127.0.0.1:10027 127.0.0.1:10028
As you'll see, the startup script is
still running, and only the inbound filter is listed.
Since I'm running amavisd on port 10025 (with Postfix accepting mail from amavisd on 10026), I changed the ports for dkfilter use to 10027/10028 for inbound, and 10029/10030 for outbound, as you'll see from this part of the startup script:
DKFILTER_IN_ARGS="--hostname=$HOSTNAME 127.0.0.1:10027 127.0.0.1:10028"
DKFILTER_OUT_ARGS="--keyfile=$DKFILTERDIR/private.key --selector=postfix --domain=$DOMAIN --method=nofws --headers 127.0.0.1:10029 127.0.0.1:10030"
Recent comments
8 hours 38 min ago
11 hours 33 min ago
12 hours 47 min ago
14 hours 10 min ago
15 hours 48 min ago
17 hours 17 min ago
18 hours 31 min ago
1 day 10 hours ago
1 day 11 hours ago
1 day 15 hours ago