Code

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