From owner-freebsd-hackers Mon Aug 31 16:28:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29772 for freebsd-hackers-outgoing; Mon, 31 Aug 1998 16:28:26 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from smtp04.primenet.com (smtp04.primenet.com [206.165.6.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29767 for ; Mon, 31 Aug 1998 16:28:24 -0700 (PDT) (envelope-from tlambert@usr01.primenet.com) Received: (from daemon@localhost) by smtp04.primenet.com (8.8.8/8.8.8) id QAA22113; Mon, 31 Aug 1998 16:27:26 -0700 (MST) Received: from usr01.primenet.com(206.165.6.201) via SMTP by smtp04.primenet.com, id smtpd022095; Mon Aug 31 16:27:22 1998 Received: (from tlambert@localhost) by usr01.primenet.com (8.8.5/8.8.5) id QAA11677; Mon, 31 Aug 1998 16:27:20 -0700 (MST) From: Terry Lambert Message-Id: <199808312327.QAA11677@usr01.primenet.com> Subject: Re: Weird sendmail/pop problem To: don@whtech.com (Don O'Neil) Date: Mon, 31 Aug 1998 23:27:20 +0000 (GMT) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <000101bdd379$abe29a20$0200010a@digerati.whtech.com> from "Don O'Neil" at Aug 29, 98 11:20:16 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Well, To correct my mis-statement, I do realize that SMTP is how the mail is > delivered, I was intending to point out that I was using a "standard" POP3 > type client for recieving, not something like IMAP.... Anyway... I've > checked the SMTP (sendmail) logs and the delivery is only made to one of the > two recipents, no matter what order the names are in the .forward file, my > name is allways skipped.... Now, my name is of course the one sending the > message... is there something in sendmail that knows I was the originator > and doesn't bother to send the message back to me? Now if I send a message > using mail or elm, or pine, or sendmail directly from the box (not using the > PC client) then both recipients get the message (I did this a root). Sendmail does not know you are the originator. The questions that would have been answered for me by the information I requested are: 1) What are the "MAIL FROM:" and "RCPT TO:" linces actually being sent to sendmail? 2) Are any of the addresses aliases for each other? If so, sendmail will realize this, and send only a single copy of the message to any one local maildrop. 3) Are you attempting to use "popclient" or "fetchmail" in "multidrop mode"? A) Fetchmail is broken, in that it searches for "any header" instead of "best header". B) You should use "X-Envelope-To". If you are using "qmail", you should use "Delivered-To" and "-qvirtual" to remove the domain prefix that qmail stupidly prepends to the "Delivered-To" name. C) If you can not use (A) or (B), then you should remove the "m" flag in the mailer doing delivery. This will result in a "Recieved ... by ... for ..." line, where "by ..." is by your MX, and "for ..." is for the addressee 4) If you are using the same mail client to donload from one or mor addresses, make sure you have not told it to get rid of mail you have "already seen". This is done by "Message-ID" in many instances, and will result in your mail client "hiding" the "duplicate" message. Of course, there is a hell of a lot more detail than this, and a hell of a lot more branch paths possible, depending on the other questions I didn't tell you that the data would answer, and varying by the mail clients, etc., that you are using. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message