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
10 hours 27 min ago
13 hours 22 min ago
14 hours 36 min ago
15 hours 59 min ago
17 hours 37 min ago
19 hours 6 min ago
20 hours 20 min ago
1 day 12 hours ago
1 day 13 hours ago
1 day 16 hours ago