<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>I've been using Nine on all my Samsung devices for years and I really like it.  I used to have problems with getting any folder other than INBOX.  When I contacted 9Folders support they suggested I change the device type to "iphone" which is configurable in the client, and it worked like a charm and now I know why.  I also now know how to get the native email apps to work correctly.  Thanks so much.</p>
<p>Brian</p>
<p>On 2016-09-12 10:07 am, Troy Carpenter wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored --><!-- meta ignored --><!-- node type 8 --><!-- node type 8 --><!-- node type 8 -->
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">I use Nine on all my devices with full multiple folder support.<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"><!-- o ignored --> </span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">I've seen the other problems you are working in other follow-up threads, but , don't forget that you will need to change /usr/share/kolab-syncroton/lib/kolab_sync_data.php so that it allows multiple folders with nine.<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"><!-- o ignored --> </span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">You need to change the array $ext_devices, around line 106:<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"><!-- o ignored --> </span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">    protected $ext_devices = array(<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'iphone',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'ipad',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'thundertine',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'windowsphone',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'wp',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'wp8',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'playbook',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">}<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"><!-- o ignored --> </span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">Add 'android' to the list:<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">    protected $ext_devices = array(<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'iphone',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'ipad',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'thundertine',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'windowsphone',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'wp',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'wp8',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'playbook',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">        'android',<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">}<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"><!-- o ignored --> </span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;">Nine sends 'android' as the device type.  You can also add other device types there.  Samsung devices support multiple folders now in the built-in app, but they don't send 'android', they send their model number which makes for a long list.  For instance, I also have samsungsghi747, samsungsmp600 among others for users of those devices that are not using Nine.  If you need to find out the device type being sent, you can look at the ActiveSync Option in Roundcube.  It will show the device configuration which lists the Device Type.  Use the string listed there, but I've found it has to be all lower case in the code listed above.<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"><!-- o ignored --> </span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"><!-- o ignored --> </span></p>
<div>
<div style="border: none; border-top: solid #E1E1E1 1.0pt; padding: 3.0pt 0in 0in 0in;">
<p class="MsoNormal"><strong><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;">From:</span></strong><span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"> users-bounces@lists.kolab.org [mailto:users-bounces@lists.kolab.org] <strong>On Behalf Of </strong>Stephen Switzer<br /><strong>Sent:</strong> Monday, September 12, 2016 12:13 AM<br /><strong>To:</strong> users@lists.kolab.org<br /><strong>Subject:</strong> 389 Directory Server error<!-- o ignored --></span></p>
</div>
</div>
<p class="MsoNormal"><!-- o ignored --> </p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">I recently was looking at 9folders (android client) and why I can't see any folders on it other than inbox & sent. I decided to see what updates were available on Kolab16 under Centos. After the update, I'm now running 7.2.1511.<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">Once the update was done, I rebooted, and quickly noticed that I could not send email.I sa errors like this in the maillog:<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">Sep 11 23:01:14 kolab16 postfix/trivial-rewrite[11366]: warning: ldap:/etc/postfix/ldap/mydestination.cf: table lookup problem<br />Sep 11 23:01:16 kolab16 imaps[3445]: badlogin: localhost [127.0.0.1] login [SASL(-13): authentication failure: checkpass failed]<br />Sep 11 23:01:24 kolab16 postfix/trivial-rewrite[11366]: warning: dict_ldap_connect: Unable to bind to server ldap://localhost:389 with dn uid=kolab-service,ou=Special Users,dc=sbsroc,dc=com: -5 (Timed out)<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">Somehow I didn't notice the ldap error at first glance and looked at other things, noticing the following in /var/log/kolab/pykolab.log:<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">2016-09-11 23:04:02,420 pykolab.wallace ERROR Module resources.heartbeat() failed with error: Traceback (most recent call last):<br />  File "/usr/lib/python2.7/site-packages/wallace/__init__.py", line 89, in modules_heartbeat<br />    modules.heartbeat(module, lastrun)<br />  File "/usr/lib/python2.7/site-packages/wallace/modules.py", line 128, in heartbeat<br />    return modules[name]['heartbeat'](*args, **kw)<br />  File "/usr/lib/python2.7/site-packages/wallace/module_resources.py", line 417, in heartbeat<br />    resource_dns = auth.find_resource('*')<br />  File "/usr/lib/python2.7/site-packages/pykolab/auth/__init__.py", line 220, in find_resource<br />    result = self._auth.find_resource(address)<br />  File "/usr/lib/python2.7/site-packages/pykolab/auth/ldap/__init__.py", line 765, in find_resource<br />    self._bind()<br />  File "/usr/lib/python2.7/site-packages/pykolab/auth/ldap/__init__.py", line 1435, in _bind<br />    self.ldap.simple_bind_s(bind_dn, bind_pw)<br />  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 837, in simple_bind_s<br />    res = self._apply_method_s(SimpleLDAPObject.simple_bind_s,*args,**kwargs)<br />  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 818, in _apply_method_s<br />    return func(self,*args,**kwargs)<br />  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 208, in simple_bind_s<br />    resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)<br />  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 469, in result3<br />    resp_ctrl_classes=resp_ctrl_classes<br />  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 476, in result4<br />    ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)<br />  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 99, in _ldap_call<br />    result = func(*args,**kwargs)<br />TIMEOUT<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">When I finally honed in on the ldap server, I tried to start it:<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">[root@kolab16 ~]# systemctl restart <a href="mailto:dirsrv@service.service">dirsrv@service.service</a><br />Job for <a href="mailto:dirsrv@service.service">dirsrv@service.service</a> failed because a configured resource limit was exceeded. See "systemctl status <a href="mailto:dirsrv@service.service">dirsrv@service.service</a>" and "journalctl -xe" for details.<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">So I ran the suggestion:<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">[root@kolab16 ~]# journalctl -xe<br />Sep 11 23:17:44 kolab16.sbsllc.local imaps[12089]: starttls: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits reused) no authentication<br />Sep 11 23:17:46 kolab16.sbsllc.local imaps[11890]: badlogin: localhost [127.0.0.1] plaintext <a href="mailto:odoo@mydomain.com">odoo@mydomain.com</a> SASL(-13): authentication failure: checkpass fai<br />Sep 11 23:18:14 kolab16.sbsllc.local imaps[12089]: timeout_select: reading from ptloader: Connection timed out<br />Sep 11 23:18:14 kolab16.sbsllc.local imaps[12089]: ptload failed: but canonified <a href="mailto:support@mydomain.com">support@mydomain.com</a> -> <a href="mailto:support@mydomain.com">support@mydomain.com</a><br />Sep 11 23:18:16 kolab16.sbsllc.local polkitd[926]: Registered Authentication Agent for unix-process:12166:120602 (system bus name :1.36 [/usr/bin/pkttyagent<br />Sep 11 23:18:16 kolab16.sbsllc.local systemd[1]: Failed to load environment files: No such file or directory<br />Sep 11 23:18:16 kolab16.sbsllc.local systemd[1]: <a href="mailto:dirsrv@service.service">dirsrv@service.service</a> failed to run 'start' task: No such file or directory<br />Sep 11 23:18:16 kolab16.sbsllc.local systemd[1]: Failed to start 389 Directory Server service..<br />-- Subject: Unit <a href="mailto:dirsrv@service.service">dirsrv@service.service</a> has failed<br />-- Defined-By: systemd<br />-- Support: <a href="http://lists.freedesktop.org/mailman/listinfo/systemd-devel">http://lists.freedesktop.org/mailman/listinfo/systemd-devel</a><br />-- <br />-- Unit <a href="mailto:dirsrv@service.service">dirsrv@service.service</a> has failed.<br />-- <br />-- The result is failed.<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">The 389 server is not running... I couldn't log in to roundcube, could send email with thunderbird, etc. the web admin panel also didn't let me log in. Since the auth backend is down, that's expected.<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">I rolled back to a snapshot of this virtual machine, and booted it up... same issue!! Since the old versio behaved the same way, I went back to the newly updated snapshot. I figure if it's failing, I might as well work on the latest version.<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">After letting it sit for a while during my google research, I received a "new mail" desktop notification from my browser. Uhmmmmm. It started working on its own!<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">I checked the service status, and it still says it failed:<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">[root@kolab16 ~]# systemctl status <a href="mailto:dirsrv@service.service">dirsrv@service.service</a><br />● <a href="mailto:dirsrv@service.service">dirsrv@service.service</a> - 389 Directory Server service.<br />   Loaded: loaded (<a href="mailto:/usr/lib/systemd/system/dirsrv@.service">/usr/lib/systemd/system/dirsrv@.service</a>; enabled; vendor preset: disabled)<br />   Active: failed (Result: resources)<br /><br />Sep 11 23:10:56 kolab16.sbsllc.local systemd[1]: Failed to load environment files: No such file or directory<br />Sep 11 23:10:56 kolab16.sbsllc.local systemd[1]: <a href="mailto:dirsrv@service.service">dirsrv@service.service</a> failed to run 'start' task: No such file or directory<br />Sep 11 23:10:56 kolab16.sbsllc.local systemd[1]: Failed to start 389 Directory Server service..<br />Sep 11 23:10:56 kolab16.sbsllc.local systemd[1]: <a href="mailto:dirsrv@service.service">dirsrv@service.service</a> failed.<br />Sep 11 23:10:56 kolab16.sbsllc.local systemd[1]: Starting 389 Directory Server service....<br />Sep 11 23:18:16 kolab16.sbsllc.local systemd[1]: Failed to load environment files: No such file or directory<br />Sep 11 23:18:16 kolab16.sbsllc.local systemd[1]: <a href="mailto:dirsrv@service.service">dirsrv@service.service</a> failed to run 'start' task: No such file or directory<br />Sep 11 23:18:16 kolab16.sbsllc.local systemd[1]: Failed to start 389 Directory Server service..<br />Sep 11 23:18:16 kolab16.sbsllc.local systemd[1]: <a href="mailto:dirsrv@service.service">dirsrv@service.service</a> failed.<br />Sep 11 23:18:16 kolab16.sbsllc.local systemd[1]: Starting 389 Directory Server service....<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">But... the LDAP port is open and listening:<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">[root@kolab16 ~]# netstat -nap | grep 389 | grep "LISTEN "<br />tcp6       0      0 :::389                  :::*                    LISTEN      705/ns-slapd        <br />[root@kolab16 ~]# <!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">...and I'm still seeing errors all over the kolab logs.<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">2016-09-11 23:46:54,908 pykolab.auth ERROR Traceback (most recent call last):<br />  File "/usr/lib/python2.7/site-packages/pykolab/auth/ldap/__init__.py", line 3059, in _search<br />    secondary_domains<br />  File "<string>", line 10, in <module><br />  File "/usr/lib/python2.7/site-packages/pykolab/auth/ldap/__init__.py", line 2738, in _persistent_search<br />    resp_ctrl_classes={ecnc.controlType:ecnc}<br />  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 476, in result4<br />    ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)<br />  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 99, in _ldap_call<br />    result = func(*args,**kwargs)<br />TIMEOUT<!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">There must be something wrong underlying, but the system is working... (I just sent this email!) I'd like to make sure it's working the the right reason and that it'll stay up. Thank you to anyone that can lend me some input.<!-- o ignored --></span></p>
<div>
<p class="MsoNormal"><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">-- <!-- o ignored --></span></p>
<p><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">Best regards,<!-- o ignored --></span></p>
<p style="margin: 0in; margin-bottom: .0001pt;"><strong><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;">Stephen H. Switzer</span></strong><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;"> <br /></span><em><span style="font-family: 'Verdana',sans-serif;">Technical Consultant & System Engineer</span></em><span style="font-family: 'Verdana',sans-serif;"> <br />- VMware VSP <br />- Microsoft MCP, Desktop/Server</span><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;"> <br /><br /><img id="_x0000_i1025" style="width: 1.4583in; height: .4895in;" src="/roundcubemail/assets/program/resources/blocked.gif" alt="" width="140" height="47" name="graphics1" border="0" /><br /></span><strong><span style="font-family: 'Verdana',sans-serif;">Switzer Business Solutions, LLC</span></strong><span style="font-family: 'Verdana',sans-serif;"><br />- VMware VIP Partner <br />- HP Authorized Business Development Partner <br />- Xorcom Certified Dealer</span><span style="font-size: 10.0pt; font-family: 'Verdana',sans-serif;"><!-- o ignored --></span></p>
</div>
</div>
<!-- html ignored --><br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<br /> users mailing list<br /><a href="mailto:users@lists.kolab.org">users@lists.kolab.org</a><br /><a href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a></div>
</blockquote>
<p> </p>
<div> </div>
</body></html>