jan kaufman | 130eb9b | 2016-01-26 14:47:44 +0100 | [diff] [blame] | 1 | apache: |
| 2 | server: |
| 3 | enabled: true |
| 4 | modules: |
| 5 | - cgi |
| 6 | - php |
| 7 | site: |
| 8 | roundcube: |
| 9 | enabled: true |
| 10 | type: static |
| 11 | name: roundcube |
| 12 | root: /usr/share/roundcube |
| 13 | locations: |
| 14 | - uri: /admin |
| 15 | path: /usr/share/postfixadmin |
Filip Pytloun | 590b579 | 2016-01-27 11:24:29 +0100 | [diff] [blame^] | 16 | auth: |
| 17 | engine: kerberos |
| 18 | name: "Kerberos Authentication" |
| 19 | require: |
| 20 | - "ldap-attribute memberOf='cn=jenkins,cn=groups,cn=accounts,dc=example,dc=eu'" |
| 21 | kerberos: |
| 22 | realms: |
| 23 | - EXAMPLE.EU |
| 24 | keytab: /etc/apache2/ipa.keytab |
| 25 | service: HTTP |
| 26 | method: |
| 27 | negotiate: true |
| 28 | k5passwd: true |
| 29 | ldap: |
| 30 | url: "ldaps://idm01.example.eu/dc=example,dc=eu?krbPrincipalName" |
| 31 | mech: GSSAPI |
jan kaufman | 130eb9b | 2016-01-26 14:47:44 +0100 | [diff] [blame] | 32 | - uri: /mailman |
| 33 | path: /usr/lib/cgi-bin/mailman |
| 34 | script: true |
| 35 | - uri: /pipermail |
| 36 | path: /var/lib/mailman/archives/public |
| 37 | - uri: /images/mailman |
| 38 | path: /usr/share/images/mailman |
| 39 | host: |
| 40 | name: mail.example.com |
| 41 | aliases: |
| 42 | - mail.example.com |
| 43 | - lists.example.com |
| 44 | - mail01.example.com |
| 45 | - mail01 |
| 46 | |