OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Postfix Archives: Re: check_sender_access

Re: check_sender_access


Subject: Re: check_sender_access
From: Alex (cynikalcyril.vrx.net)
Date: Sun Dec 05 1999 - 17:22:44 CST


these are the latest settings i've been using..

=<rootjade>=[~] # postconf|grep restrictions
smtpd_client_restrictions =
smtpd_etrn_restrictions =
smtpd_helo_restrictions =
smtpd_recipient_restrictions = permit_mynetworks,check_relay_domains
smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access

=<rootjade>=[~] # cat /etc/postfix/access
cynikalcynikal.net OK
cynikal OK
cynikal.net OK
=<rootjade>=[~] # postmap /etc/postfix/access
=<rootjade>=[~] # postfix reload
postfix-script: refreshing the Postfix mail system
=<rootjade>=[~] # tail -4 /var/log/maillog
Dec 5 21:36:25 jade postfix/smtpd[65619]: connect from dialup-209.246.84.21.NewYork2.Level3.net[209.246.84.21]
Dec 5 21:36:25 jade postfix/smtpd[65619]: B321431BB: client=dialup-209.246.84.21.NewYork2.Level3.net[209.246.84.21]
Dec 5 21:36:25 jade postfix/smtpd[65619]: reject: RCPT from dialup-209.246.84.21.NewYork2.Level3.net[209.246.84.21]: 554 <mkoral01utopia.poly.edu>: Recipient address rejected: Relay access denied; from=<cynikalcynikal.net> to=<mkoral01utopia.poly.edu>
Dec 5 21:36:31 jade postfix/smtpd[65619]: disconnect from dialup-209.246.84.21.NewYork2.Level3.net[209.246.84.21]

doesn't make any sense to me.. i believe i did everything i was supposed to.

thank you.
Alex

p.s.. a friend of mine has a similar problem.. i'm working on his system and doing the same thing on his as on mine.. i believe if i fix my problem i will be able to fix his as well..

> Alex:
> > i did
> >
> > $ postconf|grep restrictions
> > smtpd_client_restrictions =
> > smtpd_etrn_restrictions =
> > smtpd_helo_restrictions =
> > smtpd_recipient_restrictions =
> > smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access
> >
> > see? that's the same thing i pasted last time minus the command line..
> >
> > sorry for the confusion
>
> Believe it or not, some people are confused enough that they edit
> the wrong Postfix configuration file.
>
> >From where I sit, the only way to find out what's going on is to
> ask for postconf output. And to persist if the victim will not
> cooperate.
>
> OK. Please run:
>
> postmap /etc/postfix/access
>
> Then send me the output of an SMTP session and the content of
> the postfix accesss table.
>
> Wietse



This archive was generated by hypermail 2b27 : Sun Dec 05 1999 - 20:53:03 CST