Guest User

Untitled

a guest
Feb 22nd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. Aug 24 19:01:19 gmx1 imaps[1911]: badlogin: localhost [::1] PLAIN [SASL(-13): authentication failure: bad userid authenticated]
  2. Aug 24 19:01:23 gmx1 imaps[1916]: starttls: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits new) no authentication
  3. Aug 24 19:01:23 gmx1 imaps[1916]: SASL unable to open Berkeley db /etc/sasldb2: No such file or directory
  4. Aug 24 19:01:23 gmx1 imaps[1916]: SASL unable to open Berkeley db /etc/sasldb2: No such file or directory
  5. Aug 24 19:01:23 gmx1 imaps[1916]: ptload(): bad response from ptloader server: ptsmodule_canonifyid() failed
  6. Aug 24 19:01:23 gmx1 imaps[1916]: ptload completely failed: unable to canonify identifier: 'john'[0:1]doe@domain.com
  7. Aug 24 19:01:23 gmx1 imaps[1916]: SASL bad userid authenticated
  8.  
  9. ldap_domain_base_dn: cn=kolab,cn=config
  10. ldap_domain_filter: (&(objectclass=domainrelatedobject)(associateddomain=%s))
  11. ldap_domain_name_attribute: associatedDomain
  12. ldap_domain_scope: sub
  13. ldap_domain_result_attribute: inetdomainbasedn
  14.  
  15. ldap_domain_base_dn: cn=kolab,cn=config
  16.  
  17. sasl_pwcheck_method: auxprop saslauthd
  18. sasl_mech_list: PLAIN LOGIN
  19. allowplaintext: no
  20.  
  21. configdirectory: /var/lib/imap
  22. partition-default: /var/spool/imap
  23. admins: cyrus-admin
  24. sievedir: /var/lib/imap/sieve
  25. sendmail: /usr/sbin/sendmail
  26. sasl_pwcheck_method: auxprop saslauthd
  27. sasl_mech_list: PLAIN LOGIN
  28. allowplaintext: no
  29. tls_server_cert: /etc/pki/cyrus-imapd/cyrus-imapd.pem
  30. tls_server_key: /etc/pki/cyrus-imapd/cyrus-imapd.pem
  31. # uncomment this if you're operating in a DSCP environment (RFC-4594)
  32. # qosmarking: af13
  33. auth_mech: pts
  34. pts_module: ldap
  35. ldap_servers: ldap://localhost:389
  36. ldap_sasl: 0
  37. ldap_base: dc=domain,dc=com
  38. ldap_bind_dn: uid=kolab-service,ou=Special Users,dc=domain,dc=com
  39. ldap_password: WIY0DNbAYPc8uY5
  40. ldap_filter: (|(&(|(uid=cyrus-admin)(uid=cyrus-murder))(uid=%U))(&(|(uid=%U)(mail=%U@%d)(mail=%U@%r))(objectclass=kolabinetorgperson)))
  41. ldap_user_attribute: mail
  42. ldap_group_base: dc=domain,dc=com
  43. ldap_group_filter: (&(cn=%u)(objectclass=ldapsubentry)(objectclass=nsroledefinition))
  44. ldap_group_scope: one
  45. ldap_member_base: ou=People,dc=domain,dc=com
  46. ldap_member_method: attribute
  47. ldap_member_attribute: nsrole
  48. ldap_restart: 1
  49. ldap_timeout: 10
  50. ldap_time_limit: 10
  51. unixhierarchysep: 1
  52. virtdomains: userid
  53. annotation_definitions: /etc/imapd.annotations.conf
  54. sieve_extensions: fileinto reject envelope body vacation imapflags notify include regex subaddress relational copy date index
  55. allowallsubscribe: 0
  56. allowusermoves: 1
  57. altnamespace: 1
  58. hashimapspool: 1
  59. anysievefolder: 1
  60. fulldirhash: 0
  61. sieveusehomedir: 0
  62. sieve_allowreferrals: 0
  63. lmtp_downcase_rcpt: 1
  64. lmtp_fuzzy_mailbox_match: 1
  65. username_tolower: 1
  66. deletedprefix: DELETED
  67. delete_mode: delayed
  68. expunge_mode: delayed
  69. postuser: shared
  70.  
  71. ldap_domain_base_dn: cn=kolab,cn=config
  72. ldap_domain_filter: (&(objectclass=domainrelatedobject)(associateddomain=%s))
  73. ldap_domain_name_attribute: associatedDomain
  74. ldap_domain_scope: sub
  75. ldap_domain_result_attribute: inetdomainbasedn
  76.  
  77. name : Cyrus IMAPD
  78. version : git2.5+0-Kolab-2.5-108.1.el6.kolab_3.4
  79. vendor : Project Cyrus
  80. support-url: http://www.cyrusimap.org
  81. os : Linux
  82. os-version : 2.6.32-042stab108.7
  83. environment: Built w/Cyrus SASL 2.1.23
  84. Running w/Cyrus SASL 2.1.23
  85. Built w/OpenSSL 1.0.1e-fips 11 Feb 2013
  86. Running w/OpenSSL 1.0.1e-fips 11 Feb 2013
  87. Built w/zlib 1.2.3
  88. Running w/zlib 1.2.3
  89. CMU Sieve 2.4
  90. TCP Wrappers
  91. NET-SNMP
  92. mmap = shared
  93. lock = fcntl
  94. nonblock = fcntl
  95. idle = idled
  96.  
  97. https://docs.kolab.org/howtos/multi-domain.html#cyrus-imap-changes
  98.  
  99. http://bmts.us/wiki/doku.php?id=article:kolab:multidomain
  100.  
  101. testsaslauthd -u cyrus-admin -p mypassword
  102.  
  103. 0: OK "Success."
Add Comment
Please, Sign In to add comment