Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
41949ac3
Commit
41949ac3
authored
Feb 14, 2009
by
tbrehm
Browse files
Fixed: FS#519 - Enable Receiving option for mailbox doesn't work
parent
8eafcef0
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/mysql-virtual_domains.cf.master
View file @
41949ac3
...
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
...
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
table = mail_domain
table = mail_domain
select_field = domain
select_field = domain
where_field = domain
where_field = domain
additional_conditions = and server_id = {server_id}
additional_conditions = and
active = 'y' and
server_id = {server_id}
hosts = {mysql_server_ip}
hosts = {mysql_server_ip}
\ No newline at end of file
install/tpl/mysql-virtual_email2email.cf.master
View file @
41949ac3
...
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
...
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
table = mail_user
table = mail_user
select_field = email
select_field = email
where_field = email
where_field = email
additional_conditions = and server_id = {server_id}
additional_conditions = and
postfix = 'y' and
server_id = {server_id}
hosts = {mysql_server_ip}
hosts = {mysql_server_ip}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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