Page 1 of 1

Zimbra is not working

Posted: Mon Apr 29, 2019 3:44 am
by igomez
Hi,

We have a magicspam with zimbra 8.6.0 Open source on centos 7.0 machine. I've got recently access to Magicspam interface and I see Magicspam is not working. There is no logs on /var/log/magicspam/ and there isn't statistics on interface. I didn't found a manual of your product so please could you help me with this? we had received some attacks of spammers

Thank you in advance.

Re: Zimbra is not working

Posted: Mon Apr 29, 2019 10:44 am
by magicspam
Hello igomez,

Thank you for your post.

We are sorry to hear you ran into an issue with MagicSpam and we will work with you to have this resolved.

To start the troubleshooting process, could you please let us know if the MagicSpam Protection Status under Settings -> System currently disabled? If you click 'Disable Protection' followed by 'Enable Protection', is there an error message?


Please provide a screenshot of your MagicSpam Dashboard page and any error messages.

In addition, could you please provide us the output of the following commands from the command line as 'root':

service magicspam-daemon status
service magicspam-milter status

Lastly, please send us the output of the following command:

grep magicspam /var/log/mail.log
or
grep magicspam /var/log/zimbra.log

Re: Zimbra is not working

Posted: Tue Feb 15, 2022 12:08 pm
by voidead
Hi There ?

I am facing the same issue in Zimbra OSE after upgrade.
I am getting this error in /var/log/zimbra.log
Feb 15 07:59:01 xx su: (to zimbra) magicspam on none

both magicspam-daemon & magicspam-milter services are active (running)
magicspam-httpd logs & stats are not working as before, also in GUI.

Please help me on this part, Thanks !

Re: Zimbra is not working

Posted: Thu Mar 03, 2022 5:49 pm
by admin
Hello voidead,

To begin troubleshooting, would you please attempt to reinstall MagicSpam with the latest installation package to ensure that all integrations with Zimbra are properly established.

https://www.magicspam.com/download/
https://www.magicspam.com/download/prod ... nGuide.pdf

You can remove the current version of MagicSpam from the server using the following command as root:

Code: Select all

    # Debian
    dpkg -r magicspamplus-zimbra

    # Redhat
    rpm -e magicspamplus-zimbra
Once the MagicSpam is removed, you can proceed with the installation with a freshly downloaded MagicSpam package that you have uploaded to your server:

Code: Select all

    # Debian
    dpkg -i /path/to/uploaded/package

    # Redhat
    rpm -Uvh /path/to/uploaded/package
Rest assured that all your MagicSpam configurations will be preserved after the reinstall.

Thank you.