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 | ||||
16 | - uri: /mailman | ||||
17 | path: /usr/lib/cgi-bin/mailman | ||||
18 | script: true | ||||
19 | - uri: /pipermail | ||||
20 | path: /var/lib/mailman/archives/public | ||||
21 | - uri: /images/mailman | ||||
22 | path: /usr/share/images/mailman | ||||
23 | host: | ||||
24 | name: mail.example.com | ||||
25 | aliases: | ||||
26 | - mail.example.com | ||||
27 | - lists.example.com | ||||
28 | - mail01.example.com | ||||
29 | - mail01 | ||||
30 |