Code

Kolab functions would runn now
[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}>
12                 </td>
13                 <td>
14                         POP3 Service    
15                 </td>
16         </tr>
17         <tr>
18         <td>
19             <input name="cyrus_pop3s" value="1" type="checkbox" {$cyrus_pop3sCheck}>
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" {$cyrus_imapCheck}>
28         </td>
29         <td>
30                         IMAP Service    
31         </td>
32     </tr>
33     <tr>
34         <td>
35             <input name="cyrus_imaps" value="1" type="checkbox" {$cyrus_imapsCheck}>
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" {$cyrus_sieveCheck}>
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" {$proftpd_ftpCheck}>
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="apache_http" value="1" type="checkbox" {$apache_httpCheck}>
60         </td>
61         <td>
62                         HTTP FreeBusy Service (Legacy)  
63         </td>
64     </tr>
65     <tr>
66         <td>
67             <input name="postfix_enable_virus_scan" value="1" type="checkbox" {$postfix_enable_virus_scanCheck}>
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;" size="6"  name="kolabHost">
91             {html_options values=$kolabHost output=$kolabHost}
92         </select>
93     <br>
94         <input type="text"      name="NewkolabHost">
95         <input type="submit"    value="{t}Add{/t}"      name="NewHost">
96         <input type="submit"    value="{t}Delete{/t}"   name="DelHost">
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="cyrus_quotawarn" value="{$cyrus_quotawarn}" 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="apache_allow_unauthenticated_fb" value="1" type="checkbox" {$apache_allow_unauthenticated_fbCheck}>
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="postfix_mynetworks" value="{$postfix_mynetworks}" 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="postfix_relayhost" value="{$postfix_relayhost}" type="text">
187                 </td>
188                 <td>
189                         Smarthost to use to send outgoing mail (host.domain.tld). Leave empty for no relayhost.
190                 </td>
191         </tr>
192     <tr>
193         <td>
194             <input name="" value="1" type="checkbox" >
195         </td>
196         <td>
197                         Enable MX lookup for relayhost (if in doubt, leave it off)
198                 </td>
199      </tr>
200    </table>
203 <p class="seperator">&nbsp;</p>
204 <br>
207    <table>
208     <tr>
209         <td colspan="2">
210                 <b>{t}Accept Internet Mail{/t}</b>
211                 </td>
212     </tr>
213     <tr>
214         <td>
215             <input name="" value="1" type="checkbox" >
216         </td>
217         <td>
218                 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.
219                 </td>
220      </tr>
221    </table>
229   </td>
230  </tr>
231 </table>