From owner-freebsd-current@FreeBSD.ORG Mon Mar 24 12:48:56 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 290E85D4; Mon, 24 Mar 2014 12:48:56 +0000 (UTC) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CACB3EFD; Mon, 24 Mar 2014 12:48:55 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id i8so5787248qcq.37 for ; Mon, 24 Mar 2014 05:48:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PV2xZccnnmGyGnnck26V4rLE7vBSJIFkPKgOh26K4do=; b=yrlbWQMlfUEliVv7KyE+UAtyPHMCdNGnYb3l6AuO2360TmvFcZNWzBVvrGo0xcKjGq VaZbri6jY/h4x6do22mJR1X/0bEuoK15Ph2xV1+9RAQ3oHwd56k8JVVqEVW3hrqMQv5R petQ3jH12Ya2ORLrwdgu/i6Rgr7ETXBsjT3ksRu/9n3tLvEjKVWf7FWSWi1yEfgXBJ5j Y8vEkzqFfE5dDdVWeVc+ZuIgDD7zjrf2yJt3o7AC6kOJ+cHuXNiSn6jkvUbifG4EKijx kan+hqBMyVEZyBBBIPwGOZqmGaHJW/Jgwjw6EFlQ2DXgmoVl+GT+epFkaF70iZKLcP1D CJjA== MIME-Version: 1.0 X-Received: by 10.140.22.148 with SMTP id 20mr48298426qgn.0.1395665335052; Mon, 24 Mar 2014 05:48:55 -0700 (PDT) Received: by 10.140.104.5 with HTTP; Mon, 24 Mar 2014 05:48:55 -0700 (PDT) In-Reply-To: References: <1866531738.20140324155300@serebryakov.spb.ru> Date: Mon, 24 Mar 2014 13:48:55 +0100 Message-ID: Subject: Re: Using of Dragonfly Mail Agent -- what should be permissions on dma.conf and auth.conf? From: Benjamin VILLAIN To: Mark Felder Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 12:48:56 -0000 DMA should have a read access on both files, nothing more. -- Ben On Mon, Mar 24, 2014 at 1:16 PM, Mark Felder wrote: > On 2014-03-24 06:53, Lev Serebryakov wrote: > >> Hello, Freebsd-current. >> >> I've tried "440" with owner 25:25 and "mail lev@serebryakov.spb.ru" >> complains, that it could not access them. >> >> Also, what is proper way to attach dma into system instead of senndmal >> now? >> > > > I'm not sure what the permissions of those files should really be, but > this is likely what you want in mailer.conf: > > sendmail /usr/libexec/dma > send-mail /usr/libexec/dma > mailq /usr/libexec/dma > > and rc.conf: > > sendmail_enable="NO" > sendmail_submit_enable="NO" > sendmail_outbound_enable="NO" > sendmail_msp_queue_enable="NO" > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >