Code

Moved iconmenu to be always on top
[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%">
4    <table summary="">
5     <tr>
6          <td colspan="2"><b>{t}Generic{/t}</b></td>
7         </tr>
8         <tr>
9                 <td>{t}Postfix mydomain{/t}
10                 </td>
11                 <td>
12 {render acl=$postfixmydomainACL}
13                         <input type="text" name="postfix_mydomain" value="{$postfix_mydomain}" {$postfixmydomainACL}>
14 {/render}
15                 </td>
16         </tr>
17         <tr>
18                 <td>{t}Postfix mydestination{/t}
19                 </td>
20                 <td>
21 {render acl=$postfixmydestinationACL}
22                         <input type="text" name="postfix_mydestination" value="{$postfix_mydestination}" {$postfixmydestinationACL}>
23 {/render}
24                 </td>
25         </tr>
26    </table>     
27    <p class="seperator" >&nbsp;</p>
28    <table summary="">
29     <tr>
30          <td colspan="2"><b>{t}Services{/t}</b></td>
31         </tr>
32         <tr>
33                 <td>
34 {render acl=$cyruspop3ACL}
35                         <input id="cyrus_pop3" name="cyrus_pop3" value="1" type="checkbox" {$cyrus_pop3Check} {$cyruspop3ACL}>
36 {/render}
37                 </td>
38                 <td>
39                         <LABEL for="cyrus_pop3">{t}POP3 service{/t}</LABEL>
40                 </td>
41         </tr>
42         <tr>
43         <td>
44 {render acl=$cyruspop3sACL}
45             <input id="cyrus_pop3s" name="cyrus_pop3s" value="1" type="checkbox" {$cyrus_pop3sCheck} {$cyruspop3sACL}>
46 {/render}
47         </td>
48                 <td>
49                         <LABEL for="cyrus_pop3s">{t}POP3/SSL service{/t}</LABEL>
50         </td>
51     </tr>
52     <tr>
53         <td>
54 {render acl=$cyrusimapACL}
55             <input id="cyrus_imap" name="cyrus_imap" value="1" type="checkbox" {$cyrus_imapCheck} {$cyrusimapACL}>
56 {/render}
57         </td>
58         <td>
59                         <LABEL for="cyrus_imap">{t}IMAP service{/t}</LABEL>
60         </td>
61     </tr>
62     <tr>
63         <td>
64 {render acl=$cyrusimapsACL}
65             <input id="cyrus_imaps" name="cyrus_imaps" value="1" type="checkbox" {$cyrus_imapsCheck} {$cyrusimapsACL}>
66 {/render}
67         </td>
68         <td>
69                         <LABEL for="cyrus_imaps">{t}IMAP/SSL service{/t}</LABEL>
70         </td>
71     </tr>
72     <tr>
73         <td>
74 {render acl=$cyrussieveACL}
75             <input id="cyrus_sieve" name="cyrus_sieve" value="1" type="checkbox" {$cyrus_sieveCheck} {$cyrussieveACL}>
76 {/render}
77         </td>
78         <td>
79                         <LABEL for="cyrus_sieve">{t}Sieve service{/t}</LABEL>
80         </td>
81     </tr>
82     <tr>
83         <td>
84 {render acl=$proftpdftpACL}
85             <input id="proftpd_ftp" name="proftpd_ftp" value="1" type="checkbox" {$proftpd_ftpCheck} {$proftpdftpACL}>
86 {/render}
87         </td>   
88         <td>
89                         <LABEL for="proftpd_ftp">{t}FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy){/t}</LABEL>
90         </td>
91     </tr>
92     <tr>
93         <td>
94 {render acl=$apachehttpACL}
95             <input id="apache_http" name="apache_http" value="1" type="checkbox" {$apache_httpCheck} {$apachehttpACL}>
96 {/render}
97         </td>
98         <td>
99                         <LABEL for="apache_http">{t}HTTP FreeBusy service (legacy){/t}</LABEL>
100         </td>
101     </tr>
102     <tr>
103         <td>
104 {render acl=$postfixenablevirusscanACL}
105                         <input id="postfix_enable_virus_scan" name="postfix_enable_virus_scan" value="1" type="checkbox" {$postfix_enable_virus_scanCheck} {$postfixenablevirusscanACL}>
106 {/render}
107         </td>
108         <td>
109                         <LABEL for="postfix_enable_virus_scan">{t}Amavis email scanning (virus/spam){/t}</LABEL>
110                 </td>
111         </tr>
112    </table>
114    <p class="seperator">&nbsp;</p>
115    <br>
117    <table summary="">
118     <tr>
119                 <td> 
120                         <b>{t}Quota settings{/t}</b>
121                 </td>
122         </tr>
123         <tr>
124                 <td>
125 {render acl=$cyrusquotawarnACL}
126                         {$quotastr}
127 {/render}
128                 </td>
129         </tr>
130    </table>
131   
132   </td>
133   <td style="vertical-align:top" width="50%">
135    <table summary="">
136     <tr>
137         <td colspan="2">
138             <b>{t}Free/Busy settings{/t}</b>
139         </td>
140     </tr>
141     <tr>
142         <td>
143 {render acl=$apacheallowunauthenticatedfbACL}
144             <input name="apache_allow_unauthenticated_fb" value="1" type="checkbox" {$apache_allow_unauthenticated_fbCheck} {$apacheallowunauthenticatedfbACL}> {t}Allow unauthenticated downloading of Free/Busy information{/t}
145 {/render}
146         </td>
147          </tr>
148          <tr>
149         <td>
150 {render acl=$kolabFreeBusyFutureACL}
151                 {$fbfuture}
152 {/render}
153         </td>
154      </tr>
155    </table>
157 <p class="seperator">&nbsp;</p>
158 <br>
159    <table summary="">
160     <tr>
161         <td>
162                 <b>{t}SMTP privileged networks{/t}</b>
163                 </td>
164     </tr>
165     <tr>
166           <td>
167             <LABEL for="postfix_mynetworks">{t}Hosts/networks allowed to relay{/t}</LABEL><br>
168 {render acl=$postfixmynetworksACL}
169         <input id="postfix_mynetworks" name="postfix_mynetworks" size="60" maxlength="220" value="{$postfix_mynetworks}" {$postfixmynetworksACL} type="text">
170 {/render}
171                 <br>
172                 ( {t}Enter multiple values, seperated with{/t} , )
173         </td>
174      </tr>
175    </table>
178 <p class="seperator">&nbsp;</p>
179 <br>
182    <table summary="">
183     <tr>
184         <td>
185                 <b>{t}SMTP smarthost/relayhost{/t}</b>
186                 </td>
187     </tr>
188     <tr>
189         <td>
190 {render acl=$postfixrelayhostACL}
191             <input id="RelayMxSupport" name="RelayMxSupport" value="1" type="checkbox" {$RelayMxSupportCheck} {$postfixrelayhostACL}>
192 {/render}
193                         <LABEL for="RelayMxSupport">{t}Enable MX lookup for relayhost{/t}</LABEL>
194                 </td>
195      </tr>
196         <tr>    
197                 <td>
198                     <LABEL for="postfix_relayhost">{t}Host used to relay mails{/t}</LABEL>&nbsp;
199 {render acl=$postfixrelayhostACL}
200                         <input id="postfix_relayhost" name="postfix_relayhost" size="35" maxlength="120" value="{$postfix_relayhost}" {$postfixrelayhostACL} type="text">
201 {/render}
202                 </td>
203         </tr>
204    </table>
207 <p class="seperator">&nbsp;</p>
208 <br>
211    <table summary="">
212     <tr>
213         <td>
214                 <b>{t}Accept Internet Mail{/t}</b>
215                 </td>
216     </tr>
217     <tr>
218         <td>
219 {render acl=$postfixallowunauthenticatedACL}
220             <input id="postfix_allow_unauthenticated" name="postfix_allow_unauthenticated" value="1" type="checkbox" {$postfix_allow_unauthenticatedCheck} {$postfixallowunauthenticatedACL}>
221 {/render}
222                 <LABEL for="postfix_allow_unauthenticated">{t}Accept mail from other domains over non-authenticated SMTP{/t}</LABEL>
223                 </td>
224      </tr>
225    </table>
228   </td>
229  </tr>
230 </table>
232 <input type="hidden" name="kolabtab">
234 <p class="seperator">&nbsp;</p>
235 <p>
236 <div style="width:100%; text-align:right;">
237     <input type='submit' name='SaveService' value='{t}Save{/t}'>
238     &nbsp;
239     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
240 </div>
241 </p>