Code

3a68fda1756b401c9e9867afb812a1c492afb7c7
[gosa.git] / plugins / admin / systems / servkolab.tpl
1 <table style="width:100%">
2  <tr>
3   <td style="vertical-align:top; border-right:1px solid #A0A0A0; padding-right:5px;" width="50%">
5    <table>
6     <tr>
7          <td colspan="2"><b>{t}Services{/t}</b></td>
8         </tr>
9         <tr>
10                 <td>
11                         <input name="cyrus_pop3" value="1" type="checkbox" {$cyrus_pop3Check} {$cyrus_pop3ACL}>
12                 </td>
13                 <td>
14                         {t}POP3 service{/t}
15                 </td>
16         </tr>
17         <tr>
18         <td>
19             <input name="cyrus_pop3s" value="1" type="checkbox" {$cyrus_pop3sCheck} {$cyrus_pop3sACL}>
20         </td>
21                 <td>
22                         {t}POP3/SSL service{/t}
23         </td>
24     </tr>
25     <tr>
26         <td>
27             <input name="cyrus_imap" value="1" type="checkbox" {$cyrus_imapCheck} {$cyrus_imapACL}>
28         </td>
29         <td>
30                         {t}IMAP service{/t}
31         </td>
32     </tr>
33     <tr>
34         <td>
35             <input name="cyrus_imaps" value="1" type="checkbox" {$cyrus_imapsCheck} {$cyrus_imapsACL}>
36         </td>
37         <td>
38                         {t}IMAP/SSL service{/t}
39         </td>
40     </tr>
41     <tr>
42         <td>
43             <input name="cyrus_sieve" value="1" type="checkbox" {$cyrus_sieveCheck} {$cyrus_sieveACL}>
44         </td>
45         <td>
46                         {t}Sieve service{/t}
47         </td>
48     </tr>
49     <tr>
50         <td>
51             <input name="proftpd_ftp" value="1" type="checkbox" {$proftpd_ftpCheck} {$proftpd_ftpACL}>
52         </td>   
53         <td>
54                         {t}FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy){/t}
55         </td>
56     </tr>
57     <tr>
58         <td>
59             <input name="apache_http" value="1" type="checkbox" {$apache_httpCheck} {$apache_httpACL}>
60         </td>
61         <td>
62                         {t}HTTP FreeBusy service (legacy){/t}
63         </td>
64     </tr>
65     <tr>
66         <td>
67             <input name="postfix_enable_virus_scan" value="1" type="checkbox" {$postfix_enable_virus_scanCheck} {$postfix_enable_virus_scanACL}>
68         </td>
69         <td>
70                         {t}Amavis email scanning (virus/spam){/t}
71                 </td>
72         </tr>
73    </table>
75    <p class="seperator">&nbsp;</p>
76    <br>
78    <table>
79     <tr>
80                 <td colspan="2"> 
81                         <b>{t}Quota settings{/t}</b>
82                 </td>
83         </tr>
84         <tr>
85                 <td>
86                         <input name="cyrus_quotawarn" value="{$cyrus_quotawarn}" type="text" maxlength="3" size="4" {$cyrus_quotawarnACL}>%
88                 </td>
89                 <td>
90                         Percentage to warn users
91                 </td>
92         </tr>
93    </table>
94   
95   </td>
96   <td style="vertical-align:top" width="50%">
98    <table>
99     <tr>
100         <td colspan="2">
101             <b>{t}Free/Busy settings{/t}</b>
102         </td>
103     </tr>
104     <tr>
105         <td>
106             <input name="apache_allow_unauthenticated_fb" value="1" type="checkbox" {$apache_allow_unauthenticated_fbCheck} {$apache_allow_unauthenticated_fbACL}> {t}Allow unauthenticated downloading of Free/Busy information{/t}
107         </td>
108          </tr>
109          <tr>
110         <td>
111                 <input name="kolabFreeBusyFuture" value="{$kolabFreeBusyFuture}" {$kolabFreeBusyACL} type="text" maxlength="3" size="4">
112                         When creating free/busy lists, include data from x days in the past
113                 </td>
114      </tr>
115    </table>
117 <p class="seperator">&nbsp;</p>
118 <br>
119    <table>
120     <tr>
121         <td>
122                 <b>{t}SMTP privileged networks{/t}</b>
123                 </td>
124     </tr>
125     <tr>
126           <td>
127             {t}Hosts/networks allowed to relay{/t}&nbsp;
128         <input name="postfix_mynetworks" size="35" maxlength="120" value="{$postfix_mynetworks}" {$postfix_mynetworksACL} type="text">
129         </td>
130      </tr>
131    </table>
134 <p class="seperator">&nbsp;</p>
135 <br>
138    <table>
139     <tr>
140         <td>
141                 <b>{t}SMTP smarthost/relayhost{/t}</b>
142                 </td>
143     </tr>
144     <tr>
145         <td>
146             <input name="RelayMxSupport" value="1" type="checkbox" {$RelayMxSupportCheck} {$postfix_relayhostACL}>
147                         {t}Enable MX lookup for relayhost{/t}
148                 </td>
149      </tr>
150         <tr>    
151                 <td>
152                     {t}Host used to relay mails{/t}&nbsp;
153                         <input name="postfix_relayhost" size="35" maxlength="120" value="{$postfix_relayhost}" {$postfix_relayhostACL} type="text">
154                 </td>
155         </tr>
156    </table>
159 <p class="seperator">&nbsp;</p>
160 <br>
163    <table>
164     <tr>
165         <td>
166                 <b>{t}Accept Internet Mail{/t}</b>
167                 </td>
168     </tr>
169     <tr>
170         <td>
171             <input name="postfix_allow_unauthenticated" value="1" type="checkbox" {$postfix_allow_unauthenticatedCheck} {$postfix_allow_unauthenticatedACL}>
172                 {t}Accept mail from other domains over non-authenticated SMTP{/t}
173                 </td>
174      </tr>
175    </table>
178   </td>
179  </tr>
180 </table>