Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Mark Bohlman Subject: Re: mutt and ssmtp on Cygwin on Windows Server 2003 'child exited 127' Date: Wed, 19 May 2004 10:56:11 -0400 Lines: 57 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: exchange.tcicredit.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 In-Reply-To: gert_de_boer AT ch DOT schindler DOT com wrote: > > > > Somehow I do not succeed in configuring mutt or ssmtp with Cygwin on a > Windows 2003 server. > > As an example of what happens: > > $ echo hallo | mutt -s new_test myname AT mycompany DOT com > Error sending message, child exited 127 (Exec error.). > Could not send the message. > > The error is exactly the same as when I have a wrong 'sendmail' defined in > my .muttrc on a server where cygwin runs without any problem. However I > defined it correct: > set sendmail=/usr/sbin/ssmtp > > Executing ssmtp on its own delivers an empty mail at myname AT mycompany DOT com, > so the error is not there. > > It all works without any problem on Windows XP and Windows 2000. > > So it seems something has changed in Windows 2003: for some reason mutt > cannot trigger ssmtp to do its job. > > Something similar seems to happen between the CYGWIN cron service and the > scripts it is supposed to start. Nothing happens, but if I look in the > eventviewer I see the following order of events: > > PID 3188: (myaccount) RELOAD (tabs/myaccount) > > PID 3392: (myaccount) CMD (/home/myaccount/bin/test_mail.sh) > > PID 3392: (CRON) error (can't switchuser context) > > So it is just an idea of mine that somehow (some) programs are not able to > start others, due to some rigid security settings. > > BTW, all the above is done as with a group account with administrator > rights on the server. > > Gert de Boer > > gert de boer at ch schindler com > > cygcheck.out: > (See attached file: cygcheck.out): > I had a similar problem on Win2K until I checked the /etc/ssmtp/ssmtp.conf file and found an improper setting. Also check the ~/.muttrc file for correct settings. Fixing this got rid of the same error message on my system. See also /usr/share/doc/mutt-xxx.README. Hope this helps. -- Mark -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/