PDA

View Full Version : F8 virtual users and domains with postfix: how to change mysql port?


greno
24th April 2008, 09:23
I read through the howto for implementing virtual users and domains on Fedora 8.

How can I declare a different mysql port in the configs for the virtual users domain with postfix?

Thanks,
Gerry

falko
25th April 2008, 17:16
Try
hosts = 127.0.0.1:3307in the .cf files - replace 3307 with your MySQL port.