Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / goMailServer.tpl
index a075cde94802492aa6a6e9a40033eb7197d223e9..a17d08f04a9e845e914a4f59dd2d6d8c20465584 100644 (file)
@@ -7,39 +7,48 @@
                                        <td>{t}Visible full qualified hostname{/t}
                                        </td>
                                        <td>
+{render acl=$postfixMyhostnameACL}
                                                <input type="text" name='postfixMyhostname' value='{$postfixMyhostname}' title='{t}The full qualified host name.{/t}'>
+{/render}
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Max mail header size{/t}
                                        </td>
                                        <td>
+{render acl=$postfixMyhostnameACL}
                                                <input type="text" name='postfixHeaderSizeLimit' value='{$postfixHeaderSizeLimit}' 
                                                                        title='{t}This value specifies the maximal header size.{/t}'>&nbsp;{t}KB{/t}
+{/render}
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Max mailbox size{/t}
                                        </td>
                                        <td>
+{render acl=$postfixMailboxSizeLimitACL}
                                                <input type="text" name='postfixMailboxSizeLimit' value='{$postfixMailboxSizeLimit}' 
                                                                        title='{t}Defines the maximal size of mail box.{/t}'>&nbsp;{t}KB{/t}
-                                       </td>
+{/render}                                      </td>
                                </tr>
                                <tr>
                                        <td>{t}Max message size{/t}
                                        </td>
                                        <td>
+{render acl=$postfixMessageSizeLimitACL}
                                                <input type="text" name='postfixMessageSizeLimit' value='{$postfixMessageSizeLimit}' 
                                                                        title='{t}Specify the maximal size of a message.{/t}'>&nbsp;{t}KB{/t}
+{/render}
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Relay host{/t}
                                        </td>
                                        <td>
+{render acl=$postfixRelayhostACL}
                                                <input type="text" name='postfixRelayhost' value='{$postfixRelayhost}' 
                                                                        title='{t}Relay messages to following host:{/t}'>
+{/render}
                                        </td>
                                </tr>
                        </table>
                                <tr>
                                        <td>
                                                {t}Local networks{/t}<br>
+{render acl=$postfixMyNetworksACL}
                                                <select name='Select_postfixMyNetworks[]' multiple size=6 style='width:100%;' title='{t}Postfix networks{/t}'>
                                                        {html_options options=$postfixMyNetworks}
                                                </select>
+{/render}
+{render acl=$postfixMyNetworksACL}
                                                <input type="text" name="NewString_postfixMyNetworks" value="">
+{/render}
+{render acl=$postfixMyNetworksACL}
                                                <input type="submit" name="AddpostfixMyNetworks" value="{t}Add{/t}">
+{/render}
+{render acl=$postfixMyNetworksACL}
                                                <input type="submit" name="DelpostfixMyNetworks" value="{t}Remove{/t}">
+{/render}
                                        </td>
                                </tr>
                        </table>
                 <tr>
                     <td>
                         {t}Domains to accept mail for{/t}<br>
+{render acl=$postfixMyDestinationsACL}
                         <select name='Select_postfixMyDestinations[]' multiple size=6 style='width:100%;' title='{t}Postfix is responsible for the following domains:{/t}'>
+{/render}
                             {html_options options=$postfixMyDestinations}
                         </select>
+{render acl=$postfixMyDestinationsACL}
                         <input type="text" name="NewString_postfixMyDestinations" value="">
+{/render}
+{render acl=$postfixMyDestinationsACL}
                         <input type="submit" name="AddpostfixMyDestinations" value="{t}Add{/t}">
+{/render}
+{render acl=$postfixMyDestinationsACL}
                         <input type="submit" name="DelpostfixMyDestinations" value="{t}Remove{/t}">
+{/render}
                     </td>
                 </tr>
             </table>
                 <tr>
                     <td>
                         {t}Transports{/t}<br>
+{render acl=$postfixTransportTableACL}
                                                {$Div_postfixTransportTable}
+{/render}
+
+{render acl=$postfixTransportTableACL}
                         <input type="text" name="Source_postfixTransportTable" value="">
+{/render}
+{render acl=$postfixTransportTableACL}
                         <select name='TransportProtocol' title='{t}Select a transport protocol.{/t}'>
                             {html_options options=$TransportProtocols}
                         </select>
+{/render}
+{render acl=$postfixTransportTableACL}
                         <input type="text" name="Destination_postfixTransportTable" value="">
+{/render}
+{render acl=$postfixTransportTableACL}
                         <input type="submit" name="AddpostfixTransportTable" value="{t}Add{/t}">
+{/render}
                     </td>
                 </tr>
             </table>
                 <tr>
                     <td>
                         {t}Restrictions for sender{/t}<br>
+{render acl=$postfixSenderRestrictionsACL}
                                                {$Div_postfixSenderRestrictions}
+{/render}
+{render acl=$postfixSenderRestrictionsACL}
                         <input type="text" name="Source_postfixSenderRestrictions" value="">
+{/render}
+{render acl=$postfixSenderRestrictionsACL}
                         <select name='SenderRestrictionFilter' title='{t}Restriction filter{/t}'>
                             {html_options options=$RestrictionFilters}
                         </select>
+{/render}
+{render acl=$postfixSenderRestrictionsACL}
                         <input type="text" name="Destination_postfixSenderRestrictions" value="">
+{/render}
+{render acl=$postfixSenderRestrictionsACL}
                         <input type="submit" name="AddpostfixSenderRestrictions" value="{t}Add{/t}">
+{/render}
                     </td>
                 </tr>
             </table>
                 <tr>
                     <td>
                         {t}Restrictions for recipient{/t}<br>
+{render acl=$postfixRecipientRestrictionsACL}
                                                {$Div_postfixRecipientRestrictions}
+{/render}
+{render acl=$postfixRecipientRestrictionsACL}
                         <input type="text" name="Source_postfixRecipientRestrictions" value="">
+{/render}
+{render acl=$postfixRecipientRestrictionsACL}
                         <select name='RecipientRestrictionFilter' title='{t}Restriction filter{/t}'>
                             {html_options options=$RestrictionFilters}
                         </select>
+{/render}
+{render acl=$postfixRecipientRestrictionsACL}
                         <input type="text" name="Destination_postfixRecipientRestrictions" value="">
+{/render}
+{render acl=$postfixRecipientRestrictionsACL}
                         <input type="submit" name="AddpostfixRecipientRestrictions" value="{t}Add{/t}">
-                                               
+{/render}
                     </td>
                 </tr>
             </table>
 >
 
 <p class="seperator">&nbsp;</p>
-<p>
-<div style="width:100%; text-align:right;">
+<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
     <input type='submit' name='SaveService' value='{t}Save{/t}'>
     &nbsp;
     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
-</div>
 </p>