Skip to content

Commit 0e3d2a5

Browse files
authored
Unable to edit password domain smtp relay (hestiacp#3690)
1 parent 67e3e3d commit 0e3d2a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/edit/mail/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,8 @@
681681
if (
682682
$_POST["v_smtp_relay_host"] != $v_smtp_relay_host ||
683683
$_POST["v_smtp_relay_user"] != $v_smtp_relay_user ||
684-
$_POST["v_smtp_relay_port"] != $v_smtp_relay_port
684+
$_POST["v_smtp_relay_port"] != $v_smtp_relay_port ||
685+
$_POST["v_smtp_relay_pass"] != ""
685686
) {
686687
$v_smtp_relay = true;
687688
$v_smtp_relay_host = quoteshellarg($_POST["v_smtp_relay_host"]);

0 commit comments

Comments
 (0)