|
@@ -45,7 +45,7 @@
|
|
|
</table>
|
|
</table>
|
|
|
</td>
|
|
</td>
|
|
|
<td class="data-dotted">
|
|
<td class="data-dotted">
|
|
|
- <table class="data-col2" width="600px">
|
|
|
|
|
|
|
+ <table class="data-col2" width="440px">
|
|
|
<tr>
|
|
<tr>
|
|
|
<td class="vst-text step-top input-label">
|
|
<td class="vst-text step-top input-label">
|
|
|
<?php print __('Account');?>
|
|
<?php print __('Account');?>
|
|
@@ -96,7 +96,7 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>
|
|
<td>
|
|
|
- <textarea size="20" class="vst-textinput" name="v_fwd"><?=htmlentities(trim($v_fwd, "'"))?></textarea>
|
|
|
|
|
|
|
+ <textarea size="20" class="vst-textinput short" name="v_fwd"><?=htmlentities(trim($v_fwd, "'"))?></textarea>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
@@ -155,7 +155,6 @@
|
|
|
<tr>
|
|
<tr>
|
|
|
<td colspan="2">
|
|
<td colspan="2">
|
|
|
<select id="mail_configuration" class="vst-list flat">
|
|
<select id="mail_configuration" class="vst-list flat">
|
|
|
- <option v_type="hostname" domain="<?=$hostname?>"><?=__('Use server hostname')?></option>
|
|
|
|
|
<option v_type="hostname" domain="<?=$v_domain?>"><?=__('Use domain hostname')?></option>
|
|
<option v_type="hostname" domain="<?=$v_domain?>"><?=__('Use domain hostname')?></option>
|
|
|
<option v_type="starttls"><?=__('Use STARTTLS')?></option>
|
|
<option v_type="starttls"><?=__('Use STARTTLS')?></option>
|
|
|
<option v_type="ssl"><?=__('Use SSL / TLS')?></option>
|
|
<option v_type="ssl"><?=__('Use SSL / TLS')?></option>
|
|
@@ -173,7 +172,7 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td><?=__('IMAP hostname')?>:</td>
|
|
<td><?=__('IMAP hostname')?>:</td>
|
|
|
- <td><div id="td_imap_hostname"><?=$hostname?></div></td>
|
|
|
|
|
|
|
+ <td><div id="td_imap_hostname">mail.<?=$v_domain?></div></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td><?=__('IMAP port')?>:</td>
|
|
<td><?=__('IMAP port')?>:</td>
|
|
@@ -189,7 +188,7 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td><?=__('SMTP hostname')?>:</td>
|
|
<td><?=__('SMTP hostname')?>:</td>
|
|
|
- <td><div id="td_smtp_hostname"><?=$hostname?></div></td>
|
|
|
|
|
|
|
+ <td><div id="td_smtp_hostname">mail.<?=$v_domain?></div></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td><?=__('SMTP port')?>:</td>
|
|
<td><?=__('SMTP port')?>:</td>
|
|
@@ -205,7 +204,7 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<?
|
|
<?
|
|
|
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
|
|
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
|
|
|
- $webmail = "http://webmail.".$http_host."/";
|
|
|
|
|
|
|
+ $webmail = "http://webmail.".$v_domain."/";
|
|
|
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
|
|
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
|
|
|
?>
|
|
?>
|
|
|
<tr>
|
|
<tr>
|