Code

cedb73e1c8cba18a8a20167cb56b9c872f52aa42
[gosa.git] / plugins / admin / systems / goMailServer.tpl
1 <img src='images/mail.png'><b>{t}Generic{/t}</b>
2 <br><br>
3 <table  style="width:100%;">
4         <tr>
5                 <td width="50%">
6                         <table >
7                                 <tr>
8                                         <td>{t}Visible full qualified hostname{/t}
9                                         </td>
10                                         <td>
11                                                 <input type="text" name='postfixMyhostname' value='{$postfixMyhostname}' title='{t}The full qualified host name.{/t}'>
12                                         </td>
13                                 </tr>
14                                 <tr>
15                                         <td>{t}Max mail header size{/t}
16                                         </td>
17                                         <td>
18                                                 <input type="text" name='postfixHeaderSizeLimit' value='{$postfixHeaderSizeLimit}' 
19                                                                         title='{t}This value specifies the maximal header size.{/t}'>&nbsp;{t}KB{/t}
20                                         </td>
21                                 </tr>
22                                 <tr>
23                                         <td>{t}Max mailbox size{/t}
24                                         </td>
25                                         <td>
26                                                 <input type="text" name='postfixMailboxSizeLimit' value='{$postfixMailboxSizeLimit}' 
27                                                                         title='{t}Defines the maximal size of mail box.{/t}'>&nbsp;{t}KB{/t}
28                                         </td>
29                                 </tr>
30                                 <tr>
31                                         <td>{t}Max message size{/t}
32                                         </td>
33                                         <td>
34                                                 <input type="text" name='postfixMessageSizeLimit' value='{$postfixMessageSizeLimit}' 
35                                                                         title='{t}Specify the maximal size of a message.{/t}'>&nbsp;{t}KB{/t}
36                                         </td>
37                                 </tr>
38                                 <tr>
39                                         <td>{t}Relay host{/t}
40                                         </td>
41                                         <td>
42                                                 <input type="text" name='postfixRelayhost' value='{$postfixRelayhost}' 
43                                                                         title='{t}Relay messages to following host.{/t}'>
44                                         </td>
45                                 </tr>
46                         </table>
47                 </td>
48                 <td style="border-left:1px solid #A0A0A0; ">
49                         <table style="width:100%;">
50                                 <tr>
51                                         <td>
52                                                 {t}Local networks{/t}<br>
53                                                 <select name='Select_postfixMyNetworks[]' multiple size=6 style='width:100%;' title='{t}Postfix networks{/t}'>
54                                                         {html_options options=$postfixMyNetworks}
55                                                 </select>
56                                                 <input type="text" name="NewString_postfixMyNetworks" value="">
57                                                 <input type="submit" name="AddpostfixMyNetworks" value="{t}Add{/t}">
58                                                 <input type="submit" name="DelpostfixMyNetworks" value="{t}Remove{/t}">
59                                         </td>
60                                 </tr>
61                         </table>
62                 </td>
63         </tr>
64         <tr>
65                 <td colspan="2">
66                         <p class='seperator'>&nbsp;</p>
67                 </td>
68         </tr>   
69         <tr>
70                 <td>
71                           <table style="width:100%;">
72                 <tr>
73                     <td>
74                         {t}Domains and routing{/t}<br>
75                         <select name='Select_postfixMyDestinations[]' multiple size=6 style='width:100%;' title='{t}Postfix is responsilbe for the follwing domains.{/t}'>
76                             {html_options options=$postfixMyDestinations}
77                         </select>
78                         <input type="text" name="NewString_postfixMyDestinations" value="">
79                         <input type="submit" name="AddpostfixMyDestinations" value="{t}Add{/t}">
80                         <input type="submit" name="DelpostfixMyDestinations" value="{t}Remove{/t}">
81                     </td>
82                 </tr>
83             </table>
84                 </td>
85                 <td style="border-left:1px solid #A0A0A0; ">
86                           <table style="width:100%;">
87                 <tr>
88                     <td>
89                         {t}Transports{/t}<br>
90                                                 {$Div_postfixTransportTable}
91                         <input type="text" name="Source_postfixTransportTable" value="">
92                         <select name='TransportProtocol' title='{t}Select a transport protocoll.{/t}'>
93                             {html_options options=$TransportProtocols}
94                         </select>
95                         <input type="text" name="Destination_postfixTransportTable" value="">
96                         <input type="submit" name="AddpostfixTransportTable" value="{t}Add{/t}">
97                     </td>
98                 </tr>
99             </table>
100                 </td>
101         </tr>
102         <tr>
103                 <td colspan="2">
104                         <p class='seperator'>&nbsp;</p>
105                 </td>
106         </tr>   
107         <tr>
108                 <td>
109             <table style="width:100%;">
110                 <tr>
111                     <td>
112                         {t}Restrictions for sender{/t}<br>
113                                                 {$Div_postfixSenderRestrictions}
114                         <input type="text" name="Source_postfixSenderRestrictions" value="">
115                         <select name='SenderRestrictionFilter' title='{t}Restriction filter{/t}'>
116                             {html_options options=$RestrictionFilters}
117                         </select>
118                         <input type="text" name="Destination_postfixSenderRestrictions" value="">
119                         <input type="submit" name="AddpostfixSenderRestrictions" value="{t}Add{/t}">
120                     </td>
121                 </tr>
122             </table>
123                 </td>
124                 <td style="border-left:1px solid #A0A0A0;">
125             <table style="width:100%;">
126                 <tr>
127                     <td>
128                         {t}Restrictions for recipient{/t}<br>
129                                                 {$Div_postfixRecipientRestrictions}
130                         <input type="text" name="Source_postfixRecipientRestrictions" value="">
131                         <select name='RecipientRestrictionFilter' title='{t}Restriction filter{/t}'>
132                             {html_options options=$RestrictionFilters}
133                         </select>
134                         <input type="text" name="Destination_postfixRecipientRestrictions" value="">
135                         <input type="submit" name="AddpostfixRecipientRestrictions" value="{t}Add{/t}">
136                                                 
137                     </td>
138                 </tr>
139             </table>
140                 </td>
141         </tr>   
142 </table>
144 <p class='seperator'>&nbsp;</p>
145 <br>
146 {if $is_new == "new"}
147         {t}The server must be saved before you can use the status flag.{/t}
148 {/if}
149 <br>
150 <select name="action" title='{t}{/t}' {if $is_new == "new"} disabled {/if}>
151         <option value="none">&nbsp;</option>
152         {html_options options=$Actions} 
153 </select>
154 <input type='submit' name='ExecAction' title='{t}Set status{/t}' value='{t}Execute{/t}' {if $is_new == "new"} disabled {/if}>
156 <p class="seperator">&nbsp;</p>
157 <p>
158 <div style="width:100%; text-align:right;">
159     <input type='submit' name='SaveService' value='{t}Save{/t}'>
160     &nbsp;
161     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
162 </div>
163 </p>