Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: dws4wdr on June 27, 2009, 04:48:19 PM
-
I have a problem with unjunkmrg's "Unjunk" link in the emails it sends out to users and admin. Whats happening is when you try to unjunk a email we get 404 errors. Checked the link that unjunk refers to and it's missing the server name. http//domain.com/unjunkmgr/spamchanger.pl? If I copy the link and add the server name it works. http://server.domain.com/unjunkmgr/spamchanger.pl? Where do I need to go to change this setting? My mail server and web server are 2 different boxes.
And of course the above paths include more than I have stated here.
Thanks in advance.
-
are these users local or remote?
-
Both local and remote behave the same.
-
according wiki:
How do I configure the UnJunkMgr to use an IP address or a different hostname rather than the primary domain name when it sends out the weekly overview (default: domainname)?
/sbin/e-smith/db configuration setprop unjunkmgr unjunkhost <hostname|IP address>
Tried this already? works with me.
-
I was about to try this.
Ok worked. I used /sbin/e-smith/db configuration setprop unjunkmgr unjunkhost server.domain.com
Tested and works on local network. I'll try a remote net this afternoon. thanks