Skip to content

Commit 52f43a6

Browse files
author
Kristan Kenney
committed
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.
1 parent 345178a commit 52f43a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/templates/admin/edit_mail_acc.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
<tr>
156156
<td colspan="2">
157157
<select id="mail_configuration" class="vst-list flat">
158-
<option v_type="hostname" domain="<?=$hostname?>"><?=__('Use server hostname')?></option>
159158
<option v_type="hostname" domain="<?=$v_domain?>"><?=__('Use domain hostname')?></option>
160159
<option v_type="starttls"><?=__('Use STARTTLS')?></option>
161160
<option v_type="ssl"><?=__('Use SSL / TLS')?></option>

0 commit comments

Comments
 (0)