long running cron script, sendmail question

2009-09-16 Thread Chris Bennett
I have a long running script running out of cron. Most of the time is spent sleeping, but takes a few hours overall. userx 31929 0.0 2.4 9116 12156 ?? S 5:39AM0:09.27 /usr/bin/perl /home/userx/LWP/LWP_ref.pl _postgresql 29990 0.0 1.4 3892 7328 ?? Ss 5:39AM0:00.33 post

Re: Sendmail question

2008-06-26 Thread Steve Shockley
Olivier Cherrier wrote: You may need a milter. There is one which fits in ports (milter-regex). Scanning email bodies will impact performances. Thanks for the reply. I wound up using milter-regex to quarantine the messages that match my criteria, use qtool.pl to move the quarantined messages

Re: Sendmail question

2008-06-26 Thread Olivier Cherrier
On Tue, Jun 24, 2008 at 09:20:03PM -0400, [EMAIL PROTECTED] wrote: > I have an OpenBSD machine that will handle outbound mail using Sendmail. > I'd like Sendmail to scan the messages, and any messages with a certain > word in the subject will be sent to a specific server instead of the > Interne

Sendmail question

2008-06-24 Thread Steve Shockley
I have an OpenBSD machine that will handle outbound mail using Sendmail. I'd like Sendmail to scan the messages, and any messages with a certain word in the subject will be sent to a specific server instead of the Internet. I've figured out how to *block* messages based on the subject using LO

Re: sendmail question

2007-12-03 Thread Toni Mueller
Hi, On Sat, 01.12.2007 at 14:48:40 -0700, Philip Guenther <[EMAIL PROTECTED]> wrote: > Anyway, I have no personal need to claim superiority, so if your > current setup using qmail or postfix works, feel free to keep using > it. thank you for your investigations, but in fact, I hoped to be able to

Re: sendmail question

2007-12-01 Thread Philip Guenther
On Dec 1, 2007 4:52 AM, Toni Mueller <[EMAIL PROTECTED]> wrote: > On Sat, 01.12.2007 at 01:32:07 -0700, Philip Guenther <[EMAIL PROTECTED]> > wrote: > > Not only that, but something is broken in your MUA that resulted in > > the log entries you included that showed the above being cut off and > >

Re: sendmail question

2007-12-01 Thread Toni Mueller
Hi, On Sat, 01.12.2007 at 01:32:07 -0700, Philip Guenther <[EMAIL PROTECTED]> wrote: > Not only that, but something is broken in your MUA that resulted in > the log entries you included that showed the above being cut off and > lost. I'm not sure what you mean, exactly, but I broke the quote out

Re: sendmail question

2007-12-01 Thread Philip Guenther
On Nov 30, 2007 10:25 AM, Toni Mueller <[EMAIL PROTECTED]> wrote: ... > I have a box that serves as a VPN gateway: > > N1 --- box in question -- Internet --- other gateway --- N2 > > N1 = 192.168.2.0/24 > N2 = 192.168.1.0/24 ... > Now, I'd like to send mail, eg. the usual daily reports, via the tun

sendmail question

2007-11-30 Thread Toni Mueller
Hi, On Fri, 30.11.2007 at 15:27:15 +0100, Pete Vickers <[EMAIL PROTECTED]> wrote: > In case it's needed (which I doubt), I'll voice my VERY strongly > preference for sendmail instead of all these other pretenders. I take your plug for sendmail as an invitation to ask a

Re: sendmail question

2006-06-22 Thread Peter Philipp
On Wed, Jun 21, 2006 at 06:39:28PM -0400, Hugo Villeneuve wrote: > > Here is what I stuck in my sendmail .mc file: > > > > define(`confMESSAGEID_HEADER', `<[EMAIL PROTECTED]>')dnl > > Put that in submit.mc and recreate submit.cf. > > Sendmail doesn't allow the rewriting of message-id, that rule

Re: sendmail question

2006-06-21 Thread Hugo Villeneuve
On Wed, Jun 21, 2006 at 07:22:28PM +0200, Peter Philipp wrote: > Hi, > > I'm trying to modify my outgoing Message-Id, with my mailer MUA (mutt) I can > configure this. However when I try to use mail(1) it does not update the > Message-Id, I read a bit in the source and it doesn't seem to be set

sendmail question

2006-06-21 Thread Peter Philipp
Hi, I'm trying to modify my outgoing Message-Id, with my mailer MUA (mutt) I can configure this. However when I try to use mail(1) it does not update the Message-Id, I read a bit in the source and it doesn't seem to be set in mail(1), and a ktrace shows that it pipes everything to sendmail dire