Postfix with non standard mysql port
Hi,
I've changed the port of mysql server, and I tried to change the postfix configuration in the files /etc/postfix/mysql-virtual_*.rc
Now, when I try to set the host:
hosts = unix:/var/run/mysqld/mysqld.sock
I doesn't work, does it mean that ispconfig configures postfix to run in a chroot jail?
Otherwise, how can I specify the port?
hosts = 127.0.0.1:<port>
doesn't work, and I can't find the syntax in the postfix documentation.
Thanks
|