From owner-freebsd-questions Thu Aug 8 16:29:21 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA23764 for questions-outgoing; Thu, 8 Aug 1996 16:29:21 -0700 (PDT) Received: from homer24.u.washington.edu (durang@homer24.u.washington.edu [140.142.78.14]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA23759 for ; Thu, 8 Aug 1996 16:29:19 -0700 (PDT) Received: from localhost by homer24.u.washington.edu (5.65+UW96.06/UW-NDC Revision: 2.33 ) id AA54187; Thu, 8 Aug 96 16:29:12 -0700 Date: Thu, 8 Aug 1996 16:29:11 -0700 (PDT) From: Ken Marsh To: andrsn@andrsn.stanford.edu Cc: questions@freebsd.org Subject: My Pine woes: smpt lost, mail sits in queue Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Annelise: I decided to take you up on your suggestion. Now pine is sending my mail into the queue as I would expect, and sendmail -q returns no errors. However, the mail still sits in my queue. I must warn you, before today, i didn't know I even HAD sendmail on my system. I guess it's standard issue... I tried to change the line as you suggested: To queue the outgoing change the line in sendmail.cf that says 0di to 0dq. And/or add this to sendmail flags my sendmail.cf does not have any text matching "0d" at all. I'm not sure what to add the the sendmail flags. Thanks for all the help! Ken ANNELISE'S SUGGESTION WAS: Ken, if you haven't solved the pine problem yet you might want to queuing the outgoing mail. If pine can do this without problems, that identifies the connection to the university as the problem. To queue the outgoing change the line in sendmail.cf that says 0di to 0dq. And/or add this to sendmail flags; I run sendmail -bd & out of rc.local and have sendmail turned off in sysconfig. Then in .pinerc you set smpt-server=localhost. Also enable suspend. You can then suspend pine and look at the mail q with mailq, and then use sendmail -q & to send it (and go back to pine with fg). Later you can look at the mailq and see if the mail got sent. This mail is spooled in /var/spool/mqueue; you need to be root to read or alter it. Pine also has a debugging mode that will send you messages about its performance....I think you can turn that on in the setup. Annelise