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.

35 lines
1.4 KiB

  1. <?php if( !defined('POSTFIXADMIN') ) die( "This file cannot be used standalone." ); ?>
  2. <div id="main_menu">
  3. <table>
  4. <tr>
  5. <td nowrap><a target="_top" href="list-domain.php"><?php print $PALANG['pMenu_overview']; ?></a></td>
  6. <td><?php print $PALANG['pMain_overview']; ?></td>
  7. </tr>
  8. <tr>
  9. <td nowrap><a target="_top" href="create-alias.php"><?php print $PALANG['pMenu_create_alias']; ?></a></td>
  10. <td><?php print $PALANG['pMain_create_alias']; ?></td>
  11. </tr>
  12. <tr>
  13. <td nowrap><a target="_top" href="create-mailbox.php"><?php print $PALANG['pMenu_create_mailbox']; ?></a></td>
  14. <td><?php print $PALANG['pMain_create_mailbox']; ?></td>
  15. </tr>
  16. <? if ($CONF['sendmail'] == "YES") { ?>
  17. <tr>
  18. <td nowrap><a target="_top" href="sendmail.php"><?php print $PALANG['pMenu_sendmail']; ?></a></td>
  19. <td><?php print $PALANG['pMain_sendmail']; ?></td>
  20. </tr>
  21. <? } ?>
  22. <tr>
  23. <td nowrap><a target="_top" href="password.php"><?php print $PALANG['pMenu_password']; ?></a></td>
  24. <td><?php print $PALANG['pMain_password']; ?></td>
  25. </tr>
  26. <tr>
  27. <td nowrap><a target="_top" href="viewlog.php"><?php print $PALANG['pMenu_viewlog']; ?></a></td>
  28. <td><?php print $PALANG['pMain_viewlog']; ?></td>
  29. </tr>
  30. <tr>
  31. <td nowrap><a target="_top" href="logout.php"><?php print $PALANG['pMenu_logout']; ?></a></td>
  32. <td><?php print $PALANG['pMain_logout']; ?></td>
  33. </tr>
  34. </table>
  35. </div>