I would not recommend this however. Student dorms and such are a great source of viruses. We typically find the authorized mail server that corresponds to a domain and whitelist that IP address. Even within our own university we are very restrictive about what IPs are whitelisted. --------------- Chris Hoogendyk - O__ ---- Systems Administrator c/ /'_ --- Biology & Geology Departments (*) \(*) -- 140 Morrill Science Center ~~~~~~~~~~ - University of Massachusetts, Amherst <hoogendyk@...> --------------- Erd\ufffds 4 Matt Kettler wrote: > Jamie McParland wrote: > >> I want to unblock all of .edu but I'm not sure if I can just put in an ACL >> like this >> >> acl whitelist domain *.edu >> >> I'm stumped. >> > > I don't think the ACLs support file-globbing. You either have plain substring > matching or regular expressions. > > I'd suggest: > > acl whitelist domain /\.edu$/ > > Which is a regular expression matching any domain ending in .edu. (The $ forces > the end-of-string match) > > > > > Yahoo! Groups Links > > > >
Message
Re: [milter-greylist] Unblock .edu?
2006-02-27 by Chris Hoogendyk
Attachments
- No local attachments were found for this message.