Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
63e63f68
Commit
63e63f68
authored
Aug 11, 2007
by
tbrehm
Browse files
Added server_id variable to postfix config file templates.
parent
239ce82f
Changes
7
Hide whitespace changes
Inline
Side-by-side
install/tpl/mysql-virtual_domains.cf.master
View file @
63e63f68
...
...
@@ -4,4 +4,5 @@ dbname = {mysql_server_database}
table = mail_domain
select_field = 'virtual'
where_field = domain
additional_conditions = and server_id = {server_id}
hosts = {mysql_server_ip}
\ No newline at end of file
install/tpl/mysql-virtual_email2email.cf.master
View file @
63e63f68
...
...
@@ -4,4 +4,5 @@ dbname = {mysql_server_database}
table = mail_user
select_field = email
where_field = email
additional_conditions = and server_id = {server_id}
hosts = {mysql_server_ip}
\ No newline at end of file
install/tpl/mysql-virtual_forwardings.cf.master
View file @
63e63f68
...
...
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
table = mail_forwarding
select_field = destination
where_field = source
additional_conditions = and active = 'y'
additional_conditions = and active = 'y'
and server_id = {server_id}
hosts = {mysql_server_ip}
\ No newline at end of file
install/tpl/mysql-virtual_mailboxes.cf.master
View file @
63e63f68
...
...
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
table = mail_user
select_field = CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
where_field = email
additional_conditions = and postfix = 'y'
additional_conditions = and postfix = 'y'
and server_id = {server_id}
hosts = {mysql_server_ip}
\ No newline at end of file
install/tpl/mysql-virtual_recipient.cf.master
View file @
63e63f68
...
...
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
table = mail_access
select_field = access
where_field = source
additional_conditions = and type = 'recipient' and active = 'y'
additional_conditions = and type = 'recipient' and active = 'y'
and server_id = {server_id}
hosts = {mysql_server_ip}
\ No newline at end of file
install/tpl/mysql-virtual_sender.cf.master
View file @
63e63f68
...
...
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
table = mail_access
select_field = access
where_field = source
additional_conditions = and type = 'sender' and active = 'y'
additional_conditions = and type = 'sender' and active = 'y'
and server_id = {server_id}
hosts = {mysql_server_ip}
\ No newline at end of file
install/tpl/mysql-virtual_transports.cf.master
View file @
63e63f68
...
...
@@ -4,5 +4,5 @@ dbname = {mysql_server_database}
table = mail_transport
select_field = transport
where_field = domain
additional_conditions = and active = 'y'
additional_conditions = and active = 'y'
and server_id = {server_id}
hosts = {mysql_server_ip}
\ No newline at end of file
Write
Preview
Supports
Markdown
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