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
3 hours 9 min ago
12 hours 37 min ago
13 hours 26 min ago
17 hours 9 sec ago
21 hours 24 min ago
21 hours 46 min ago
23 hours 55 min ago
1 day 9 hours ago
1 day 14 hours ago
1 day 16 hours ago