Re: (PM) mail only filter

Tsenko Tsenov (tsenko@bulnet.bg)
Thu, 15 Apr 1999 09:00:46 +0300

Hi,

I use the following filter to enable only ports 25 and 110, also 53th
for domain name lookup.
Where x.x.x.x/32 is the IP adress of the mailserver.
It should be named mailonly.in in PM and you can call it by RADIUS users
file by adding a reply item:
Filter-Id = mailonly or Framed-Filter-Id = mailonly

Have a luck,
Tsenko

permit tcp established
permit 0.0.0.0/0 x.x.x.x/32 tcp dst eq 25
permit 0.0.0.0/0 x.x.x.x/32 tcp dst eq 110
permit udp dst eq 53
permit tcp dst eq 53
permit icmp
deny notify

Ben Conner wrote:
>
> Hi,
>
> I understand that the PM3s can do a mail-only filter. Can someone point me
> in the right direction for implementing this? I'd like to give it a name
> and associate it with certain dialup accounts.
>
> Thanks!
-
To unsubscribe, email 'majordomo@livingston.com' with
'unsubscribe portmaster-users' in the body of the message.
Searchable list archive: <URL:http://www.livingston.com/Tech/archive/>