Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOGo and Refresh View Interval #3190

Closed
zolthar opened this issue Dec 4, 2019 · 4 comments
Closed

SOGo and Refresh View Interval #3190

zolthar opened this issue Dec 4, 2019 · 4 comments

Comments

@zolthar
Copy link

zolthar commented Dec 4, 2019

How can I enforce or set a default whereby SOGo View (ie Web View) refresh interval is every_minute?

I have followed the guide here:
https://sogo.nu/files/docs/SOGoInstallationGuide.html

I have attempted to set these variables in the following conf file:
/opt/mailcow-dockerized/data/conf/sogo.conf
SOGoRefreshViewIntervals = 1;
SOGoRefreshViewCheck = every_minute:
Restarted SOGo Container

However if any of the above are listed, within the preference of a mailbox it is set to Manual.

This is in a fresh install with only 1 Mailbox as I am testing and seeing how it compares with traditional Exchange features (which so far are almost identical which is awesome).

This issue is not related to PUSH feature on mobile devices as they are working well - ie. emails are pushed to mobile devices through MS ActiveSync EAS.

NOTE: I have enough knowledge in Ubuntu/Mailcow to cause problems and not enough to fix them 😃 so this is my own learning curve to force me to learn - even if I have to format and restart for the many times so far to get it right - so please be gentle when you are roasting me!

Prior to placing the issue, please check following: (fill out each checkbox with a X once done)

  • [X ] I understand that not following below instructions might result in immediate closing and deletion of my issue.
  • [ X] I have understood that answers are voluntary and community-driven, and not commercial support.
  • [ X] I have verified that my issue has not been already answered in the past. I also checked previous issues.
@andryyy
Copy link
Contributor

andryyy commented Dec 4, 2019

image

It is a user setting, it does not work in sogo.conf. You can set it with sogo-tool or use the UI. :)

@andryyy
Copy link
Contributor

andryyy commented Dec 4, 2019

You can set it like this:

docker-compose exec -u sogo sogo-mailcow /usr/sbin/sogo-tool user-preferences set defaults [email protected] SOGoRefreshViewCheck '{"SOGoRefreshViewCheck":"every_minute"}'

@zolthar
Copy link
Author

zolthar commented Dec 4, 2019

Thank you Andre, I will try that and then will try to create a script for all users default to x minutes instead of the default manual. Thanks heaps for the quick reply.

@zolthar zolthar closed this as completed Dec 4, 2019
@frost8321
Copy link

Thank you Andre, I will try that and then will try to create a script for all users default to x minutes instead of the default manual. Thanks heaps for the quick reply.

Were you able to write a script for that? I'd be grateful if you could help me with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants