Show Posts

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.


Messages - brasse

Pages: [1]
1
Hello.

So i have installed Zentyal from scratch, connected it to our AD as secondary domain controller, so far so good.
Ive enabled active sync for the mail.
Now i am trying everything out, and ive found some problems.


1. Each reboot (uncertain of when exactly) Zentyal sets permissions to root:root to /etc/postfix, which means that postfix cant read *.cf-files there, so each reboot i have to do: chgrp postfix /etc/postfix/*.cf && /etc/init.d/postfix restart

2. postfix deliveres new mails to dir /var/vmail/%d/%u/new, dovecot tries to read new mails in dir /var/vmail/%d/%u/Maildir/New, this means that the clients will never be able to see any new mails.
If i manuall move the mails i can see them in the client ( mv /var/vmail/%d/%u/new/* /var/vmail/%d/%u/Maildir/new/ ), and they are correctly moved from ./new/ to ./cur/


How can i correct theese problems?

2
Hello.

Ive managed to configure Zentyal as an additional domain controler to a Windows 2008R2 domain, mail in works, mail out works via the webmail module.

However i can not connect to Zentyal via Outlook 2016 nor Android Exchange client.
Nothing happens, both Outlook and Android says that it cant connect to the server, the Zentyal logs are empty. Same result with SSL or unencrypted.

Ive opened everything in Zentyal firewall, both internal and external to rule out any firewall problems.

Where can i begin to troubleshoot this?

3
I can not edit /etc/resolv.conf Zentyal keeps resetting the file.

Where can i find name server server settings in the Zentyal interface? For Zentyal 4.2

4
Hello.
Im trying to install the latest development edition of Zentyal.
Im installing it with "Mail groupware" selected in the installation guide, and trying to configure it as "Additional domain controller"

My existing domain controller is Windows 2012R2, with Windows 2008R2 compatability mode on forest and domain.
Ive created an admin account on the AD called "zentyal" to use with the zentyal installation, and added that account to the domain administrator group.

At first i got an error that i fixed by replacing line 1527 in the file /usr/share/perl5/EBox/DNS.pm (my $cmd = NS_UPDATE_CMD . ' -l -t 10 ' . $fh->filename(); ) with:
my $cmd = NS_UPDATE_CMD . '' . $fh->filename();

That fix made it possible for zentyal to join the existing domain, without it its not possible.

However now i get stuck somewhere when the installation guide is saving the settings for OpenChange.
In the log file (/var/log/zentyal/zentyal.log) i get this error message:
Code: [Select]
eval {...} at /usr/share/zentyal/global-action line 30
ERROR> GlobalImpl.pm:660 EBox::GlobalImpl::saveAllModules - Failed to save changes in module openchange: DNS query failed: NXDOMAIN (using nameservers 127.0.0.1, /etc/resolv.conf was '# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # and managed by Zentyal.
#
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
#
nameserver 127.0.0.1
search MYDOMAIN.se
'
ERROR> GlobalImpl.pm:735 EBox::GlobalImpl::saveAllModules - The following modules failed while saving their changes, their state is unknown: openchange  at The following modules failed while saving their changes, their state is unknown: openchange  at /usr/share/perl5/EBox/GlobalImpl.pm line 735
EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl=HASH(0x2c949b0)', 'progress', 'EBox::ProgressIndicator=HASH(0x65a348)') called at /usr/share/perl5/EBox/Global.pm line 955


How can i fix this?

Pages: [1]