From owner-freebsd-ports@FreeBSD.ORG Mon Feb 21 22:32:47 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB77710657B6 for ; Mon, 21 Feb 2011 22:32:47 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC288FC13 for ; Mon, 21 Feb 2011 22:32:46 +0000 (UTC) Received: by wwf26 with SMTP id 26so6441589wwf.31 for ; Mon, 21 Feb 2011 14:32:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=+1OGjk185LOaqTnad3hoeBrBPavy7xQ8EHVwFbGRSXo=; b=QHFbzpAwV6f/xTPiIoO/PoPeGDV3JiN1vZUiErN+fU3f0E01lifcu9islcWnMKLpHj Qd+D7IA2gmMXelr7aITWPTM6/urXlnEtWmsNHIpk29R7MpjvvCXY3+WXiaS9jQUn7+j4 l46IaL7W0asAAm265mE8JDwbJ8P3s9I2FDNR4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=XyxaxtRHzkzCMlADd/h++HeuFQ7YaMVmSTej3ysxiXOMtj/F7WS6KwyYUcuRtXNYSe JZxwT1tw4cwmPl7oPTMlXE3djStanguZNx4krpe8HKsRIJ+ypWJllO638lPDGsqtXLAT /pn368KJAqIEXoFUYyBh4kKvK6NdJbDbStCp4= Received: by 10.216.156.6 with SMTP id l6mr2588879wek.55.1298327565163; Mon, 21 Feb 2011 14:32:45 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id r80sm1229484wei.15.2011.02.21.14.32.42 (version=SSLv3 cipher=OTHER); Mon, 21 Feb 2011 14:32:44 -0800 (PST) Date: Mon, 21 Feb 2011 22:32:40 +0000 From: RW To: ports@freebsd.org Message-ID: <20110221223240.53f42f74@gumby.homeunix.com> In-Reply-To: <4D62C01C.4000404@gmail.com> References: <4D62B96C.9090301@webrz.net> <4D62C01C.4000404@gmail.com> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: Dovecot Sieve X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2011 22:32:47 -0000 On Mon, 21 Feb 2011 20:42:20 +0100 Niclas Zeising wrote: > As far as I can tell, dovecot-managesieve is the server part of sieve. > You can have it running to be able to use a sieve client to define > your sieve programs, instead of having to log on to the mail server > and edit a script file on the local harddrive. This is convenient if > you use virtual users or just don't want to give every user a login > shell on the mail server, but still make it possible for them to > define their own mail sorting rules. In practice managesieve support isn't widespread enough for it to be a sole mean of updating scripts, so it's common to provide a webpage for the purpose, which may use managesieve as a standard interface. Going through managesieve prevents a script with syntax errors overwriting a working script.