Jelajahi Sumber

Remove server hostname from mail account configuration info

Now that per-domain mail servers are properly supported, clients should not be instructed to use the server host name but mail.domain.tld instead.
Kristan Kenney 6 tahun lalu
induk
melakukan
52f43a670f
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      web/templates/admin/edit_mail_acc.html

+ 0 - 1
web/templates/admin/edit_mail_acc.html

@@ -155,7 +155,6 @@
                         <tr>
                             <td colspan="2">
                                 <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="starttls"><?=__('Use STARTTLS')?></option>
                                     <option v_type="ssl"><?=__('Use SSL / TLS')?></option>