Thank you very much Andrew! You helped me solve my problem! It couldn't
have been simpler. I am a bozo. I was looking at a all the programs in
/var/qmail/bin, and I learned that qmail didn't really lose my messages. I
guessed that I hadn't started all of qmail correctly, so I ran
'/var/qmail/rc &'. The number of messages in the queue started dropping.
Now I will add rc to my init scripts. Thanks Andrew.
SORRY EVERYONE!
Bozo Jeff
----- Original Message -----
From: "Andrew Richards" <[EMAIL PROTECTED]>
To: "'Jeff Lacy'" <[EMAIL PROTECTED]>
Sent: Thursday, December 28, 2000 12:37 PM
Subject: RE: Xinetd & Qmail & New Problem!
> Jeff,
>
> I think you'll need to post your logs and startup files for the list
members
> to be able to help you.
>
> cheers,
>
> Andrew.
> ----------
> From: Jeff Lacy[SMTP:[EMAIL PROTECTED]]
> Sent: 27 December 2000 21:47
> To: [EMAIL PROTECTED]
> Subject: Xinetd & Qmail & New Problem!
>
> Okay. Thanks everyone who helped me. Qmail accepts mail and things seem
to
> be mostly better. Now I only have problem and I would very very grateful
if
> anyone could help me with it.
>
> After qmail accepts a message from me, I assume it does it thing. Then I
go
> to my mail program (outlook express) and say for check new mail. It asks
> for new mail, via pop3, and it comes back with nothing at all. I don't
know
> how to find the all the messages I send. Qmail is hiding/destroying my
> mail! Could someone please tell me where to look and/or how to fix the
> problem?
>
> .qmail-root and .qmail-postmaster both are:
> jeff
> [EMAIL PROTECTED]
>
>
> ~jeff/.qmail is:
> ./Maildir/
>
> ~jeff/Maildir/ is owned by jeff and is a mail dir so it should work.
>
> Doing an 'echo to:jeff | /var/qmail/bin/qmail-inject' doesn't show up
> anywhere. Email to root get lost too.
>
> Could someone please help me? Thanks everyone :-D
>
> Jeff
>
>
> ----- Original Message -----
> From: "Paco Gracia" <[EMAIL PROTECTED]>
> To: "Jeff Lacy" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, December 27, 2000 2:31 AM
> Subject: RE: Xinetd & Qmail
>
>
> > Hello,
> >
> > This set up used to work with qmail and RH7.0. It uses vpopmail so
if
> > you have a standard qmail instalation you'll have to change vchkpw to
use
> > checkpassword.
> >
> > Each service is in one file inside /etc/xinet.d. Read xinet man
pages
> to
> > allow and deny connections, set a maximun number of concurrent
> connections,
> > bind and external ip to an internal ip, configure your logs, etc...
> >
> > tcpserver was the only solution before xinet and it is still the
best
> > solution for advanced qmail instalations. For nothing too complicated
> xinet
> > can do the job perfectly... and it is most straightforward than
tcpserver.
> > So the choice depends on your needs.
> >
> > Bye.
> >
> > /etc/xinet.d/smtp
> >
> > # default: on
> > service smtp
> > {
> > disable = no
> > socket_type = stream
> > protocol = tcp
> > wait = no
> > user = qmaild
> > server = /var/qmail/bin/tcp-env
> > server_args = /var/qmail/bin/qmail-smtpd
> > log_on_success += USERID
> > log_on_failure += USERID
> > }
> >
> >
> > /etc/xinet.d/pop
> >
> > # default: on
> > service pop3
> > {
> > disable = no
> > socket_type = stream
> > wait = no
> > user = root
> > server = /var/qmail/bin/qmail-popup
> > server_args = your.mail.server
> /home/vpopmail/bin/vchkpw
> > /var/qmail/bin/qmail-pop3d Maildir
> > log_on_success += USERID
> > log_on_failure += USERID
> > }
> >
> >
> > ----- Original Message -----
> > From: Jeff Lacy <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, December 27, 2000 2:56 AM
> > Subject: Xinetd & Qmail
> >
> >
> > > Hello Everyone,
> > >
> > > I'm new to this list, so please forgive me if this has been asked
> > before
> > > or is really dumb.
> > >
> > > I'm running RH7.0 and I would like to run qmail. I thought I had
it
> > > working once, but I was just calling tcpd from xinetd and that seemed
a
> > > little foolish. I have been messing around with xinetd all day and my
> > > progress has been -42. Qmail accepts messages, but then they just
sort
> of
> > > disappear. I think it all stems from a problem with my xinetd
> > > configuration. I have searched the internet and everything I find is
> > > different from everything else. I am looking for the 'definitive'
thing
> > to
> > > use with xinetd. Hopefully, it should have logging and not use
anything
> > > toooo complex (and allow relaying from my lan).
> > >
> > > I would also really appreciate it if someone would tell me why so
> many
> > > people use tcpserver instead of xinetd. I understand that tcpserver
can
> > be
> > > run continually, but xinetd only starts smtpd (or whatever) when
someone
> > > connects to port 25. I am going to be running a very very (did I
> mention
> > > very) low-volume mail server.
> > >
> > > PLEASE someone, just tell me what to do. Thanks very much in
> advance.
> > > Maybe now I can put down my virtual water gun. Thanks.
> > >
> > > Despairing Jeff
> > >
> > >
> >
>
>
>
>