<div dir="ltr">Hello!<div><br></div><div>After about two hours of googling and fiddling around, I'm still having a problem with users logging in. The issue seems to be with ptloader which refuses to work... Below is an excerpt from mail.log and my imapd.conf</div><div><br></div><div>The situation:</div><div>(Attempted) multi domain setup however only one works. </div><div>Debian 7</div><div>Kolab 3.3</div><div><br></div><div>imap.conf:</div><div><div>configdirectory: /var/lib/imap</div><div>partition-default: /var/spool/imap</div><div>admins: cyrus-admin</div><div>sievedir: /var/lib/imap/sieve</div><div>sendmail: /usr/sbin/sendmail</div><div>sasl_pwcheck_method: auxprop saslauthd</div><div>sasl_mech_list: PLAIN LOGIN</div><div>allowplaintext: no</div><div>tls_cert_file: /etc/ssl/certs/example.crt</div><div>tls_key_file: /etc/ssl/private/example.key</div><div>tls_ca_file: /etc/ssl/certs/example.ca-chain.pem</div><div># uncomment this if you're operating in a DSCP environment (RFC-4594)</div><div># qosmarking: af13</div><div>auth_mech: pts</div><div>pts_module: ldap</div><div>ldap_servers: ldaps://localhost:636</div><div>ldap_sasl: 0</div><div>ldap_base: dc=example,dc=com</div><div>ldap_bind_dn: uid=kolab-service,ou=Special Users,dc=example,dc=com</div><div>ldap_domain_base_dn: cn=kolab,cn=config</div><div>ldap_domain_filter: (&(objectclass=domainrelatedobject)(associateddomain=%s))</div><div>ldap_domain_name_attribute: associatedDomain</div><div>ldap_domain_result_attribute: inetdomainbasedn</div><div>ldap_domain_scope: sub</div><div>ldap_password: ***</div><div>ldap_filter: (|(&(|(uid=cyrus-admin)(uid=cyrus-murder))(uid=%U))(&(|(uid=%U)(mail=%U@%d)(mail=%U@%r))(objectclass=kolabinetorgperson)))</div><div>ldap_user_attribute: mail</div><div>ldap_group_base: ou=groups,ou=people,dc=example,dc=com</div><div>ldap_group_filter: (&(cn=%u)(objectclass=ldapsubentry)(objectclass=nsroledefinition))</div><div>ldap_group_scope: one</div><div>ldap_member_base: ou=groups,ou=people,dc=example,dc=com</div><div>ldap_member_method: attribute</div><div>ldap_member_attribute: nsrole</div><div>ldap_restart: 1</div><div>ldap_timeout: 10</div><div>ldap_time_limit: 10</div><div>unixhierarchysep: 1</div><div>virtdomains: userid</div><div>annotation_definitions: /etc/imapd.annotations.conf</div><div>sieve_extensions: fileinto reject envelope body vacation imapflags notify include regex subaddress relational copy</div><div>allowallsubscribe: 0</div><div>allowusermoves: 1</div><div>altnamespace: 0</div><div>hashimapspool: 1</div><div>anysievefolder: 1</div><div>fulldirhash: 0</div><div>sieveusehomedir: 0</div><div>sieve_allowreferrals: 0</div><div>lmtp_downcase_rcpt: 1</div><div>lmtp_fuzzy_mailbox_match: 1</div><div>username_tolower: 1</div><div>deletedprefix: DELETED</div><div>delete_mode: delayed</div><div>expunge_mode: delayed</div><div>flushseenstate: 1</div><div>postuser: postuser</div></div><div><br></div><div>mail.log:</div><div><div>Feb 26 17:22:41 webmail imaps[22032]: starttls: TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits new) no authentication</div><div>Feb 26 17:22:41 webmail ptloader[22040]: starting: ptloader.c,v git2.5+0 </div><div>Feb 26 17:22:41 webmail imaps[22032]: ptload(): bad response from ptloader server: identifier not found</div><div>Feb 26 17:22:41 webmail imaps[22032]: ptload completely failed: unable to canonify identifier: <a href="mailto:john.smith@example.com">john.smith@example.com</a></div><div>Feb 26 17:22:41 webmail imaps[22032]: SASL bad userid authenticated</div><div>Feb 26 17:22:41 webmail imaps[22032]: badlogin: localhost [127.0.0.1] PLAIN [SASL(-13): authentication failure: bad userid authenticated]</div><div>Feb 26 17:22:44 webmail imaps[21999]: starttls: TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits new) no authentication</div><div>Feb 26 17:22:45 webmail imaps[21999]: ptload(): empty response from ptloader server</div><div>Feb 26 17:22:45 webmail imaps[21999]: ptload completely failed: unable to canonify identifier: <a href="mailto:john.smith@example.com">john.smith@example.com</a></div></div><div><br></div><div><br></div></div>