Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kotishe
ISPConfig 3
Commits
d90ab94f
Commit
d90ab94f
authored
Mar 24, 2014
by
Marius Cramer
Browse files
Reverted change in mail aliasdomain (makes aliasdomains non-functional)
parent
3bc1e1d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/tpl/mysql-virtual_forwardings.cf.master
View file @
d90ab94f
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment