Re: mail queue getting bigger

2001-06-05 Thread Dave Sill

Cary [EMAIL PROTECTED] wrote:

What do I need to change so it does run?  When I restart the system,
qmail-send and qmail-stmp both show up with as being managed by
supervise,

Says who?

What Do The Logs Say? (tm)

but you and Charles both say it is not running.

If it was running, messages in the queue would be preprocessed.

What gives?

You've botched the startup configuration somehow: typo in a script or
omitted one or more steps.

Also,
according to Life with qmail, a properly configured qmail system should
have four daemons running, yet I obviously had only two.  Where do the
other two processes begin running?

qmail-start starts qmail-send, qmail-lspawn, q-rspawn, and qmail-clean.

Once I get getmail to work delivering mail to my Maildir mailbox, I won't
need to accept mail via SMTP for the summer, no.  BUT I will need/want to
use SMTP when I get back to school in the fall, and have an IP address
from which I would want to send/recieve mail (i.e. cary@[150.x.x.x]).
Is rcpthosts the correct place to put this address, or will it automaticly
be used (it is assigned by DHCP)?

You'll need to install either a POP3 or IMAP server, and you'll
probably want to set up one of the relay-after-pop mechanisms to grant
the dynamic IP address relay access.

-Dave



Re: mail queue getting bigger

2001-06-04 Thread Cary


On Thu, 31 May 2001, Dave Sill wrote:

 Cary [EMAIL PROTECTED] wrote:
 
 However, when I try to check the mail that was sent, it has not been
 delivered.  I use bin/qmail-qstat to look a the queue, and it is growing
 bigger and bigger:
 ---results of bin/qmail-qstat---
 messages in queue: 138
 messages in queue but not yet preprocessed: 138
 ---

I now have 216 messages in the queue.

 
 qmail-send isn't running.
What do I need to change so it does run?  When I restart the system,
qmail-send and qmail-stmp both show up with as being managed by supervise,
but you and Charles both say it is not running.  What gives? Also,
according to Life with qmail, a properly configured qmail system should
have four daemons running, yet I obviously had only two.  Where do the
other two processes begin running?  


 
 root4755  0.0  1.6   892  520  ??  I12:25PM   0:00.13 \
 /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c cat /var/qmail
 
 You have a typo in your qmail-smtpd/run file. I suspect you used
 single quotes (') where you should have used back quotes (`).

Thank you for the pointer.  I did indeed have singles instead of backs.

 
 I would have expected qmail-inject to deliver the message as soon as
 possible.
 
 qmail-inject queues messages, it doesn't deliver them.

Thanks for the clarification.
 
 me: My name is localhost.
 
 The host name is localhost?

It was, Yes.  My /etc/hosts file had the lines:
127.0.0.1   localhost localhost.bsd.local
192.168.0.102   gyrfalcon gyrfalcon.bsd.local

But I've since changed localhost to gyrfalcon, and commented out the
internal net address (192.x.x.x).

 
 rcpthosts:
 
 You don't want to accept mail via SMTP?

Once I get getmail to work delivering mail to my Maildir mailbox, I won't
need to accept mail via SMTP for the summer, no.  BUT I will need/want to
use SMTP when I get back to school in the fall, and have an IP address
from which I would want to send/recieve mail (i.e. cary@[150.x.x.x]).
Is rcpthosts the correct place to put this address, or will it automaticly
be used (it is assigned by DHCP)?

 
 concurencyincomming: I have no idea what this file does.
 
 concurrencyimcoming is misspelled.
 

Again, thanks.
 -Dave
 

Cary




Re: mail queue getting bigger

2001-05-31 Thread Dave Sill

Cary [EMAIL PROTECTED] wrote:

However, when I try to check the mail that was sent, it has not been
delivered.  I use bin/qmail-qstat to look a the queue, and it is growing
bigger and bigger:
---results of bin/qmail-qstat---
messages in queue: 138
messages in queue but not yet preprocessed: 138
---

qmail-send isn't running.

root4755  0.0  1.6   892  520  ??  I12:25PM   0:00.13 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c cat /var/qmail

You have a typo in your qmail-smtpd/run file. I suspect you used
single quotes (') where you should have used back quotes (`).

I would have expected qmail-inject to deliver the message as soon as
possible.

qmail-inject queues messages, it doesn't deliver them.

me: My name is localhost.

The host name is localhost?

rcpthosts:

You don't want to accept mail via SMTP?

concurencyincomming: I have no idea what this file does.

concurrencyimcoming is misspelled.

-Dave



mail queue getting bigger

2001-05-30 Thread Cary

After much playing around with qmail files, I believe I have gotten part
of qmail working.  I say part, because I have no trouble _sending_ mail,
but in delivering it, either to users on the same machine or to diffrent
hosts.  Pine is using the /usr/sbin/sendmail wrapper provided by qmail to
send mail.  

However, when I try to check the mail that was sent, it has not been
delivered.  I use bin/qmail-qstat to look a the queue, and it is growing
bigger and bigger:
---results of bin/qmail-qstat---
messages in queue: 138
messages in queue but not yet preprocessed: 138
---

I ran ps -auxw | grep qmail to determine what qmail services I had 
running.  As you can see, both qmail-send and qmail-smtpd are running.
(As a side question, is qmail-send supposed to be running so much
compared to the other processes?
---results of ps -auxw | grep qmail---
root4746  1.1  1.4   852  440 con- S12:25PM   3:08.61 \
supervise qmail-send
root4748  0.0  1.4   852  440 con- I12:25PM   0:00.25 \
supervise qmail-smtpd
root4755  0.0  1.6   892  520  ??  I12:25PM   0:00.13 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c cat /var/qmail
qmaill  4761  0.0  1.2   860  376  ??  I12:25PM   0:00.13 \ 
/usr/local/bin/multilog t /var/log/qmail/smtpd
qmaill  4762  0.0  1.4   872  440  ??  S12:25PM   0:08.43 \ 
/usr/local/bin/multilog t /var/log/qmail
-

I would have expected qmail-inject to deliver the message as soon as
possible.  But it has been at least 5 minutes since I sent the test
message and it still has not been delivered.

As I mentioned in a previous email question, I am working behind a home
firewall/DHCP server.  My DHCP address is 192.168.0.102. My host name is
localhost.bsd.local.  If there is any other info I should include, please
let me know.

Included below is qmail-showctl:
---results of bin/qmail-showctl---
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 81, 82, 83, 0, 84, 85, 86, 87.
group ids: 81, 82.

badmailfrom: (Default.) Any MAIL FROM is allowed.

bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.

bouncehost: (Default.) Bounce host name is localhost.

concurrencylocal: (Default.) Local concurrency is 10.

concurrencyremote: (Default.) Remote concurrency is 20.

databytes: (Default.) SMTP DATA limit is 0 bytes.

defaultdomain: Default domain name is .

defaulthost: (Default.) Default host name is localhost.

doublebouncehost: (Default.) 2B recipient host: localhost.

doublebounceto: (Default.) 2B recipient user: postmaster.

envnoathost: (Default.) Presumed domain name is localhost.

helohost: (Default.) SMTP client HELO host name is localhost.

idhost: (Default.) Message-ID host name is localhost.

localiphost: (Default.) Local IP address becomes localhost.

locals: 

me: My name is localhost.

percenthack: (Default.) The percent hack is not allowed.

plusdomain: Plus domain name is .

qmqpservers: (Default.) No QMQP servers.

queuelifetime: (Default.) Message lifetime in the queue is 604800 seconds.

rcpthosts: 

morercpthosts: (Default.) No effect.

morercpthosts.cdb: (Default.) No effect.

smtpgreeting: (Default.) SMTP greeting: 220 localhost.

smtproutes: (Default.) No artificial SMTP routes.

timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.

timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.

timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.

virtualdomains: (Default.) No virtual domains.

concurencyincomming: I have no idea what this file does.
-

Thanks very much in advance! 

Cary Mathews

Abilene Christian University
ACM Chair
| Education Committee





Re: mail queue getting bigger

2001-05-30 Thread Henning Brauer

On Wed, May 30, 2001 at 03:32:17PM -0500, Cary wrote:
 I ran ps -auxw | grep qmail to determine what qmail services I had 
 running.  As you can see, both qmail-send and qmail-smtpd are running.

NO, qmail-send is NOT running. supervise qmail-send is running trying o
start qmail-send and failing for some reason. check /service/qmail-send/run
or /var/qmail/supervise/qmail-send/ or whatever it is on your system.

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany   *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)