Falco thank you very much, sorry for the delay.
user = ispconfig
password = thepass
dbname = dbispconfig1
table = mail_domain
select_field = domain
where_field = domain
additional_conditions = and active = 'y' and server_id = 1
hosts = 127.0.0.1
I was also checking that there are no users using hostnames
http://www.mysqlperformanceblog.com/...-installation/
SELECT user, host
FROM mysql.user
WHERE host <> 'localhost'
AND host
RLIKE '[a-z]'
user host
root server1.domain.tld
ispcsrv2 server2.domain.tld
may be something related to the postfix chroot?
it is my host file:
127.0.0.1 localhost.localdomain localhost
192.168.1.49 server1.domain.tld server1
192.168.1.50 server2.domain.tld server2
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Tks
Recent comments
22 hours 57 min ago
1 day 4 hours ago
1 day 8 hours ago
1 day 10 hours ago
2 days 25 min ago
2 days 31 min ago
2 days 5 hours ago
2 days 12 hours ago
2 days 12 hours ago
2 days 14 hours ago