Hi, I was wondering about how best to install+configure the latest qpsmtpd-apache on a clients machine that already has httpd on it and using php.
I figured the best way (for me) would be to include separate apache config in the qpsmtpd-apache RPM. This would use a custom config file in /etc/httpd-qpsmtpd/ and only listen on port 25. I've got the basics working, i.e. I've copied the existing apache config and have two apache instances running simultaneously. I created /usr/sbin/httpd-qpsmtpd as a symlink to /usr/sbin/httpd so it's possible to manage each service independently. My next step is to trim down the default apache config that comes with the httpd RPM and create a minimal config that contains only those directives necessary to work with qpsmtpd + mod_perl. Has anyone got any thoughts on this, or an example configuration? Thanks, R.