Line 163:
Line 163:
===Recent fix to know problem:===
===Recent fix to know problem:===
−
How do I unjunk wanted emails if server is only reachable from local network?
+
How do I configure the UnJunkMgr to use an IP addres rather than the primary domain name when it sends out the weekly overview?
−
There are no configuration options to alter this so you need to fix it in the code - not so hard.
+
+
There are no configuration options to alter this so you need to fix it in the code - not so hard though.
open /usr/local/unjunkmgr/spamreminder.pl with your favorite editor ad go to line 49 where $root_url is defined.
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
+
Let assume that the local IP address of the server is 192.168.1.2
change the original line 49:
change the original line 49:
Line 175:
Line 176:
to
to
−
<nowiki>my $root_url = sprintf ("http://%s/unjunkmgr",'192.168.123.253');</nowiki>
+
<nowiki>my $root_url = sprintf ("http://%s/unjunkmgr",'192.168.1.2');</nowiki>
Ref: http://forums.contribs.org/index.php/topic,42221.0/topicseen.html
Ref: http://forums.contribs.org/index.php/topic,42221.0/topicseen.html