Re: Duplicate messages.

2000-11-16 Thread Dave Sill
"Andy Abshagen" [EMAIL PROTECTED] wrote: Duplicate delivery: Nov 15 21:24:27 mail qmail: 974341467.158027 delivery 34992: success: did_0+0+2/ Single delivery: Nov 15 21:24:28 mail qmail: 974341468.155358 delivery 34993: success: did_0+0+1/ See the difference? The +2 vs. +1? That is the

RE: Duplicate messages.

2000-11-16 Thread Andy Abshagen
OK. And what if there is not a .qmail- for each user??? Andy -Original Message- From: Dave Sill [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 16, 2000 8:59 AM To: [EMAIL PROTECTED] Subject: Re: Duplicate messages. "Andy Abshagen" [EMAIL PROTECTED] wrote: Duplicat

RE: Duplicate messages.

2000-11-16 Thread Dave Sill
"Andy Abshagen" [EMAIL PROTECTED] wrote: OK. And what if there is not a .qmail- for each user??? There's *always* a .qmail file, even if it's just the one specified on the qmail-start command line. I don't know exactly how vpopmail sets things up, but there's some difference between the

Re: Duplicate messages.

2000-11-16 Thread Peter Green
* Andy Abshagen [EMAIL PROTECTED] [001116 09:10]: OK. And what if there is not a .qmail- for each user??? You mentioned, IIRC, that you are using vpopmail. What is in the .qmail-default file for the domain in question? /pg -- Peter Green : Gospel Communications Network, SysAdmin : [EMAIL

RE: Duplicate messages.

2000-11-16 Thread Andy Abshagen
PROTECTED]] Sent: Thursday, November 16, 2000 9:17 AM To: Qmail Mailing List Subject: Re: Duplicate messages. * Andy Abshagen [EMAIL PROTECTED] [001116 09:10]: OK. And what if there is not a .qmail- for each user??? You mentioned, IIRC, that you are using vpopmail. What is in the .qmail

Re: Duplicate messages.

2000-11-16 Thread Peter Green
* Andy Abshagen [EMAIL PROTECTED] [001116 09:45]: The .qmail-default contains the following. | /home/vpopmail/bin/vdelivermail '' /home/vpopmail/domains/d-vision.com/andy | /home/vpopmail/bin/vdelivermail '' /home/vpopmail/domains/d-vision.com/randy This is wrong. vdelivermail will

Re: duplicate messages RESOLVED

2000-09-13 Thread James T. Perry
Hi all, Thanks for your responses. I still don't know how duplication actually occurs ;( but the problem went away :) . I RTFM a littly more thoroughly - qmail-inject (I'm sorry I didn't do that more earlier.) man qmail-inject, quoted, about the 6th line from the top: "DESCRIPTION

Re: duplicate messages

2000-09-12 Thread Bruno Wolff III
On Mon, Sep 11, 2000 at 01:53:20PM -0700, Christopher Taranto [EMAIL PROTECTED] wrote: Hi Jamie, My post of a couple of days ago has a similar problem - but no one has responded to my message. I don't think I have the answer to your problem, but one thing you should be aware of is that

RE: Duplicate messages.

1999-11-16 Thread Dave Sill
"Patrick, Robert" [EMAIL PROTECTED] wrote: Yes: http://www.qmail.org/eliminate-dups . Does this tool work on both Mailbox and ./Maildir user mail storage mechanisms? It works with all forms of delivery. You just specify the name of a file that will contain a database of message hashes. If the

RE: Duplicate messages.

1999-11-16 Thread Russell Nelson
Patrick, Robert writes: Yes: http://www.qmail.org/eliminate-dups . Does this tool work on both Mailbox and ./Maildir user mail storage mechanisms? Yes. It's a filter that runs before the ./Mailbox or ./Maildir/ line. -- -russ nelson [EMAIL PROTECTED] http://russnelson.com Crynwr

Re: Duplicate messages.

1999-11-15 Thread Rohit Khamkar
I have sendmail working on my system but qmail wont work. Could you possibly tell me why. When I do a ./config , the name of the machine is not a fully qualified domain name but the sendmail works on that. Can anyone tell how and what to configure for this? Andy Bradford wrote: Is it possible

Re: Duplicate messages.

1999-11-15 Thread Andy Bradford
On Mon, 15 Nov 1999, Rohit Khamkar wrote: I have sendmail working on my system but qmail wont work. Could you possibly tell me why. When I do a ./config , the name of the machine is not a fully qualified domain name but the sendmail works on that. Can anyone tell how and what to configure for

Re: Duplicate messages.

1999-11-15 Thread Russell Nelson
Andy Bradford writes: Is it possible to configure qmail to not send multiple copies of the same message if your name appears in two sets of aliases in /etc/aliases? Yes: http://www.qmail.org/eliminate-dups . -- -russ nelson [EMAIL PROTECTED] http://russnelson.com Crynwr sells support for

Re: Duplicate messages.

1999-11-15 Thread Andy Bradford
Thus said Russell Nelson on Mon, 15 Nov 1999 22:12:42 EST: Andy Bradford writes: Is it possible to configure qmail to not send multiple copies of the same message if your name appears in two sets of aliases in /etc/aliases? Yes: http://www.qmail.org/eliminate-dups . Excellent...

Re: Duplicate Messages

1999-10-07 Thread Russell Nelson
eric writes: I have just migrated to qmail from sendmail 8.8.8 (Solaris) We have a web based email system that is using the following syntax: /usr/lib/sendmail -f 'sendingdomain.com [EMAIL PROTECTED]' -bm Try /usr/lib/sendmail -f '[EMAIL PROTECTED]' -bm The address handed to the

Re: Duplicate Messages

1999-10-07 Thread eric
Yes this seemed to do the trick. Thanks for the response. Eric ; I have just migrated to qmail from sendmail 8.8.8 (Solaris) ; ; We have a web based email system that is using the following ; syntax: ; ; /usr/lib/sendmail -f 'sendingdomain.com [EMAIL PROTECTED]' -bm ; ; Try