qpsmtpd config with apache - from RPMs

2007-12-15 Thread Robin Bowes
Hi, I'm setting up qpsmtpd with apache, the RPMs. Is this the right "use lib ..." line: use lib qw( /usr/lib/perl5/site_perl/Qpsmtpd ); And what do I use for the QpsmtpdDir? Would that be: PerlSetVar QpsmtpdDir /etc/qpsmtpd i.e. pointing to the config dir? Thanks, R.

Re: qpsmtpd config with apache - from RPMs

2007-12-15 Thread Peter Eisch
On 12/15/07 8:26 AM, "Robin Bowes" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm setting up qpsmtpd with apache, the RPMs. > > Is this the right "use lib ..." line: > > use lib qw( /usr/lib/perl5/site_perl/Qpsmtpd ); > > And what do I use for the QpsmtpdDir? Would that be: > > PerlSetVar Qpsmt

Re: qpsmtpd config with apache - from RPMs

2007-12-15 Thread Robin Bowes
Peter Eisch wrote: > On 12/15/07 8:26 AM, "Robin Bowes" <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I'm setting up qpsmtpd with apache, the RPMs. >> >> Is this the right "use lib ..." line: >> >> use lib qw( /usr/lib/perl5/site_perl/Qpsmtpd ); >> >> And what do I use for the QpsmtpdDir? Would that

Changes to RPM

2007-12-15 Thread Robin Bowes
Hi, I'm in the process of migrating my home mail setup onto a better connected server and am moving to use qpsmtpd under apache (you may have noticed a previous post from me on this subject!) Anyway, the purpose of this thread is to suggest and discuss some changes/improvements to the RPM. So, I

Re: Changes to RPM

2007-12-15 Thread Charlie Brady
On Sat, 15 Dec 2007, Robin Bowes wrote: Anyway, the purpose of this thread is to suggest and discuss some changes/improvements to the RPM. ... 1. Drop an apache config file into /etc/httpd/conf.d, e.g. qpsmtpd.conf: ... 2. Don't automatically set qpsmtpd-forkserver to start at boot. ... 3

Error running on Windows

2007-12-15 Thread Charles Haven
Complete noob here. I use ASSP on Windows and want to pass the smtp connection to another daemon running Perl. This looks like the best possibility. I have: - Windows XP - Perl v5.8.8 built for MSWin32-x86-multi-thread, Binary build 822 [280952] provided by ActiveState - qpsmtpd-0.40 (installe

Re: Error running on Windows

2007-12-15 Thread Tom Callahan
Charles Haven wrote: Complete noob here. I use ASSP on Windows and want to pass the smtp connection to another daemon running Perl. This looks like the best possibility. I have: - Windows XP - Perl v5.8.8 built for MSWin32-x86-multi-thread, Binary build 822 [280952] provided by ActiveState -