From owner-freebsd-questions@FreeBSD.ORG Mon Aug 13 22:38:32 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBCC416A417 for ; Mon, 13 Aug 2007 22:38:32 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 6D78913C45E for ; Mon, 13 Aug 2007 22:38:32 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay6.apple.com (relay6.apple.com [17.128.113.36]) by mail-out3.apple.com (Postfix) with ESMTP id 183CAE68A81; Mon, 13 Aug 2007 15:20:58 -0700 (PDT) Received: from relay6.apple.com (unknown [127.0.0.1]) by relay6.apple.com (Symantec Mail Security) with ESMTP id 05F7310084; Mon, 13 Aug 2007 15:20:58 -0700 (PDT) X-AuditID: 11807124-a57b8bb0000007f3-ab-46c0d9494c9a Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay6.apple.com (Apple SCV relay) with ESMTP id F23AC10066; Mon, 13 Aug 2007 15:20:57 -0700 (PDT) In-Reply-To: <46C0D846.6020001@locolomo.org> References: <46C0D846.6020001@locolomo.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2E13CDC2-F683-4F6E-9E05-E65F3B39A4FD@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 13 Aug 2007 15:20:57 -0700 To: Erik Norgaard X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: FreeBSD Questions Subject: Re: Problem sending pr 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, 13 Aug 2007 22:38:32 -0000 On Aug 13, 2007, at 3:16 PM, Erik Norgaard wrote: > Hi: I tried to submit a new port with send-pr as described, but the > mail doesn't get delivered: > > Aug 14 00:05:20 strange postfix/smtp[7310]: A60B82E04D: to= gnats-submit@freebsd.org>, relay=mx1.freebsd.org[69.147.83.52]:25, > delay=2.1, delays=0.1/0.0 5/1.4/0.56, dsn=4.7.1, status=deferred > (host mx1.freebsd.org[69.147.83.52] said: 450 4.7.1 submit@freebsd.org>: Recipient address rejected: Service is > unavailable (in reply to RCPT TO command)) > > Is FreeBSD-gnats-submit not the right recipient or what went wrong? Nothing is wrong; you got a 4xx temporary failure due to greylisting. Just wait for your mailserver to retry normally, and your email will go through. -- -Chuck