]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Fixing SASL configuration in customer/pixelpark-mail/common.yaml
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 15 Mar 2018 08:41:00 +0000 (09:41 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 15 Mar 2018 08:41:00 +0000 (09:41 +0100)
customer/pixelpark-mail/common.yaml

index e8dc141a6d2672f7ac609f7e80a2666134f65d38..7a2b5dcc2dfd79e376e6103d90a6c41e0938d553 100644 (file)
@@ -101,8 +101,8 @@ infra::profile::sasl::enable_authd: true
 infra::profile::sasl::application:
   smtpd:
     mech_list:
-      - PLAIN
-      - LOGIN
+      - plain
+      - login
     pwcheck_method: 'saslauthd'