From owner-freebsd-questions@FreeBSD.ORG Mon Jun 28 21:18:37 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F8031065672 for ; Mon, 28 Jun 2010 21:18:37 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0D2028FC0C for ; Mon, 28 Jun 2010 21:18:36 +0000 (UTC) Received: by bwz12 with SMTP id 12so483251bwz.13 for ; Mon, 28 Jun 2010 14:18:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=tfL36rXPeUOo5+jAT69YoEva1DyTFhP8UG4qHA2q4Uc=; b=GfroJlmezXlMa31ZXyorizCaQ3EJBrJryALiH2Kp+kTPWt5dtGVenpvsETNBYfNJ2m jNiIymqZVrR/KxTspfjrym+3kZQ572uOgOOa85RZeTR7puezGmAYZYwvqmt3cIRZ9++h RfacSaDIGulQHzSH8XQVF84rESP8AOxr3rAxk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=MWKkX5IRhnVnSJTXnXH+CBBIMm4RiZiagxbTQef1VumpbBwbbP9czz8YnCy/Ynr1RR bkMuEfVyfGja3mbzYwxJT4TdjAN+KjMCxtV6wV3IT6BTjCK98fZVBozfPHPkxF+6DL/D C5Yj/w88lrKM5IaJLjY61Yc9IC8iVafVG5Rxc= Received: by 10.204.8.220 with SMTP id i28mr4018270bki.204.1277758306104; Mon, 28 Jun 2010 13:51:46 -0700 (PDT) Received: from [192.168.1.111] (94-193-57-116.zone7.bethere.co.uk [94.193.57.116]) by mx.google.com with ESMTPS id q2sm20145518bkj.22.2010.06.28.13.51.45 (version=SSLv3 cipher=RC4-MD5); Mon, 28 Jun 2010 13:51:45 -0700 (PDT) Message-ID: <4C290B62.5060209@gmail.com> Date: Mon, 28 Jun 2010 21:51:46 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100628 Thunderbird/3.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: sendmail: My unqualified host name 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, 28 Jun 2010 21:18:37 -0000 Hello. My console is being flooded with this kind of messages: Jun 28 15:49:02 prime sendmail[57268]: My unqualified host name (localhost) unknown; sleeping for retry Jun 28 15:49:06 prime sendmail[21451]: unable to qualify my own domain name (localhost) -- using short name Jun 28 15:50:02 prime sendmail[85031]: My unqualified host name (localhost) unknown; sleeping for retry Jun 28 15:50:06 prime sendmail[57268]: unable to qualify my own domain name (localhost) -- using short name Is there any way to find out who/what is trying to use sendmail? M.