Code

b75c898b9d3ebdb1584ef053b01502ef2dcc9917
[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" >
12                 </td>
13                 <td>
14                         POP3 Service    
15                 </td>
16         </tr>
17         <tr>
18         <td>
19             <input name="cyrus-pop3s" value="1" type="checkbox" >
20         </td>
21                 <td>
22                         POP3/SSL service (TCP port 995)         
23         </td>
24     </tr>
25     <tr>
26         <td>
27             <input name="cyrus-imap" value="1" type="checkbox" >
28         </td>
29         <td>
30                         IMAP Service    
31         </td>
32     </tr>
33     <tr>
34         <td>
35             <input name="cyrus-imaps" value="1" type="checkbox" >
36         </td>
37         <td>
38                         IMAP/SSL Service (TCP port 993)         
39         </td>
40     </tr>
41     <tr>
42         <td>
43             <input name="cyrus-sieve" value="1" type="checkbox" >
44         </td>
45         <td>
46                         Sieve service (TCP port 2000)   
47         </td>
48     </tr>
49     <tr>
50         <td>
51             <input name="proftpd-ftp" value="1" type="checkbox" >
52         </td>
53         <td>
54                         FTP FreeBusy Service (Legacy, not interoperable with Kolab2 FreeBusy)   
55         </td>
56     </tr>
57     <tr>
58         <td>
59             <input name="" value="1" type="checkbox" >
60         </td>
61         <td>
62                         HTTP FreeBusy Service (Legacy)  
63         </td>
64     </tr>
65     <tr>
66         <td>
67             <input name="" value="1" type="checkbox" >
68         </td>
69         <td>
70                         Amavis Email Scanning (Virus/Spam)
71                 </td>
72         </tr>
73    </table>
78 <p class="seperator">&nbsp;</p>
79 <br>
81         
82    <table>
83         <tr>
84                 <td colspan="2" >
85                         <b>{t}Kolab Hosts{/t}</b>
86                 </td>
87         </tr>
88     <tr>
89      <td>
90         <select style="width:350px;" id="goExportEntry" name="goExportEntry" {$goNfsServerState} size=6 multiple {$trustmodeACL} {$trusthide}>
91             {html_options values=$goExportEntry output=$goExportEntry}
92         </select>
93     <br>
94         <input type="text"      name="NewNfsExport" {$goNfsServerState} id="NewNfsExportId">
95         <input type="submit"    value="{t}Add{/t}"      name="NewNfsAdd"    {$goNfsServerState} id="NewNfsAddId">
96         <input type="submit"    value="{t}Delete{/t}"   name="DelNfsEnt"    {$goNfsServerState} id="DelNfsEntId">
97     </td>
98         </tr>
99         </table>        
102   </td>
103   <td style="vertical-align:top" width="50%">
106    <table>
107     <tr>
108                 <td colspan="2"> 
109                         <b>{t}Quota settings{/t}</b>
110                 </td>
111         </tr>
112         <tr>
113                 <td>
114                         <input name="" value="" type="text" maxlength="2" size="3">%
115                 </td>
116                 <td>
117                         Percentage to warn users
118                 </td>
119         </tr>
120    </table>
121   
123 <p class="seperator">&nbsp;</p>
124 <br>
127    <table>
128     <tr>
129         <td colspan="2">
130             <b>{t}Free/Busy settings{/t}</b>
131         </td>
132     </tr>
133     <tr>
134         <td>
135             <input name="" value="1" type="checkbox">
136         </td>
137         <td>
138             Allow unauthenticated downloading of Free/Busy information 
139         </td>
140          </tr>
141          <tr>
142         <td>
143                 <input name="" value="" type="text" maxlength="2" size="3">
144                 </td>
145         <td>
146                         When creating free/busy lists, include data from x days in the past
147                 </td>
148      </tr>
150    </table>
153 <p class="seperator">&nbsp;</p>
154 <br>
157    <table>
158     <tr>
159         <td colspan="2">
160                 <b>{t}Privileged Networks{/t}</b>
161                 </td>
162     </tr>
163     <tr>
164         <td>
165             <input name="" value="" type="text">
166         </td>
167         <td>
168                         Networks allowed to relay and send mail through unauthenticated SMTP connections to the Kolab server (comma separated networks in x.x.x.x/y format)
169                 </td>
170      </tr>
171    </table>
174 <p class="seperator">&nbsp;</p>
175 <br>
178    <table>
179     <tr>
180         <td colspan="2">
181                 <b>{t}SMTP "smarthost/relayhost"{/t}</b>
182                 </td>
183     </tr>
184     <tr>
185         <td>
186             <input name="" value="1" type="checkbox" >
187         </td>
188         <td>
189                 Smarthost to use to send outgoing mail (host.domain.tld). Leave empty for no relayhost.
190                         Enable MX lookup for relayhost (if in doubt, leave it off)
191                 </td>
192      </tr>
193    </table>
196 <p class="seperator">&nbsp;</p>
197 <br>
200    <table>
201     <tr>
202         <td colspan="2">
203                 <b>{t}Accept Internet Mai{/t}</b>
204                 </td>
205     </tr>
206     <tr>
207         <td>
208             <input name="" value="1" type="checkbox" >
209         </td>
210         <td>
211                 Accept mail from other domains over non-authenticated SMTP. This must be enabled if you want to use the Kolab server to receive mail from other internet domains.
212                 </td>
213      </tr>
214    </table>
222   </td>
223  </tr>
224 </table>