Skip to content

Commit 1801e06

Browse files
author
florian030
committed
mail routing configuration allows every server to be selected (Fixes #5068)
1 parent 88240a9 commit 1801e06

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)