Re: serious trouble with exim and procmail

2001-12-01 Thread dman
On Sat, Dec 01, 2001 at 02:08:19PM +0100, Alex Suzuki wrote: | > It says that \246/usr/bin/procmail wasn't found. That's the problem. | > Now the question becomes, why was it looking for that?, what is that | > \246 character doing? Usually if there is not a preceding '0' the | > number is decima

Re: serious trouble with exim and procmail

2001-12-01 Thread Alex Suzuki
> It says that \246/usr/bin/procmail wasn't found. That's the problem. > Now the question becomes, why was it looking for that?, what is that > \246 character doing? Usually if there is not a preceding '0' the > number is decimal, otherwise octal. That character, in latin1, is an > umluat (an 'o

Re: serious trouble with exim and procmail

2001-11-30 Thread dman
On Fri, Nov 30, 2001 at 02:08:47PM -0500, [EMAIL PROTECTED] wrote: | Hello everybody, | | I am having serious trouble with exim and procmail. | procmail 3.21.20011028 | exim 3.32-2 | Both packages are from testing. | | The mail get's passed to exim, and here's what it's got to say

serious trouble with exim and procmail

2001-11-30 Thread [EMAIL PROTECTED]
Hello everybody, I am having serious trouble with exim and procmail. procmail 3.21.20011028 exim 3.32-2 Both packages are from testing. The mail get's passed to exim, and here's what it's got to say. I am trying to send a mail to myself ([EMAIL PROTECTED]). This is the telnet

Re: exim and procmail, and how to stop spammers?

1999-12-03 Thread J C Lawrence
On Thu, 2 Dec 1999 22:28:12 -0800 (PST) ferret <[EMAIL PROTECTED]> wrote: > I'd like to make exim use procmail to deliver incoming messages by > default, using the ~/.procmailrc file. Transport: procmail_pipe: driver = pipe command = "/usr/bin/procmail" user = ${local_part}

exim and procmail, and how to stop spammers?

1999-12-03 Thread ferret
I'd like to make exim use procmail to deliver incoming messages by default, using the ~/.procmailrc file. I haven't been able to make much headway through the documentation, however. I know sendmail will do this by default, but sendmail seems to be (with default configurations) more open to use b

Re: exim and procmail?

1999-11-23 Thread claw
On Tue, 23 Nov 1999 04:20:31 - (UTC) Pollywog <[EMAIL PROTECTED]> wrote: > I have all of this, so it seems I just need to move the procmail > director upward. Yes, it must be above the localuser. -- J C Lawrence Home: [EMAIL PROTECTED] --(*)

Re: exim and procmail?

1999-11-23 Thread Pollywog
On 23-Nov-1999 [EMAIL PROTECTED] wrote: > On Mon, 22 Nov 1999 21:44:37 - (UTC) > Pollywog <[EMAIL PROTECTED]> wrote: > >> I tried this, but I get: Starting MTA: 1999-11-22 21:41:17 Exim >> configuration error transport procmail: cannot find transport >> driver "localuser" in line 362 > > Y

Re: exim and procmail?

1999-11-23 Thread claw
On Mon, 22 Nov 1999 21:44:37 - (UTC) Pollywog <[EMAIL PROTECTED]> wrote: > I tried this, but I get: Starting MTA: 1999-11-22 21:41:17 Exim > configuration error transport procmail: cannot find transport > driver "localuser" in line 362 You should have a director stanza (after the procmail d

Re: exim and procmail?

1999-11-23 Thread Pollywog
On 23-Nov-1999 Mark Wagnon wrote: > On 11/22/99 09:44PM, Pollywog wrote: >> >> I tried this, but I get: >> Starting MTA: 1999-11-22 21:41:17 Exim configuration error >> transport procmail: cannot find transport driver "localuser" in line 362 > > Jumping in on this thread late, and I have absol

Re: exim and procmail?

1999-11-23 Thread Mark Wagnon
On 11/22/99 09:44PM, Pollywog wrote: > > I tried this, but I get: > Starting MTA: 1999-11-22 21:41:17 Exim configuration error > transport procmail: cannot find transport driver "localuser" in line 362 Jumping in on this thread late, and I have absolutely no clue what you guys are talking about

Re: exim and procmail?

1999-11-22 Thread Pollywog
On 18-Nov-1999 J C Lawrence wrote: > A more elegant way of running procmail under Exim as an LDA is to > install the following transport and director in /etc/exim.conf: > > The director: > > procmail_pipe: > driver = pipe > command = "/usr/bin/procmail" > user = ${local_part} >

Re: exim and procmail?

1999-11-22 Thread Ralf G. R. Bergs
On Wed, 17 Nov 1999 21:52:03 -0500, David S. Jackson wrote: >I have been getting an error procmail which has been bouncing my mails >to debian-user. You should probably not invoke procmail via .forward, but directly as a local transport. Grep for procmail in /usr/doc/exim/spec.txt.gz and modify

Re: exim and procmail?

1999-11-18 Thread J C Lawrence
On Wed, 17 Nov 1999 21:52:03 -0500 David S Jackson <[EMAIL PROTECTED]> wrote: > I have been getting an error procmail which has been bouncing my > mails to debian-user. Basically, the procmail log messages get > echoed back to the debian list server. I edited a line in > /etc/exim.conf: A more

exim and procmail?

1999-11-18 Thread David S. Jackson
I have been getting an error procmail which has been bouncing my mails to debian-user. Basically, the procmail log messages get echoed back to the debian list server. I edited a line in /etc/exim.conf: userforward: driver = forwardfile no_verify check_ancestor file = .forward ###modema

Re: Exim and procmail

1998-04-20 Thread Stephen Carpenter
George Bonser wrote: > On Mon, 20 Apr 1998, Daniel Quinlan wrote: > > > hi, > >now I know I can't be the only one using Exim and procmail, so I must > > be doing something weird. > > Uhm, you probably ARE the only one using Exim and Procmail! Exim h

Re: Exim and procmail

1998-04-20 Thread David Wright
On Mon, 20 Apr 1998, Daniel Quinlan wrote: > "|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 daniel" > >as my .forward I don't think it knows what "exit 75 daniel" means. There should be a # to comment out your username: #daniel Cheers, -- David Wright, Open University, Earth Science D

Exim and procmail

1998-04-20 Thread Daniel Quinlan
hi, now I know I can't be the only one using Exim and procmail, so I must be doing something weird. Exim is configured as an 'Internet site' (option 1) and I'm using this: "|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 daniel" as my .