From: joe on
Hello. Does anyone know if client restrictions apply to servers
sending emails to my mail server or just email clients connected
sending email. Is there a way to differentiate restrictions to clients
using eudora or other email clients and restrictions to servers
( another mail server sending email to my mail server. Thanks.

From: Ralf Hildebrandt on
On 2007-06-07, joe <jcharth(a)gmail.com> wrote:
> Hello. Does anyone know if client restrictions apply to servers
> sending emails to my mail server or just email clients connected
> sending email.

Both. Everything connecting to your "server" is by definition a
"client".

>Is there a way to differentiate restrictions to clients
> using eudora or other email clients and restrictions to servers
> ( another mail server sending email to my mail server.

Only if they use different ports. But why do you need that?

--
Ralf Hildebrandt (i.A. des IT-Zentrums) Ralf.Hildebrandt(a)charite.de
Charite - Universitätsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to plonk(a)charite.de
From: ivakras1 on
On 7 , 19:28, joe <jcha...(a)gmail.com> wrote:
> Hello. Does anyone know if client restrictions apply to servers
> sending emails to my mail server or just email clients connected
> sending email. Is there a way to differentiate restrictions to clients
> using eudora or other email clients and restrictions to servers
> ( another mail server sending email to my mail server. Thanks.

"servers sending emails"="clients connected sending email"

smtpd_helo_restrictions : restrictions to helo string, sent by client
smtpd_client_restrictions : restrictions to client host name
smtpd_sender_restrictions : restrictions to sender's email adress
smtpd_recipient_restrictions : restrictions to restrictions's email
adress
smtpd_data_restrictions : mail body restrictions
smtpd_end_of_data_restrictions = END-OF-DATA command restrictions

From: joe on
ot it very easy but no so ovious

just black list emails like j...(a)somedomain.com or the whole domain
after the sas auth in the senders policy

smtpd_sender_restrictions =
permit_sasl_authenticated,permit_mynetworks,check_client_access
hash:/etc/postfix/spoof_access,check_sender_access hash:/etc/postfix/
spoof_access