Skip to content
Snippets Groups Projects
Commit d90ab94f authored by Marius Cramer's avatar Marius Cramer
Browse files

Reverted change in mail aliasdomain (makes aliasdomains non-functional)

parent 3bc1e1d9
No related branches found
No related tags found
1 merge request!81Stable 3.0.5.4rc1 merge
......@@ -4,6 +4,6 @@ dbname = {mysql_server_database}
table = mail_forwarding
select_field = destination
where_field = source
additional_conditions = and type != 'aliasdomain' and active = 'y' and server_id = {server_id}
# additional_conditions = and active = 'y' and server_id = {server_id}
# additional_conditions = and type != 'aliasdomain' and active = 'y' and server_id = {server_id}
additional_conditions = and active = 'y' and server_id = {server_id}
hosts = {mysql_server_ip}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment