From owner-freebsd-questions@FreeBSD.ORG Mon Jun 26 21:42:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2657416A408 for ; Mon, 26 Jun 2006 21:42:51 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id E041443D79 for ; Mon, 26 Jun 2006 21:42:46 +0000 (GMT) (envelope-from wodfer@gmail.com) Received: by py-out-1112.google.com with SMTP id i75so3183209pye for ; Mon, 26 Jun 2006 14:42:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=E9WecINQ7bdCK34q6wucphp2VfifMbwgQeLYvguB72mldt7YO48eNpFtOx0RI3YxJ7qM4ErN/lTKsm3LyykT7uBuZiK5Jz6EahLFb+TSYwVJpN30JlZuYUaeQXR+cilpUONCk9M/ToiFNWHcBK7jE8Sxuft6TajVJFtTPHoQOJw= Received: by 10.35.82.15 with SMTP id j15mr6415982pyl; Mon, 26 Jun 2006 14:14:27 -0700 (PDT) Received: by 10.35.90.3 with HTTP; Mon, 26 Jun 2006 14:14:26 -0700 (PDT) Message-ID: <23ed14b80606261414j2b0fa49eo76f059cb2f0c6915@mail.gmail.com> Date: Mon, 26 Jun 2006 23:14:26 +0200 From: "=?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?=" To: freebsd-questions@freebsd.org In-Reply-To: <44A0488E.2010506@daleco.biz> MIME-Version: 1.0 References: <23ed14b80606260641y3d1b709ehb1fd20605d409942@mail.gmail.com> <44A0488E.2010506@daleco.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Need urgent help to get Sendmail running again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 21:42:51 -0000 > > Why is the server trying to connect to localhost, anyway? Did > you do special configuration in order to have Sendmail deliver > mail to 127.0.0.1 as part of your (former) configuration with > Spamassassin? If so, did you undo these statements so that Sendmail > would now deliver normally? Not quite sure actually, but the mails are generated from a php forum on this server. However, I got sendmail running and the server is receiving mails again. I compiled sendmail one more time with some new DAEMON settings I didn't have and that did it. Still, it crashes every 30 minutes with this message: (dmesg) pid 12388 (sendmail), uid 0: exited on signal 11 (/var/log/messages): Jun 26 23:10:15 malibu /kernel: pid 12487 (sendmail), uid 0: exited on signal 11 I think it tries do queue or send mails every 30 minutes, but how can I see a list of these jobs or do anything about it? Is there another way for me to get more detailes on what this crash actually is? (By the way, sendmail build was enabled in make.conf as far as I could understand) Thanks! Andreas