From: Larry Hansford (no email)
Date: Mon Jul 01 2002 - 12:34:16 EDT
At 11:58 AM 7/1/2002, Larry Hansford wrote:
>At 11:20 AM 7/1/2002, Ralf Hildebrandt wrote:
>>On Mon, Jul 01, 2002 at 11:15:46AM -0400, Larry Hansford wrote:
>>
>>No. What for?
>>
>>Simply put
>>gbod.com check_relay_domains
>>ecomc.com check_relay_domains
>>
>>into hash:/etc/postfix/access_list
>>
>>Or better still, change your config to:
>>
>> > smtpd_recipient_restrictions =
>> > reject_non_fqdn_sender,
>> > reject_non_fqdn_recipient,
>> > reject_unknown_sender_domain,
>> > reject_unknown_recipient_domain,
>> > permit_mynetworks,
>> reject_unauth_destination,
>> > check_client_access hash:/etc/postfix/pop-before-smtp,
>> > check_sender_access hash:/etc/postfix/access_list,
>> > check_recipient_access hash:/etc/postfix/access_list,
>> > reject_non_fqdn_hostname,
>> > reject_unknown_client,
>> permit
>>
>>and just put:
>>
>>gbod.com OK
>>ecomc.com OK
>>
>>into hash:/etc/postfix/access_list
>Thanks, Ralf!
>
>I've added the changes and will test them.
After making these changes, I still get the following rejection message:
Jul 1 08:31:59 elm postfix/smtpd[5811]: warning: 207.65.131.xx: hostname
pm3-1-1-fic.gbod.com verification failed: Host not found
Jul 1 08:31:59 elm postfix/smtpd[5811]: connect from unknown[207.65.131.xx]
Jul 1 08:32:00 elm postfix/smtpd[5811]: 09B5275CC:
client=unknown[207.65.131.xx]
Jul 1 08:32:00 elm postfix/smtpd[5811]: reject: RCPT from
unknown[207.65.131.xx]: 554 Client host rejected: cannot find your
hostname, [207.65.131.xx]; from=<> to=<>
Is this because it is trying to match the full hostname name of
pm3-1-1-fic.gbod.com, while I have just gbod.com in the access_list file?
Thanks!
Larry
>I thought I had read on this list that putting any domains as OK in the
>access_list opened up the list to any host. Maybe I misread that.
>
>I assume that the check_relay_domains is no longer needed, or redundant?
>
>Larry
>
>
>-
>To unsubscribe, send mail to with content
>(not subject): unsubscribe postfix-users
-
To unsubscribe, send mail to with content
(not subject): unsubscribe postfix-users
|
|
|