]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Changing SASL authentication mwechanism to rimap on test-mail02.pixelpark.net
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 24 Oct 2017 09:35:39 +0000 (11:35 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 24 Oct 2017 09:35:39 +0000 (11:35 +0200)
customer/pixelpark-mail/test-mail02.pixelpark.net.yaml

index da6ccbe3dbd5c48d577b02f96c2a8267b851934f..a004b26f629859cc6e63adfcf4494d24a0dc9f78 100644 (file)
@@ -10,78 +10,14 @@ infra::additional_classes:
 
 #####################################################
 # SASL configuration
-sasl::authd::mechanism: 'ldap'
-sasl::authd::bind: 'ldap'
-sasl::authd::ldap_auth_method: 'bind'
-sasl::authd::ldap_search_base: 'o=isp'
-sasl::authd::ldap_servers:
-  - 'ldap://ldap.pixelpark.com'
-#sasl::authd::ldap_start_tls: false
-sasl::authd::bind_dn: 'cn=admin'
-sasl::authd::ldap_bind_dn: 'cn=admin'
-sasl::authd::ldap_password: >
-    ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
-    DQYJKoZIhvcNAQEBBQAEggEAkGouEnyjTBA40/lpw1BEHsDx2b2I3L2HHnm9
-    U9gHYhz1BrPTsyCklW8CC3BiE0W9NRS0Rod+cm6M+7OMzciXbgQMFO6Ko98V
-    tzoTyL8yeWr4ZXNpov/gVD+WTfcKo2A0w+egenTdErN4dclnwzAoSR9QOHNT
-    LUxHa6sTT191+79mjw0CnG1BwDKBnZRyO+fzgACFn0dUIasz7danBbZMPn/n
-    wOuOrXXq/PVNPW9GSeKkbimYCAn7KDwTvJNTJCR7dh29+aq0xoSSsGrN+L+f
-    OZrj3dG58D8lspbxNb4iFMswtOcihByp6n5fRmvnEFXw/Dn507UCTxURoLpp
-    EPXIdDA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBD/aCWYpB6KwUIcLp1T
-    EKskgBArkfXhMZNEUfrTvFILs4Ig]
-sasl::authd::ldap_bind_pw: >
-    ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
-    DQYJKoZIhvcNAQEBBQAEggEAkGouEnyjTBA40/lpw1BEHsDx2b2I3L2HHnm9
-    U9gHYhz1BrPTsyCklW8CC3BiE0W9NRS0Rod+cm6M+7OMzciXbgQMFO6Ko98V
-    tzoTyL8yeWr4ZXNpov/gVD+WTfcKo2A0w+egenTdErN4dclnwzAoSR9QOHNT
-    LUxHa6sTT191+79mjw0CnG1BwDKBnZRyO+fzgACFn0dUIasz7danBbZMPn/n
-    wOuOrXXq/PVNPW9GSeKkbimYCAn7KDwTvJNTJCR7dh29+aq0xoSSsGrN+L+f
-    OZrj3dG58D8lspbxNb4iFMswtOcihByp6n5fRmvnEFXw/Dn507UCTxURoLpp
-    EPXIdDA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBD/aCWYpB6KwUIcLp1T
-    EKskgBArkfXhMZNEUfrTvFILs4Ig]
-sasl::authd::ldap_version: '3'
-sasl::authd::ldap_filter: '(&(objectclass=inetlocalmailrecipient)(|(uid=%u)(mail=%u)))'
+sasl::authd::mechanism: 'rimap'
 
-infra::profile::sasl::enable_authd: true
-infra::profile::sasl::application:
-  smtpd:
-    mech_list:
-      - PLAIN
-      - LOGIN
-    pwcheck_method: 'saslauthd'
+#sasl::authd::ldap_filter: '(&(objectclass=inetlocalmailrecipient)(|(uid=%u)(mail=%u)))'
+sasl::authd::ldap_filter: '(&(objectclass=inetlocalmailrecipient)(mail=%u@%r))'
+sasl::authd::imap_server: 'mail-brln-store02.pixelpark.com'
+sasl::authd::threads: 2
 
 
 #####################################################
 # Postfix configuration:
 
-# Global configurations
-postfix::alias_maps: "hash:/etc/postfix/maps/aliases ldap:/etc/postfix/ldap/alias.cf"
-postfix::inet_interfaces: 'all'
-postfix::manage_mailx: false
-postfix::mastercf_source: 'puppet:///postfix_dir/master.cf'
-postfix::myorigin: 'pixelpark.com'
-
-infra::profile::postfix::aliases_file: '/etc/postfix/maps/aliases'
-infra::profile::postfix::aliases_source: 'puppet:///postfix_dir/maps/aliases'
-infra::profile::postfix::has_map_smtp_tls_peers: true
-#infra::profile::postfix::relayhost: ''
-infra::profile::postfix::tls: true
-infra::profile::postfix::is_relay: true
-infra::profile::postfix::has_default_generic: false
-
-#infra::profile::postfix::ldap_server: 'ldap.pixelpark.com'
-#infra::profile::postfix::ldap_port: '389'
-#infra::profile::postfix::ldap_timeout: '5'
-#infra::profile::postfix::ldap_search_base: 'o=isp'
-#infra::profile::postfix::ldap_bind_dn: 'cn=admin'
-infra::profile::postfix::ldap_bind_pw: >
-    ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
-    DQYJKoZIhvcNAQEBBQAEggEAkGouEnyjTBA40/lpw1BEHsDx2b2I3L2HHnm9
-    U9gHYhz1BrPTsyCklW8CC3BiE0W9NRS0Rod+cm6M+7OMzciXbgQMFO6Ko98V
-    tzoTyL8yeWr4ZXNpov/gVD+WTfcKo2A0w+egenTdErN4dclnwzAoSR9QOHNT
-    LUxHa6sTT191+79mjw0CnG1BwDKBnZRyO+fzgACFn0dUIasz7danBbZMPn/n
-    wOuOrXXq/PVNPW9GSeKkbimYCAn7KDwTvJNTJCR7dh29+aq0xoSSsGrN+L+f
-    OZrj3dG58D8lspbxNb4iFMswtOcihByp6n5fRmvnEFXw/Dn507UCTxURoLpp
-    EPXIdDA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBD/aCWYpB6KwUIcLp1T
-    EKskgBArkfXhMZNEUfrTvFILs4Ig]
-