From owner-freebsd-questions@FreeBSD.ORG Fri Jun 11 07:04:24 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0945106567B for ; Fri, 11 Jun 2010 07:04:24 +0000 (UTC) (envelope-from j.mckeown@ru.ac.za) Received: from d.mail.ru.ac.za (d.mail.ru.ac.za [IPv6:2001:4200:1010::25:4]) by mx1.freebsd.org (Postfix) with ESMTP id A7F438FC12 for ; Fri, 11 Jun 2010 07:04:23 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=ru-msa; d=ru.ac.za; h=Received:From:Organization:To:Subject:Date:User-Agent:References:In-Reply-To:X-Face:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id:X-Virus-Scanned:X-Authenticated-User; b=qqNIgc25XXc0IUFnOhIGpeno77/BGoNoGsqfiysO6Jkxwv4bLepnbtVt2nqhWl521MVMRJrrysM2tMilS96Kn/QzwswEktOE7A1BuREgIy1TVX/F8QrFmCZjZNr9WeWZ; Received: from vorkosigan.ru.ac.za ([2001:4200:1010:1058:219:d1ff:fe9f:a932]:64605) by d.mail.ru.ac.za with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1OMyHt-000I35-MS for freebsd-questions@freebsd.org; Fri, 11 Jun 2010 09:04:21 +0200 From: Jonathan McKeown Organization: Rhodes University To: freebsd-questions@freebsd.org Date: Fri, 11 Jun 2010 09:04:21 +0200 User-Agent: KMail/1.9.10 References: <201006101147.40385.j.mckeown@ru.ac.za> <20100610121250.6ae70dfb@scorpio> <4C11133C.1070203@infracaninophile.co.uk> In-Reply-To: <4C11133C.1070203@infracaninophile.co.uk> X-Face: $@VrUx^RHy/}yu]jKf/<4T%/d|F+$j-Ol2"2J$q+%OK1]&/G_S9(=?utf-8?q?HkaQ*=60!=3FYOK=3FY!=27M=60C=0A=09aP=5C9nVPF8Q=7DCilHH8l=3B=7E!4?= =?utf-8?q?2HK6=273lg4J=7Daz?=@1Dqqh:J]M^"YPn*2IWrZON$1+G?oX3@ =?utf-8?q?k=230=0A=0954XDRg=3DYn=5FF-etwot4U=24b?=dTS{i X-Virus-Scanned: d.mail.ru.ac.za (2001:4200:1010::25:4) X-Authenticated-User: s0900137 from vorkosigan.ru.ac.za (2001:4200:1010:1058:219:d1ff:fe9f:a932) using auth_plaintext Subject: Re: Midphase Hosting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2010 07:04:24 -0000 On Thursday 10 June 2010 18:30:52 Matthew Seaman wrote: > On 10/06/2010 17:12:50, Jerry wrote: > > On Thu, 10 Jun 2010 15:12:48 +0200 > > > > Jonathan McKeown articulated: > >> > >> Isn't that called VERP (variable envelope return path)? I agree - the > >> load it would impose isn't worth it. I'm just shocked that midphase > >> care so little about their reputation or the impression this is > >> giving, on one of the more widely-archived mailing lists, of their > >> competence and diligence. > > > > I have employed VERP with mailing lists that I controlled. I never > > noticed any adverse effects. I know of several technical lists > > like Dovecot that employ it. Obviously, they find it useful. > > VERP itself is reasonably lightweight, as it modifies the envelope > sender address -- something that can be applied during processing by the > MTA as part of sending the message. > > As far as mail delivery goes, that's a very different story -- it > goes from one message with tens of thousands of recipients, to tens > of thousands of messages each with one recipient. Exactly - you can't batch up all the messages for users at the same domain because they now have different envelope senders. The impact of that on your mail delivery system (and the receiver's SMTP receiving system) depends on whether you have lots of individual subscribers, or several large groups. Having said that, I looked up VERP last night to check that I was right about the extra load, and came across a reference to VERP being the idea of DJB, and being acceptable to qmail users because there's no penalty load - qmail never batches up messages for the same domain, always sending each one individually. Is that true? It seems an odd design decision to me. Jonathan