Code

Added delete icon to ppd list if ppd file is removeable
[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                         <input type="text" name="postfix_mydomain" value="{$postfix_mydomain}" {$postfix_mydomainACL}>
13                 </td>
14         </tr>
15         <tr>
16                 <td>{t}Postfix mydestination{/t}
17                 </td>
18                 <td>
19                         <input type="text" name="postfix_mydestination" value="{$postfix_mydestination}" {$postfix_mydestinationACL}>
20                 </td>
21         </tr>
22         <tr>
23                 <td>{t}Cyrus admins{/t}
24                 </td>
25                 <td>
26                         <input type="text" name="cyrus_admins" value="{$cyrus_admins}" {$cyrus_adminsACL}>
27                 </td>
28         </tr>
29    </table>     
30    <p class="seperator" >&nbsp;</p>
31    <table summary="">
32     <tr>
33          <td colspan="2"><b>{t}Services{/t}</b></td>
34         </tr>
35         <tr>
36                 <td>
37                         <input id="cyrus_pop3" name="cyrus_pop3" value="1" type="checkbox" {$cyrus_pop3Check} {$cyrus_pop3ACL}>
38                 </td>
39                 <td>
40                         <LABEL for="cyrus_pop3">{t}POP3 service{/t}</LABEL>
41                 </td>
42         </tr>
43         <tr>
44         <td>
45             <input id="cyrus_pop3s" name="cyrus_pop3s" value="1" type="checkbox" {$cyrus_pop3sCheck} {$cyrus_pop3sACL}>
46         </td>
47                 <td>
48                         <LABEL for="cyrus_pop3s">{t}POP3/SSL service{/t}</LABEL>
49         </td>
50     </tr>
51     <tr>
52         <td>
53             <input id="cyrus_imap" name="cyrus_imap" value="1" type="checkbox" {$cyrus_imapCheck} {$cyrus_imapACL}>
54         </td>
55         <td>
56                         <LABEL for="cyrus_imap">{t}IMAP service{/t}</LABEL>
57         </td>
58     </tr>
59     <tr>
60         <td>
61             <input id="cyrus_imaps" name="cyrus_imaps" value="1" type="checkbox" {$cyrus_imapsCheck} {$cyrus_imapsACL}>
62         </td>
63         <td>
64                         <LABEL for="cyrus_imaps">{t}IMAP/SSL service{/t}</LABEL>
65         </td>
66     </tr>
67     <tr>
68         <td>
69             <input id="cyrus_sieve" name="cyrus_sieve" value="1" type="checkbox" {$cyrus_sieveCheck} {$cyrus_sieveACL}>
70         </td>
71         <td>
72                         <LABEL for="cyrus_sieve">{t}Sieve service{/t}</LABEL>
73         </td>
74     </tr>
75     <tr>
76         <td>
77             <input id="proftpd_ftp" name="proftpd_ftp" value="1" type="checkbox" {$proftpd_ftpCheck} {$proftpd_ftpACL}>
78         </td>   
79         <td>
80                         <LABEL for="proftpd_ftp">{t}FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy){/t}</LABEL>
81         </td>
82     </tr>
83     <tr>
84         <td>
85             <input id="apache_http" name="apache_http" value="1" type="checkbox" {$apache_httpCheck} {$apache_httpACL}>
86         </td>
87         <td>
88                         <LABEL for="apache_http">{t}HTTP FreeBusy service (legacy){/t}</LABEL>
89         </td>
90     </tr>
91     <tr>
92         <td>
93                         <input id="postfix_enable_virus_scan" name="postfix_enable_virus_scan" value="1" type="checkbox" {$postfix_enable_virus_scanCheck} {$postfix_enable_virus_scanACL}>
94         </td>
95         <td>
96                         <LABEL for="postfix_enable_virus_scan">{t}Amavis email scanning (virus/spam){/t}</LABEL>
97                 </td>
98         </tr>
99    </table>
101    <p class="seperator">&nbsp;</p>
102    <br>
104    <table summary="">
105     <tr>
106                 <td> 
107                         <b>{t}Quota settings{/t}</b>
108                 </td>
109         </tr>
110         <tr>
111                 <td>
112                         {$quotastr}
113                 </td>
114         </tr>
115    </table>
116   
117   </td>
118   <td style="vertical-align:top" width="50%">
120    <table summary="">
121     <tr>
122         <td colspan="2">
123             <b>{t}Free/Busy settings{/t}</b>
124         </td>
125     </tr>
126     <tr>
127         <td>
128             <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}
129         </td>
130          </tr>
131          <tr>
132         <td>
133                 {$fbfuture}
134         </td>
135      </tr>
136    </table>
138 <p class="seperator">&nbsp;</p>
139 <br>
140    <table summary="">
141     <tr>
142         <td>
143                 <b>{t}SMTP privileged networks{/t}</b>
144                 </td>
145     </tr>
146     <tr>
147           <td>
148             <LABEL for="postfix_mynetworks">{t}Hosts/networks allowed to relay{/t}</LABEL><br>
149         <input id="postfix_mynetworks" name="postfix_mynetworks" size="60" maxlength="220" value="{$postfix_mynetworks}" {$postfix_mynetworksACL} type="text">
150                 <br>
151                 ( {t}Enter multiple values, seperated with{/t} , )
152         </td>
153      </tr>
154    </table>
157 <p class="seperator">&nbsp;</p>
158 <br>
161    <table summary="">
162     <tr>
163         <td>
164                 <b>{t}SMTP smarthost/relayhost{/t}</b>
165                 </td>
166     </tr>
167     <tr>
168         <td>
169             <input id="RelayMxSupport" name="RelayMxSupport" value="1" type="checkbox" {$RelayMxSupportCheck} {$postfix_relayhostACL}>
170                         <LABEL for="RelayMxSupport">{t}Enable MX lookup for relayhost{/t}</LABEL>
171                 </td>
172      </tr>
173         <tr>    
174                 <td>
175                     <LABEL for="postfix_relayhost">{t}Host used to relay mails{/t}</LABEL>&nbsp;
176                         <input id="postfix_relayhost" name="postfix_relayhost" size="35" maxlength="120" value="{$postfix_relayhost}" {$postfix_relayhostACL} type="text">
177                 </td>
178         </tr>
179    </table>
182 <p class="seperator">&nbsp;</p>
183 <br>
186    <table summary="">
187     <tr>
188         <td>
189                 <b>{t}Accept Internet Mail{/t}</b>
190                 </td>
191     </tr>
192     <tr>
193         <td>
194             <input id="postfix_allow_unauthenticated" name="postfix_allow_unauthenticated" value="1" type="checkbox" {$postfix_allow_unauthenticatedCheck} {$postfix_allow_unauthenticatedACL}>
195                 <LABEL for="postfix_allow_unauthenticated">{t}Accept mail from other domains over non-authenticated SMTP{/t}</LABEL>
196                 </td>
197      </tr>
198    </table>
201   </td>
202  </tr>
203 </table>
205 <input type="hidden" name="kolabtab">