1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-14 02:34:22 +02:00

Disable MX queries when relaying mail to a remote smtp

This commit is contained in:
kaiyou 2017-09-11 20:31:14 +02:00
parent 6b7a33c435
commit c4eeaad676

View File

@ -1,3 +1,3 @@
dbpath = /data/main.db
query =
SELECT 'smtp:'||smtp FROM relay WHERE name='%s'
SELECT 'smtp:['||smtp||']' FROM relay WHERE name='%s'