fix syntax error in sql request
This commit is contained in:
parent
f47b431596
commit
d689bb6d8e
|
@ -8,6 +8,6 @@ hosts =%%dbhost%%
|
|||
dbname = %%dbname%%
|
||||
table = mail_domain
|
||||
# this should by %%primary_mx%%
|
||||
select_field = relay:[%%mx%%]
|
||||
select_field = 'relay:[%%mx%%]'
|
||||
where_field = mail
|
||||
|
||||
|
|
Loading…
Reference in New Issue