Re: Problem with xinetd

2008-12-30 Thread Hanno Hecker
On Mon, 29 Dec 2008 16:43:57 + (GMT) Hans Salvisberg wrote: > Hanno Hecker wrote: > > > What am I doing wrong? > > Nothing .) > > Thanks for restoring my sanity! > I'll be happy to test the updated trunk. Sorry to come in so late in the > cycle... This is a quick fix. I'm not sure if we s

AW: Problem with xinetd

2008-12-30 Thread Hans Salvisberg
Yes, this works, Thank you very much for the quick fix! Now on to configuration! Hans Hanno Hecker wrote: > This is a quick fix. I'm not sure if we solve it this way in SVN, but > it fixes the seen error :) > > Hanno

To install or not to install?

2008-12-30 Thread Hans Salvisberg
What's the difference between installing qpsmtpd as in... perl Makefile.PL make make test make install make clean ... or running it directly from /home/smtpd/qpsmtpd? Presently I'm running ./qpsmtpd from xinetd, so the installed copy is probably wasted, right? Is there any benefit/downside in

Re: To install or not to install?

2008-12-30 Thread m. allan noah
There is no benefit to installing. I've been running under xinetd for a couple of years, directly from an svn checkout in /var/qpsmtpd. In fact, I dont even make changes inside the checkout, I keep those in /var/qplocal. allan On Tue, Dec 30, 2008 at 8:32 AM, Hans Salvisberg wrote: > What's the

Re: To install or not to install?

2008-12-30 Thread Guy Hulbert
On Tue, 2008-30-12 at 13:32 +, Hans Salvisberg wrote: > What's the difference between installing qpsmtpd as in... > > perl Makefile.PL > make > make test > make install Two problems: 1. Scripts "use lib 'lib';" so you will need to modify them on install. 2. The config directory will also be

Re: To install or not to install?

2008-12-30 Thread Guy Hulbert
On Tue, 2008-30-12 at 08:44 -0500, Guy Hulbert wrote: > 1. Scripts "use lib 'lib';" so you will need to modify them on > install. Minor correction. This is only a problem if you don't use the standard library paths or you are paranoid (like me ;-). Unless your libraries are at the beginning of