Code

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