Files
keliopanel-v1/0.7.1/panel/module/email/ajoutalias.php
2016-02-21 01:33:05 +01:00

54 lines
2.2 KiB
PHP
Executable File

<?php
/*
Copyright (C) 2007 Mercier Benjamin
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
?>
<h3>Ajouter un alias email</h3>
<br />
Un alias est un email qui redirige tout le courriel vers un autre.
<br /><br />
Les alias emails sont compatible uniquement avec les domaines externes.<br />
Avant d'ajouter un alias, veuillez au préalable lui définir une redirection de <strong>type MX</strong> pointant vers <strong><?php echo gethostbyname('mail.kelio.org'); ?> (mail.kelio.org)</strong>. Dans le cas contraire, il vous sera impossible d'ajouter de compte.
<br /><br />
L'alias sera créé dans l'heure qui suit.
<br /><br /><br />
<div style="width: 500px; margin: auto">
<form action="execution-9.html" method="post">
<table width="500" cellpadding="5">
<tr>
<td style="width:100px">Courriel :</td>
<td style="width:400px"><input name="Nom" type="text" style="border: 0; border-bottom: #006633 1px solid; background-color: #edffe1; width:100%" maxlength="60" /></td>
</tr>
<tr>
<td>Pointage :</td>
<td><input name="Pointage" type="text" style="border: 0; border-bottom: #006633 1px solid; background-color: #edffe1; width:100%" maxlength="60" /></td>
</tr>
<tr>
<td>Commentaire :</td>
<td><input name="Commentaire" type="text" style="border: 0; border-bottom: #006633 1px solid; background-color: #edffe1; width:100%" maxlength="50" /></td>
</tr>
</table>
<div style="text-align: center; width: 100%; margin-top: 20px;">
<input type="submit" name="Submit" value="Créer l'alias email" style=" border: #006633 1px solid; background-color: #edffe1;" />
</div>
</form>
</div>