Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Is this group still live ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ram  
View profile  
 More options May 11 2010, 8:24 am
Newsgroups: comp.mail.uucp
From: ram <ramprasad...@gmail.com>
Date: Tue, 11 May 2010 05:24:54 -0700 (PDT)
Local: Tues, May 11 2010 8:24 am
Subject: Is this group still live ?
Hello, all

We use uucp ( still !!!) for relaying mails for our clients.

I want to implement a uucp ratelimit, so that I can limit how many
mails a particular node can send in an hour.

Is there any implementation already , or will I have to hack the code
myself.

Thanks
Ram


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Kostecke  
View profile  
 More options May 11 2010, 9:58 am
Newsgroups: comp.mail.uucp
From: Steve Kostecke <st...@kostecke.net>
Date: 11 May 2010 13:58:23 GMT
Local: Tues, May 11 2010 9:58 am
Subject: Re: Is this group still live ?
On 2010-05-11, ram <ramprasad...@gmail.com> wrote:

> We use uucp ( still !!!) for relaying mails for our clients.

Nice to hear about another user.

> I want to implement a uucp ratelimit, so that I can limit how many
> mails a particular node can send in an hour.

> Is there any implementation already , or will I have to hack the code
> myself.

Perhaps the quota module of policyd might be useful.

http://www.policyd.org/tiki-index.php

--
Steve Kostecke <st...@kostecke.net>           UUCP: ...!kostecke!stasis!steve
  GPG/PGP Public Key at gopher://kostecke.net or `finger st...@kostecke.net`


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ram  
View profile  
 More options May 13 2010, 2:34 am
Newsgroups: comp.mail.uucp
From: ram <ramprasad...@gmail.com>
Date: Wed, 12 May 2010 23:34:27 -0700 (PDT)
Local: Thurs, May 13 2010 2:34 am
Subject: Re: Is this group still live ?
On May 11, 6:58 pm, Steve Kostecke <st...@kostecke.net> wrote:

How do I get the uucp node name passed to postfix when the mail is
sent ?

I have many  client servers sending mails to us for relay. When any
one client is compromised then the servers sends abnornmal number of
mails  , this is what I plan to monitor for.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wsch...@steubentech.com  
View profile  
 More options May 13 2010, 1:54 pm
Newsgroups: comp.mail.uucp
From: wsch...@steubentech.com
Date: Thu, 13 May 2010 17:54:19 +0000 (UTC)
Local: Thurs, May 13 2010 1:54 pm
Subject: Re: Is this group still live ?
On 2010-05-11, ram <ramprasad...@gmail.com> wrote:

> Hello, all

> We use uucp ( still !!!) for relaying mails for our clients.

> I want to implement a uucp ratelimit, so that I can limit how many
> mails a particular node can send in an hour.

> Is there any implementation already , or will I have to hack the code
> myself.

> Thanks
> Ram

Hello, this is just a shot in the dark since I've only ever played with UUCP
for a project I'm working on.

Are all the mails sent in a single batch file that is processed by rmail
or in multiple files processed by rmail?

If there are huge batch files being sent Taylor uucp seems to have a way to
limit the max size of a file sent to any given system.

I'm sure the problem isn't that simple though. If I were attacking the
problem I would likely write a perl script that runs on the client's system
that examines the UUCP spools for a large amount of queued mail requests
and then can modify the UUCP config to not send (or do whatever you desire)
and send you a mail notifying you of the problem over the UUCP link.

You could likely invoke this perl script in cron just like you do uucico but
either leave execution of uucico to the perl script itself or have the
regular execution of uucico handled by a shell script that first calls
your custom perl script (or whatever language you decide to use)

I'm also assuming that your clients have a UNIX/Linux machine that queues
up mail and sends it via UUCP I hope this helps since like I said before
I've done very little with UUCP other than read a few books and a bit of
tinkering around in my spare time.

I do know though that you can accomplish just about anything you want with
creative scripting under any unix like system.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Kostecke  
View profile  
 More options May 14 2010, 11:36 am
Newsgroups: comp.mail.uucp
From: Steve Kostecke <st...@kostecke.net>
Date: 14 May 2010 15:36:58 GMT
Local: Fri, May 14 2010 11:36 am
Subject: Re: Is this group still live ?
On 2010-05-13, ram <ramprasad...@gmail.com> wrote:

> How do I get the uucp node name passed to postfix when the mail is
> sent ?

If the clients are all running postfix at their sites as the SMTP/UUCP
interface you may be able to add a custom header there.

Or it may be enough just to look at the received headers when the mail
is processed on your UUCP hub.

Then you count those headers on your UUCP hub and when a node exceeds
their quota you disable their dial in privileges on the hub.

--
Steve Kostecke <st...@kostecke.net>           UUCP: ...!kostecke!stasis!steve
  GPG/PGP Public Key at gopher://kostecke.net or `finger st...@kostecke.net`


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ram  
View profile  
 More options May 17 2010, 9:02 am
Newsgroups: comp.mail.uucp
From: ram <ramprasad...@gmail.com>
Date: Mon, 17 May 2010 06:02:58 -0700 (PDT)
Local: Mon, May 17 2010 9:02 am
Subject: Re: Is this group still live ?
On May 14, 8:36 pm, Steve Kostecke <st...@kostecke.net> wrote:
> On 2010-05-13, ram <ramprasad...@gmail.com> wrote:

> > How do I get the uucp node name passed to postfix when the mail is
> > sent ?

> If the clients are all running postfix at their sites as the SMTP/UUCP
> interface you may be able to add a custom header there.

No  I cannot control the sending servers MTA.
Also I have no reason to trust the sending servers headers

Is there a way I can add the header after the mail has been recd. I am
ready to patch my uucico/rmail for this if required.

Thanks
Ram


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hugo Villeneuve  
View profile  
 More options May 17 2010, 1:24 pm
Newsgroups: comp.mail.uucp
From: h...@EINTR.net (Hugo Villeneuve)
Date: Mon, 17 May 2010 13:24:53 -0400
Local: Mon, May 17 2010 1:24 pm
Subject: Re: Is this group still live ?

I know on my OpenBSD/Taylor's UUCP setup, uuxqt sets the environment
variable UU_MACHINE with the remote node name. OpenBSD's rmail pass it
to sendmail so it can use it in the Received header.

But I can't find a description of your setup. (Which unix-like?
Commercial UUCP or Taylor's UUCP? Which MTA you currently use? Is your
rmail from your OS or directly taken from your MTA sources?)

Like the rmail from Postfix is just a shell script. It be easy to call
"formail" from procmail to add any header.

That OpenBSD's rmail trick is only found on OpenBSD and depends on the
sendmail's -p switch which is ignored by Postifx's sendmail
compatibility interface.

I have looked at that policyd thingie and I haven't figured how to use
it for your requirement.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Kostecke  
View profile  
 More options May 17 2010, 1:44 pm
Newsgroups: comp.mail.uucp
From: Steve Kostecke <st...@kostecke.net>
Date: 17 May 2010 17:44:19 GMT
Local: Mon, May 17 2010 1:44 pm
Subject: Re: Is this group still live ?
On 2010-05-17, ram <ramprasad...@gmail.com> wrote:

> No  I cannot control the sending servers MTA.
> Also I have no reason to trust the sending servers headers

> Is there a way I can add the header after the mail has been recd. I am
> ready to patch my uucico/rmail for this if required.

You could use the perl File::Tail module and count the arriving X files,
or the rmail invocations, (in real time) as seen in your hub's uucp/Log.

Feed that information to your statistics tracker...

--
Steve Kostecke <st...@kostecke.net>           UUCP: ...!kostecke!stasis!steve
  GPG/PGP Public Key at gopher://kostecke.net or `finger st...@kostecke.net`


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ram  
View profile  
 More options May 19 2010, 2:52 pm
Newsgroups: comp.mail.uucp
From: ram <ramprasad...@gmail.com>
Date: Wed, 19 May 2010 11:52:24 -0700 (PDT)
Local: Wed, May 19 2010 2:52 pm
Subject: Re: Is this group still live ?
On May 17, 10:24 pm, h...@EINTR.net (Hugo Villeneuve) wrote:

I use Centos Linux and postfix.

Probably I could use the env variable in rmail

Let me check that


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »