1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
<span class="menudesc">
<?_("(send outbound mail to these hosts only when direct delivery fails)")>
</span><br />
<form method="post" action="save_inetconf">
<input type="hidden" name="nonce" value='<?NONCE>'>
<table border="0" cellspacing="2" cellpadding="2" width="94%" class="altern" >
<?ITERATE("SERVCFG:INET", ="aide_inet_section", 0, 0, -1, "fallbackhost")>
<tr><td>
<input type="text" name="ename" maxlength="64">
<input type="hidden" name="etype" VALUE="fallbackhost">
</td><td align=left>
<input type="submit" name="oper" value="Add">
<input type="hidden" name="template" value="aide_display_inetconf">
</td></tr></table></form>
|