Code

Fixed problems in kolab/server tabs
[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> 
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>
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>
115     <tr>
116         <td>
117                 <b>{t}SMTP privileged networks{/t}</b>
118                 </td>
119     </tr>
120     <tr>
121           <td>
122             {t}Hosts/networks allowed to relay{/t}&nbsp;
123         <input name="postfix_mynetworks" size="35" maxlength="120" value="{$postfix_mynetworks}" {$postfix_mynetworksACL} type="text">
124         </td>
125      </tr>
126    </table>
129 <p class="seperator">&nbsp;</p>
130 <br>
133    <table>
134     <tr>
135         <td>
136                 <b>{t}SMTP smarthost/relayhost{/t}</b>
137                 </td>
138     </tr>
139     <tr>
140         <td>
141             <input name="RelayMxSupport" value="1" type="checkbox" {$RelayMxSupportCheck} {$postfix_relayhostACL}>
142                         {t}Enable MX lookup for relayhost{/t}
143                 </td>
144      </tr>
145         <tr>    
146                 <td>
147                     {t}Host used to relay mails{/t}&nbsp;
148                         <input name="postfix_relayhost" size="35" maxlength="120" value="{$postfix_relayhost}" {$postfix_relayhostACL} type="text">
149                 </td>
150         </tr>
151    </table>
154 <p class="seperator">&nbsp;</p>
155 <br>
158    <table>
159     <tr>
160         <td>
161                 <b>{t}Accept Internet Mail{/t}</b>
162                 </td>
163     </tr>
164     <tr>
165         <td>
166             <input name="postfix_allow_unauthenticated" value="1" type="checkbox" {$postfix_allow_unauthenticatedCheck} {$postfix_allow_unauthenticatedACL}>
167                 {t}Accept mail from other domains over non-authenticated SMTP{/t}
168                 </td>
169      </tr>
170    </table>
173   </td>
174  </tr>
175 </table>
177 <input type="hidden" name="kolabtab">