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

Discussion in 'HOWTO-Related Questions' started by greno, Apr 24, 2008.

  1. greno

    greno New Member

    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
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Try
    Code:
    hosts = 127.0.0.1:3307
    in the .cf files - replace 3307 with your MySQL port.
     

Share This Page