This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Installation and Upgrades / Re: WebAdmin Issue
« on: January 11, 2021, 06:48:30 am »
@nontrivial.
Did you loose all your configuration? I have the except same problem. This is However a production server and I cannot loose any of the configurations.
Thanks
Did you loose all your configuration? I have the except same problem. This is However a production server and I cannot loose any of the configurations.
Thanks
2
Email and Groupware / SOGo & Mac OS
« on: September 16, 2020, 08:45:40 am »
I have a user that uses a Macbook Pro (macOS Catalina 10.15.6)
If they try to access the SOGo webmail interface they are greeted with this garbage instead of a properly served https page.
Anyone have any idea why this is happening?
If they try to access the SOGo webmail interface they are greeted with this garbage instead of a properly served https page.
Anyone have any idea why this is happening?
3
Email and Groupware / Re: Zentyal Mail Filter not Starting
« on: June 04, 2020, 12:33:44 pm »
So after no pointers in the right direction I started breaking down the init.d for amavis and noticed that if the Binaries are not found that the init.d simply exit with error code 0.
I traced the binaries and saw that the although Ubuntu reported amavisd-new as installed the binaries were missing. I did an apt --reinstall amavisd-new which re-installed 1:2.11.0-1ubuntu1.1 and low and behold the mailfilter module started, after a manual service amavis restart that is..
Next another snag hit, when attempting to do a manual sa-learn for SpamAssassin, I was greated with failure. running the same sa-learn command with the -D option showed me that the amavis user did not have access to the spamassassin db in mysql
This was fixed using the following
GRANT ALL PRIVILEGES ON spamassassin.* TO 'amavis'@'localhost' IDENTIFIED BY '*******';
The password obscured by the asterisks was obtained from /etc/spamassassin/local.cf at the "bayes_sql_password" line.
Hope this helps someone else with this issue
I traced the binaries and saw that the although Ubuntu reported amavisd-new as installed the binaries were missing. I did an apt --reinstall amavisd-new which re-installed 1:2.11.0-1ubuntu1.1 and low and behold the mailfilter module started, after a manual service amavis restart that is..
Next another snag hit, when attempting to do a manual sa-learn for SpamAssassin, I was greated with failure. running the same sa-learn command with the -D option showed me that the amavis user did not have access to the spamassassin db in mysql
This was fixed using the following
GRANT ALL PRIVILEGES ON spamassassin.* TO 'amavis'@'localhost' IDENTIFIED BY '*******';
The password obscured by the asterisks was obtained from /etc/spamassassin/local.cf at the "bayes_sql_password" line.
Hope this helps someone else with this issue
4
Email and Groupware / [SOLVED] Zentyal Mail Filter not Starting
« on: June 03, 2020, 11:54:29 am »
Dear All,
Since my upgrade from 6.1 to 6.2 and using the workaround to install zentyal-antivirus and zentyal-mailfilter in this post - https://forum.zentyal.org/index.php/topic,34976.0.html
I cannot start the MailFilter module. when enabling it simply remains "Stopped", if I restart the module, I am greeted with "The module has started successfully." However the Module Status remains stopped.
I have gone through all the logs that I can find but cannot find a reason why this is happening... anyone that can point me in the right direction?
Since my upgrade from 6.1 to 6.2 and using the workaround to install zentyal-antivirus and zentyal-mailfilter in this post - https://forum.zentyal.org/index.php/topic,34976.0.html
I cannot start the MailFilter module. when enabling it simply remains "Stopped", if I restart the module, I am greeted with "The module has started successfully." However the Module Status remains stopped.
I have gone through all the logs that I can find but cannot find a reason why this is happening... anyone that can point me in the right direction?
5
Installation and Upgrades / Re: unmet dependencies after Zentyal 6.2 installation (zentyal-antivirus)
« on: May 31, 2020, 09:48:07 am »
Will moderators mark this thread as resolved once the fix is published?
6
Installation and Upgrades / Re: unmet dependencies after Zentyal 6.2 installation (zentyal-antivirus)
« on: May 28, 2020, 03:12:55 pm »
Hi mscfw,
Tried that. nothing happens.
actually re-installed via apt-get install --reinstall zentyal-mailfilter and still nothing. the Module status simply stays on "Stopped" and it does not accept mails from the mail system on the default or non-default port.
Any idea what log files can be checked to see why the service is not starting?
Tried that. nothing happens.
actually re-installed via apt-get install --reinstall zentyal-mailfilter and still nothing. the Module status simply stays on "Stopped" and it does not accept mails from the mail system on the default or non-default port.
Any idea what log files can be checked to see why the service is not starting?
7
Installation and Upgrades / Re: unmet dependencies after Zentyal 6.2 installation (zentyal-antivirus)
« on: May 28, 2020, 11:36:00 am »
I have done this, modules installed correctly, but my Zentyal Mail Filter module does not want to start.
Any ideas?
Any ideas?
8
Directory and Authentication / High CPU - Samba
« on: January 06, 2020, 08:46:55 am »
Since the upgrade to Zentyal 6.1.2 I noticed a very high CPU usage by samba
Any idea what may be causing this?
Any idea what may be causing this?
9
Email and Groupware / Zentyal 6.1 - ActiveSync Message to big
« on: November 18, 2019, 12:15:23 pm »
I have Zentyal 6.1 installed on Ubuntu 18.04 and since upgrading to 6.1 from 6.0 I am having issues with a select few ActiveSync clients on Android.
When attempting so to send mail with any attachment, I get the message that the email is to big to be sent. Strangely this behaviour is immediate and not after attempting to transmit.
On Outlook 2016 it works 100%.
Any ideas where I might start looking for the issue?
When attempting so to send mail with any attachment, I get the message that the email is to big to be sent. Strangely this behaviour is immediate and not after attempting to transmit.
On Outlook 2016 it works 100%.
Any ideas where I might start looking for the issue?
Pages: [1]