Jump to content

aar0n

Members
  • Posts

    5
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://

aar0n's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hmmm....it seems like Spamassassin works at the domain not the user level. This would thwart the goal of allowing mom & dad to receive from non-whitelisted addresses. Also, the SpamAssassin interface seems to limit adding blacklist and whitelist addresses to 5 at a time. Is there another way?
  2. I may have found an easier way... Is SpamAssassin implemented at the domain or at the POP box level? If the latter, I'm in business by creating a manual whitelist and a manual blacklist for each of my kids, assuming that SpamAssassin manual whitelist can override a manual blacklist. whitelist_from you@ yourdomain . com whitelist_from me@ mydomain . com blacklist_from * This would limit my kid's email to receiving from you and me and EVERYONE else would be flagged as spam and deleted. If a manual whitelist can override a manual blacklist at the POP level, I'm in great shape with the tools TCH already has. Any SpamAssassin configuration gurus here?
  3. Does TCH support SendMail mail filter (aka milter) scripting? Refer to http://www.sendmail.org/doc/sendmail-curre...ibmilter/README
  4. I took a peek at that. $18/yr isn't bad, but it would seem to me that there should be some more direct way at the host level using SendMail scripts to control this. The logic was as simple as I had pseudo-coded. I really don't want a "safe2read.com" email address for my kids. I have a domain with my family's surname that I'd like to use. And thanks to everyone else for the warm welcome!
  5. I have a domain for my family. I want my wife and me to not have restrictions beyond usual TCH anti-spam features. I have 5 children whose email I want to restrict to receiving ONLY from addresses that I have pre-authorized. How can I configure this? Here's the simple logic: if not passed TCH spam filters ...Reject else if to Mom@domain.com ...Deliver else if to Dad@domain.com ...Deliver else if to kid1@domain.com ...if sender not in familylist or kid1friendslist ......Reject ...else ......Deliver else if to kid2@domain.com ...if sender not in familylist or kid2friendslist ......Reject ...else ......Deliver A domain-wide filter wouldn't work since mom or dad could/should get email from people not in the family list or the kids' lists. The kid lists might be 30-40 addresses each, with no necessary overlap. Familylist would be globally permitted for all kids. It's OK for these lists to be hardcoded in some kind of script that the mailserver can reference. Familylist would be a set of email addresses whitelisted globally for the domain. I'd prefer the solution be at the server level so inappropriate emails from non-approved senders cannot POSSIBLY get to my kids. A tutorial on email filtering would be VERY helpful.
×
×
  • Create New...