From owner-freebsd-questions@FreeBSD.ORG Mon Jan 3 16:50:22 2005 Return-Path: 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 3141516A4CE for ; Mon, 3 Jan 2005 16:50:22 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C293F43D31 for ; Mon, 3 Jan 2005 16:50:21 +0000 (GMT) (envelope-from j65nko@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so93057wra for ; Mon, 03 Jan 2005 08:50:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=fX4UJbijll2UW5D7cucqGtrx9caB/P/e+VgaWvBkdEiYDk6izLT6zoY1NxLMxOB219b/gZhx4dhAnqoOnxwYy/ZsLqnVm5NXnMJEIuArs1iFUuvObTbVX5ULu9Nbwbi4VMes52c5O3WGoiXbVle1yi6azM8cqOeZuDb5BvpV+/U= Received: by 10.54.40.41 with SMTP id n41mr545601wrn; Mon, 03 Jan 2005 08:50:21 -0800 (PST) Received: by 10.54.37.19 with HTTP; Mon, 3 Jan 2005 08:50:21 -0800 (PST) Message-ID: <19861fba05010308504edb9229@mail.gmail.com> Date: Mon, 3 Jan 2005 17:50:21 +0100 From: J65nko BSD To: tethys ocean In-Reply-To: <235b800005010300233341def0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <235b800005010300233341def0@mail.gmail.com> cc: FreeBSD_Questions Subject: Re: defered mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: J65nko BSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 16:50:22 -0000 On Mon, 3 Jan 2005 10:23:07 +0200, tethys ocean wrote: > My problem is about defered mail. On our server sendmail is running > and sometimes some mail defered. I am researching how I can get > managed to send defer mail information to senders? I am taking a mail > from root but sender didnt take a mail that consist "your mail defered > bla bla bla....so I will take next tree minutes".. is it possible? if > it is possible how I can manage? > > in sendmail.cf > > O Timeout.queuereturn=2d > O Timeout.queuewarn=4h > O Timeout.queuewarn.normal=4h > > mailq > /var/spool/mqamavis (5 requests) > -----Q-ID----- --Size-- -----Q-Time----- > ------------Sender/Recipient----------- > iBVC8fpT049046- 6361 Fri Dec 31 14:12 > (host map: lookup (bbscomputer.net): deferred) > > iBVCIB9u051147- 6361 Fri Dec 31 14:21 > (host map: lookup (bbscomputer.net): deferred) > > iBVDjmck072838- 19579 Fri Dec 31 15:46 > (host map: lookup (gesan.com.tr): deferred) > > iBV68HLM055154- 30 Fri Dec 31 08:08 > (host map: lookup (active.net): deferred) > > iBVAnlhq030740- 354708 Fri Dec 31 12:49 > (host map: lookup (jungletree.org): deferred) > > Total requests: 5 > As far as I can see, there is not much what you can do about it ;) $ host bbscomputer.net ;; connection timed out; no servers could be reached $ host gesan.com.tr Host gesan.com.tr not found: 2(SERVFAIL) $ host active.net active.net has address 12.161.44.180 $ host -t mx active.net active.net mail is handled by 10 mail.active.net. $ host mail.active.net Host mail.active.net not found: 3(NXDOMAIN) $ host jungletree.org Host jungletree.org not found: 3(NXDOMAIN) =Adriaan=