Changes

From SME Server
Jump to navigationJump to search
653 bytes added ,  10:38, 18 January 2009
Line 177: Line 177:  
Improved uninstall to clean up properly  
 
Improved uninstall to clean up properly  
 
|}
 
|}
 +
 +
Note: Users can't unjunk their wanted e-mails if the server is only reachable from the 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:
 +
my $root_url = sprintf ("http://%s/unjunkmgr",$domain_name);
 +
 +
to
 +
my $root_url = sprintf ("http://%s/unjunkmgr",'192.168.123.253');
 +
[or another suitable IP address].
 +
 +
Ref: http://forums.contribs.org/index.php/topic,42221.0/topicseen.html

Navigation menu