|
Prev: rules for messages comming from my server or other server
Next: i instales postfix on my linux server , i need what the things i have to do
From: joe on 7 Jun 2007 11:28 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 7 Jun 2007 12:14 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 8 Jun 2007 06:42 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 9 Jun 2007 17:23
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 |