Skip to content

Commit 88f9b3a

Browse files
author
Till Brehm
committed
Merge branch 'stable-3.1' into 'stable-3.1'
mail routing configuration allows every server to be selected (Fixes #5068) See merge request ispconfig/ispconfig3!799
2 parents 88240a9 + 1801e06 commit 88f9b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/form/mail_transport.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'formtype' => 'SELECT',
6969
'default' => '',
7070
'datasource' => array ( 'type' => 'SQL',
71-
'querystring' => 'SELECT server_id,server_name FROM server WHERE mirror_server_id = 0 AND {AUTHSQL} ORDER BY server_name',
71+
'querystring' => 'SELECT server_id,server_name FROM server WHERE mirror_server_id = 0 AND mail_server = 1 AND {AUTHSQL} ORDER BY server_name',
7272
'keyfield'=> 'server_id',
7373
'valuefield'=> 'server_name'
7474
),

0 commit comments

Comments
 (0)