Clifton- That did do the trick, though I ended up wrapping it with tcp wrappers.
Thanks, Alexander Kiwerski At 11:30 AM 10/30/2001, you wrote: >On Tue, Oct 30, 2001 at 09:37:06AM -0800, Alexander Kiwerski wrote: > >Not sure about this stuff... > > > I'm getting some errors from qpopper whenever I try to do ssl/tls: > > > > Oct 30 09:01:25.487 2001 [19169] Trace and Debug destination is file > > "/etc/mail/qtrace.log" [pop_init.c:855] >... > > > Also, for some reason, I'm having to put most of my options in inetd.conf, > > as for some reason, the config file I have (/etc/mail/qpopper.config) is > > not being read. Here's the inetd.conf entry: > > > > pop-3 stream tcp nowait root /usr/local/sbin/popper -f > > /etc/mail/qpopper.config > > ... but isn't this the old problem where you have to put the program >name *twice* if you aren't using tcp wrappers or some such? > > >From man inetd > >... > "The server program arguments should be just as arguments normally are, > starting with argv[0], which is the name of the program. If the service > is provided internally, the word ``internal'' should take the place of > this entry." > >This is screwing up recognition of the "-f" config parameter because >"-f" is ending up as argv[0] for qpopper. Put a second instance of >/usr/local/sbin/popper in that line and you're set. > > -- Clifton > >-- > Clifton Royston -- LavaNet Systems Architect -- [EMAIL PROTECTED] > WWJD? "JWRTFM!" - Scott Dorsey (kludge) "JWG" - Eddie Aikau
