On 12/07/09 23:29, Robin Bowes wrote: > On 12/07/09 23:22, Robin Bowes wrote: >> Hi, >> >> The attached file is a sample config which can be dropped into >> /etc/httpd/conf.d on Redhat-flavoured boxes to enable qpsmtpd-apache.
Hmm, I'm not sure about this line: use lib qw( /usr/lib/perl5/site_perl/Qpsmtpd ); I've found that this works with the RPM I'm developing: use lib qw( /usr/lib/perl5/site_perl ); But, I suppose it depends entirely where you have installed qpsmtpd. R.