-
jasonlong committed revision 583 to the DKIMproxy SVN repository, changing 1 files.
2009-12-14 13:42:43 UTC in DKIMproxy
-
jasonlong committed revision 582 to the DKIMproxy SVN repository, changing 2 files.
2009-12-14 13:42:34 UTC in DKIMproxy
-
jasonlong committed revision 581 to the DKIMproxy SVN repository, changing 3 files.
2009-12-14 13:42:27 UTC in DKIMproxy
-
>I did change the --prefix to /usr/local. Could that be a problem?
it shouldn't be
so ... running the program just returns immediately without saying anything. Weird. When executed with those arguments, it's _supposed_ to say "Becoming subclass" etc., then wait for new connections or for you to kill it (e.g. with Ctrl+C). This isn't happening, it seems.
Can you confirm the 'dkim' user...
2009-12-11 15:52:37 UTC in DKIMproxy
-
Oops, I forgot the user/group options. Try this command
/usr/local/dkimproxy/bin/dkimproxy.out --conf_file=/usr/local/dkimproxy/etc/dkimproxy_out.conf --user=dkim --group=dkim.
2009-12-07 20:48:22 UTC in DKIMproxy
-
DKIMproxy can be started manually at the command prompt by running
/usr/local/dkimproxy/bin/dkimproxy.out --conf_file=/usr/local/dkimproxy/etc/dkimproxy_out.conf
You say it's been starting up and then dying right away. If you run the above command, you should see it print some text when it starts and when it dies.
2009-12-07 19:49:01 UTC in DKIMproxy
-
Good, you have the "Mail::DKIM" module installed, and it was detected successfully.
DKIMproxy also requires a module named "Error" and a module named "Net::Server". To ensure these are installed, use
perl -MCPAN 'install Error'
perl -MCPAN 'install Net::Server'.
2009-11-18 20:07:41 UTC in DKIMproxy
-
jasonlong committed revision 146 to the Configuration for GNU SVN repository, changing 2 files.
2009-11-05 15:42:45 UTC in Configuration for GNU
-
jasonlong committed revision 145 to the Configuration for GNU SVN repository, changing 1 files.
2009-11-05 15:42:32 UTC in Configuration for GNU
-
jasonlong committed revision 144 to the Configuration for GNU SVN repository, changing 1 files.
2009-11-03 22:00:32 UTC in Configuration for GNU