This is a discussion on Re: DSpam Content Filter via Header_Checks within the mailing.postfix.users forums, part of the Mail Servers and Related category; Am Donnerstag, den 05.05.2005, 11:51 +0200 schrieb Magnus B=E4ck: > On Thursday, May 05, 2005 at ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Am Donnerstag, den 05.05.2005, 11:51 +0200 schrieb Magnus B=E4ck:
> On Thursday, May 05, 2005 at 11:35 CEST, > Jens Mittag <jens.mittag@prime23.de> wrote: >=20 > > Am Donnerstag, den 05.05.2005, 11:25 +0200 schrieb Magnus B=E4ck: >=20 > [...] >=20 > > > smtpd_client_restrictions =3D > > > check_client_access cidr:/path/to/file > > >=20 > > > /path/to/file: > > > # Your local subnet(s) > > > 1.2.3.0/24 OK > > >=20 > > > # A catch-all for the rest > > > 0.0.0.0/0 FILTER dspam: > > >=20 > > > [...] > > >=20 > >=20 > > Sounds nice, but doesn't fit in my environment, because my mailserver= is > > not "local", but in some computer center. So, I cannot differentiate > > between two networks - incoming and outgoing mails are accepted over = the > > same ip address. The users which are allowed to send mails via postfi= x > > authenticate via SASL. >=20 > These requirements where not present in the original question. >=20 > smtpd_client_restrictions =3D > permit_sasl_authenticated, > check_client_access cidr:/path/to/file >=20 > /path/to/file: > # A catch-all for the rest > 0.0.0.0/0 FILTER dspam: >=20 Thanks... that's working. And pretty simple. Nice. Jens --=20 Jens Mittag <jens.mittag@prime23.de> |