From owner-freebsd-questions@FreeBSD.ORG Sun Jun 5 13:25:25 2005 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 031FF16A41C for ; Sun, 5 Jun 2005 13:25:25 +0000 (GMT) (envelope-from racielprz@minsap.pri.sld.cu) Received: from mail.sld.cu (mail.sld.cu [200.55.135.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA1043D48 for ; Sun, 5 Jun 2005 13:25:22 +0000 (GMT) (envelope-from racielprz@minsap.pri.sld.cu) Received: by mail.sld.cu (Postfix, from userid 2) id AFC3E30040; Sun, 5 Jun 2005 09:24:59 -0400 (AST) Received: from mailhub.sld.cu(196.1.112.37) via SMTP by mail-2.sld.cu, id smtpdUpBATd; Sun Jun 5 09:24:55 2005 Received: from mx1.minsap.pri.sld.cu (ns.minsap.pri.sld.cu [169.158.161.158]) by mailhub.sld.cu (Postfix) with ESMTP id AFCE51867E0; Sun, 5 Jun 2005 09:24:45 -0400 (AST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mx1.minsap.pri.sld.cu (Postfix) with ESMTP id 766451B764; Sun, 5 Jun 2005 09:19:55 -0400 (CDT) Received: from mx1.minsap.pri.sld.cu ([127.0.0.1]) by localhost (mx1.minsap.pri.sld.cu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27751-04; Sun, 5 Jun 2005 09:19:54 -0400 (CDT) Received: from www.minsap.pri.sld.cu (mx1.minsap.pri.sld.cu [192.168.40.2]) by mx1.minsap.pri.sld.cu (Postfix) with ESMTP id 58A9A1B760; Sun, 5 Jun 2005 09:19:54 -0400 (CDT) Received: from 192.168.40.20 (SquirrelMail authenticated user racielprz); by www.minsap.pri.sld.cu with HTTP; Sun, 5 Jun 2005 09:19:54 -0400 (CDT) Message-ID: <1088.192.168.40.20.1117977594.squirrel@192.168.40.20> In-Reply-To: <42A1B3A4.3040708@spamcop.net> References: <1498.192.168.41.1.1117860784.squirrel@192.168.41.1> <42A1B3A4.3040708@spamcop.net> Date: Sun, 5 Jun 2005 09:19:54 -0400 (CDT) From: "Raciel Perez Hernandez" To: "Jim Trigg" User-Agent: SquirrelMail/1.5.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal X-Virus-Scanned: amavisd-new at minsap.pri.sld.cu X-Infomed-MailScanner-Information: Please contact the ISP for more information X-Infomed-MailScanner: Found to be clean (Mailhub) X-MailScanner-From: racielprz@minsap.pri.sld.cu Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Postfix Problem (urgent) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: racielprz@minsap.pri.sld.cu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2005 13:25:25 -0000 > Raciel Perez Hernandez wrote: >> Helo list I have postfix installed and working, it only have a problem= , >> I >> connect to internet trougth a leased line of 144Kbs but this line >> sometimes gets unstable and goes down, so if the connection is down an= d >> somebody try to send a message, postfix tells me (Server replied: 450 >> : Recipient address rejected: Domain not >> found) >> and reject the message, I put this two lines on the main.cf file witho= ut >> any results disable_dns_lookups=3Dyes and deffer_transport=3Dsmtp but >> postfix >> do not hear me, I need postfix put mail on the queue even if is >> connected >> or not, rigth now it represent a big problem to me Best Regards. >> There is my main.cf file. >> >> smtpd_recipient_restrictions =3D >> reject_invalid_hostname, >> reject_non_fqdn_sender, >> reject_non_fqdn_recipient, >> reject_unknown_sender_domain, >> reject_unknown_recipient_domain, >> check_sender_access proxy:mysql:/etc/postfix/mysql-sender-access.c= f, >> permit_sasl_authenticated, permit_mynetworks, >> # reject_unauth_destination, >> # permit_sasl_authenticated, >> reject_unauth_pipelining, >> reject > > The problem is the order of your recipient restrictions. Move > permit_sasl_authenticated and permit_mynetworks above > reject_unknown_sender_domain. > > Jim > > Jim thanks you very much you rigth my recipient restriction had the probl= em you tell me, I correct the main.cf how you tell me and now postfix works the I wan it thanks you again.