PostfixAdmin - web based virtual user administration interface for Postfix mail servers
https://postfixadmin.github.io/postfixadmin/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.7 KiB
66 lines
1.7 KiB
<center>
|
|
<table class="auto" border="0">
|
|
<tr>
|
|
<td colspan="2" nowrap>
|
|
<?php print $LANG['pMain_welcome'] . "\n"; ?>
|
|
<p />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap>
|
|
<a target="_top" href="overview.php"><?php print $LANG['pMenu_overview']; ?></a>
|
|
</td>
|
|
<td>
|
|
<?php print $LANG['pMain_overview'] . "\n"; ?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap>
|
|
<a target="_top" href="create-alias.php"><?php print $LANG['pMenu_create_alias']; ?></a>
|
|
</td>
|
|
<td>
|
|
<?php print $LANG['pMain_create_alias'] . "\n"; ?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap>
|
|
<a target="_top" href="create-mailbox.php"><?php print $LANG['pMenu_create_mailbox']; ?></a>
|
|
</td>
|
|
<td>
|
|
<?php print $LANG['pMain_create_mailbox'] . "\n"; ?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap>
|
|
<a target="_top" href="sendmail.php"><?php print $LANG['pMenu_sendmail']; ?></a>
|
|
</td>
|
|
<td>
|
|
<?php print $LANG['pMain_sendmail'] . "\n"; ?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap>
|
|
<a target="_top" href="password.php"><?php print $LANG['pMenu_password']; ?></a>
|
|
</td>
|
|
<td>
|
|
<?php print $LANG['pMain_password'] . "\n"; ?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap>
|
|
<a target="_top" href="viewlog.php"><?php print $LANG['pMenu_viewlog']; ?></a>
|
|
</td>
|
|
<td>
|
|
<?php print $LANG['pMain_viewlog'] . "\n"; ?>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap>
|
|
<a target="_top" href="logout.php"><?php print $LANG['pMenu_logout']; ?></a>
|
|
</td>
|
|
<td>
|
|
<?php print $LANG['pMain_logout'] . "\n"; ?>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<hr />
|