|
|
|
|
|
|
Home PageContact MeMAC OS XLinuxLinux Servers Fedora Core 4Linux Servers - CentOSLinux Servers Fedora Core 5Linux Servers Fedora Core 7Linux Servers Fedora 8OpenWRTNSLU2LinuxClusterHardware Hacking ProjectsSpeaker Building ProjectsElectronics ProjectsOther Sites |
Status
IntroductionI needed postfix to handle virtual domains contained in a MYSQL database. Postfix is by default not compiled with MySQL support. I'll provide 2 options. The first option is to install it using yum from my repo. The second option is to compile it yourself. Install Using YumFirst you need to add my repo to yum. Now install Postfix. Compiling PostfixFirst you need to download the postfix source from www.wl0.org and install them. Next generate a new SPEC file. Finally lets compile and install the rpm. ConclusionWhichever option you chose, you now have mysql support in postfix. Comments |