Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2005 09:19:54 -0400 (CDT)
From:      "Raciel Perez Hernandez" <racielprz@minsap.pri.sld.cu>
To:        "Jim Trigg" <jtrigg@spamcop.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Postfix Problem (urgent)
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>

next in thread | previous in thread | raw e-mail | index | archive | help

> 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
>> <emaildress@anydomain.com>: 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1088.192.168.40.20.1117977594.squirrel>