This is a discussion on Re: deny connections from an ip within the mailing.postfix.users forums, part of the Mail Servers and Related category; > From: Francisco Castillo <fcastillo@irccrawler.com> > Reply-To: <fcastillo@irccrawler.com> > Date: Sun, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> From: Francisco Castillo <fcastillo@irccrawler.com> > Reply-To: <fcastillo@irccrawler.com> > Date: Sun, 17 Oct 2004 01:02:18 +0200 (CEST) > To: Postfix Users <postfix-users@postfix.org> > Subject: deny connections from an ip > > > Hello, > > I would like to configurate my postfix in order to deny connections from a > ip of a mail server which i has seen that send me a lot of rubbish mails. > > How could i relay denied this ip ? > > Thanks in advance > > in MAIN.CF smtpd_client_restrictions = check_client_access cidr:/etc/postfix/evil-clients.cidr /etc/postfix/evil-clients.cidr REST.ICTED.IP.ADDR/32 REJECT You send me too much spam. Go away. |