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

Title: Unjunkmgr "unjunk" issue
Post 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.
Title: Re: Unjunkmgr "unjunk" issue
Post by: crazybob on June 29, 2009, 02:10:59 AM
are these users local or remote?
Title: Re: Unjunkmgr "unjunk" issue
Post by: dws4wdr on June 29, 2009, 01:25:57 PM
Both local and remote behave the same.
Title: Re: Unjunkmgr "unjunk" issue
Post by: dm on June 29, 2009, 02:05:45 PM
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.
Title: Re: Unjunkmgr "unjunk" issue
Post by: dws4wdr on June 29, 2009, 02:18:17 PM
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