X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=Mj7okGGiyvljez8nourwAOSCyIXzraNcHEi86Qy5a+Y= c=1 sm=1 a=VphdPIyG4kEA:10 a=8nJEP1OIZ-IA:10 a=bjc4cVg0bOkbQAORHc9k3w==:17 a=WcMrKLw3ZJMzhnp6btsA:9 a=_plY4CDoPqkwUNJ_M2AA:7 a=3ILfl3wor0EjyvSeRqG2cJWCB78A:4 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Message-ID: <4C76A723.60002@monai.ca> Date: Thu, 26 Aug 2010 10:40:51 -0700 From: Steven Monai User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: How do I kill ssmtp? References: <4C769B99 DOT 80609 AT coastside DOT net> In-Reply-To: <4C769B99.80609@coastside.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 2010/08/26 9:51 AM, Blaine Miller wrote: > I'm getting an inordinate amount of mail in the deadletter files, some > 400 meg since this server started. I've grepped for the PID to kill the > process, I've looked in the Services table in Windows and I've looked in > the Programs, uninstall and can't find any reference to ssmtp to kill! ssmtp is not a daemon/service, so that is to be expected. > First, is 400 meg a normal amount of dead letter mail for a system > that's been up for only two weeks? That depends on your definition of "normal". But unless your server is handling an extremely large volume of email traffic, I think it's safe to say that 400M in two weeks is not normal. > Second, how do I kill this process? You will want to find the process (or processes) that are attempting (and failing) to send email via ssmtp. In your other message to the list today, you mention that you're using cron, so I strongly suspect cron to be the source of most/all your dead emails. It is possible that your cron jobs are generating a lot of output that hasn't been redirected to proper log files or /dev/null. > Third, how do I clear the DL file? For now, I've moved the old > dead.letter to a different filed and touched a new, empty dead.letter. That sounds okay to me. You should probably examine the file contents to try to discover where the messages are coming from. > Fourth, would any of these events cause the system to completely lock up > and have to be rebooted? I don't think your dead.letter file could have caused that, unless, perhaps, it filled up the system drive. > Thanks for your time & assistance! HTH, -SM -- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple