Sure :
mysql-virtual_client.cf :
Code:
user = ispconfig
password = somethingiknow
dbname = dbispconfig
table = mail_access
select_field = access
where_field = source
additional_conditions = and type = 'client' and active = 'y'
hosts = localhost
mysql-virtual_domains.cf
Code:
user = ispconfig
password = somethingiknow
dbname = dbispconfig
table = mail_domain
select_field = domain
where_field = domain
additional_conditions = and active = 'y' and server_id = 6
hosts = localhost
mysql-virtual_email2email.cf
Code:
user = ispconfig
password = somethingiknow
dbname = dbispconfig
table = mail_user
select_field = email
where_field = email
additional_conditions = and postfix = 'y' and server_id = 6
hosts = localhost
mysql-virtual_forwardings.cf
Code:
user = ispconfig
password = somethingiknow
dbname = dbispconfig
table = mail_forwarding
select_field = destination
where_field = source
additional_conditions = and active = 'y' and server_id = 6
hosts = localhost
mysql-virtual_mailboxes.cf
Code:
user = ispconfig
password = somethingiknow
dbname = dbispconfig
table = mail_user
select_field = CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'mail,'@',1),'/')
where_field = email
additional_conditions = and postfix = 'y' and server_id = 6
hosts = localhost
mysql-virtual_recipient.cf
Code:
user = ispconfig
password = somethingiknow
dbname = dbispconfig
table = mail_access
select_field = access
where_field = source
additional_conditions = and type = 'recipient' and active = 'y' and server_id = 6
hosts = localhost
mysql-virtual_relaydomains.cf
Code:
user = ispconfig
password = somethingiknow
dbname = dbispconfig
table = mail_transport
select_field = domain
where_field = domain
additional_conditions = and active = 'y' and server_id = 6
hosts = localhost
mysql-virtual_relayrecipientmaps.cf
Code:
user = ispconfig
password = somethingiknow
dbname = dbispconfig
table = mail_relay_recipient
select_field = access
where_field = source
additional_conditions = and active = 'y' and server_id = 6
hosts = localhost
mysql-virtual_sender.cf
Code:
user = ispconfig
password = somethingiknow
dbname = dbispconfig
table = mail_access
select_field = access
where_field = source
additional_conditions = and type = 'sender' and active = 'y' and server_id = 6
hosts = localhost
mysql-virtual_transports.cf
Code:
user = ispconfig
password = somethingiknow
dbname = dbispconfig
table = mail_transport
select_field = transport
where_field = domain
additional_conditions = and active = 'y' and server_id = 6
hosts = localhost
I have checked the password and they are the same in all of the cf files.
Recent comments
4 hours 44 min ago
11 hours 25 min ago
15 hours 16 min ago
16 hours 54 min ago
1 day 1 hour ago
1 day 10 hours ago
1 day 11 hours ago
1 day 15 hours ago
1 day 19 hours ago
1 day 19 hours ago