[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Maibox fill up leading to anti-spamlisting
- Subject: Re: [cobalt-developers] Maibox fill up leading to anti-spamlisting
- From: Herb Rubin <herbr@xxxxxxxxxxxx>
- Date: Sun Jul 28 11:13:00 2002
- Organization: Pathfinders Software
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
All,
I figured out that procmail was telling sendmail (during local deliver)
about being
over quota. Then sendmail was performing the bounce back to the sender. The
trick is to cause procmail to quietly send the new mail message to /dev/null
when
the regular mailbox is full.
I wrote a perl script called quotacheck that I use with procmail that
returns 3 different return codes:
0 = under quota
1 = over quota already
2 = will go over quota with this new mail message
since procmail uses the return codes it was easy to get it to throw away
the incoming mail message. The only drawback is that the procmail script
needs to be installed in everyone's home directory because its a "per user"
not "systemwide" kind of thing.
Now to write a cronjob script that "installs" it on all my mailboxes on the
Raq 4
once a day. I might post the set of programs once its all working and
documented.
Herb
Gerald Waugh wrote:
> On Fri, 26 Jul 2002, Herb Rubin wrote:
>
> > I have users that let their mailbox fillup (20 megs) and get new
> > incoming mail bouncing back to their "senders".
> >
> > I need a way to quietly delete the new incoming mail. I assume its
> > probably a sendmail config file issue. Can anyone help me?
> >
> > The reason is: When spam gets bounced, it's obviously not going to
> > back to the sender. So, it appears that my Cobalt Raq 4 is the spammer.
> >
> > I am getting listed in the anti-spam database spews.org as a spammer
> > when my server is really just bouncing!!
> >
>
> I tell my users that when their mailbox breaks the quotas
> the mailbox goes
> rm /home/spool/mail/the-user
> Acutally they get a 24 hour warning
>
> --
> Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
> http://frontstreetnetworks.com | Website Hosts & SOHO Networks
> 229 Front Street, Ste.#C, New Haven, CT. 06513 United States
> voice +1 203-785-0699 | fax +1 203-785-1787
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
--
Herb Rubin Pathfinders Software
herbr@xxxxxxxxxxxx http://www.pfinders.com
phone: 650-692-9220 fax: 650-692-9250