Line 161:
Line 161:
===How do I report a problem or a suggestion?===
===How do I report a problem or a suggestion?===
This contrib has not yet been created in the bugtracker so just send an email to mailto:contribs@swerts-knudsen.dk
This contrib has not yet been created in the bugtracker so just send an email to mailto:contribs@swerts-knudsen.dk
+
+
===Recent fix to know problem:===
+
How do I unjunk wanted emails if server is only reachable from local network?
+
There are no configuration options to alter this so you need to fix it in the code - not so hard.
+
open /usr/local/unjunkmgr/spamreminder.pl with your favorite editor ad go to line 49 where $root_url is defined.
+
+
Let assume that the local IP address of the server is 192.168.123.253
+
+
change the original line 49:
+
+
<nowiki>my $root_url = sprintf ("http://%s/unjunkmgr",$domain_name);</nowiki>
+
+
to
+
+
<nowiki>my $root_url = sprintf ("http://%s/unjunkmgr",'192.168.123.253');</nowiki>
+
+
Ref: http://forums.contribs.org/index.php/topic,42221.0/topicseen.html
==Revisions==
==Revisions==