* Law Mitchell <lawmit at gmail.com> > what must i change in the rt scripts to have rt connect to the > postgres socket instead of port 5432 Try setting $DatabaseHost to an empty string in RT_SiteConfig.pm: Set( $DatabaseHost, '' );