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

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

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.