From nobody Fri Jan 28 18:04:28 2022 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 98F461975F30; Fri, 28 Jan 2022 18:04:49 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JlljD6Zhlz4lcQ; Fri, 28 Jan 2022 18:04:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f52.google.com with SMTP id r144so8703804iod.9; Fri, 28 Jan 2022 10:04:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MNFtwXB/xUkBewYoqwIPSW2v4RSb9JgYcP5Y81E0w/8=; b=NRN7vDe6LO31ahfd27R81ORi9gMoEI5oSlfNc1L5IDwygNlTloJHk5LQ01jnyGlGOO bAMk4rUxDIKOUXpeC6a35VJzGmTxgfyDNFrisHH93lvCGHX0pkvapFoLOMi9vmmxLTAE +ETTDsh41EhLmoLu04EH2JWTGvfZmiS9ugV3wgcRSKyvNHa8pR9NFQeH1PlO9tuc5qOl dz1q5YsJCyQccn0JevVbvRiEQmlYC8uDO0+9DuECrT9TD2dsKbC4XDpoogPTGH+ofNAm GTvfeG8BzYkLVH08qvZwCt5lBiibK6zxeJ4FJVenmcqXGXvieuVQMUZIvxkWXKeNZZ7H 8Cew== X-Gm-Message-State: AOAM532n2JfZc9oC/WMObmiQXxXIGmTep0Im/aMBQIzlP2YoasF4qIAW rb4E198nrARZHpxg8Q+K1lsVR3AlTlTAEW27/pxoE83WJ6A= X-Google-Smtp-Source: ABdhPJy5K7gHYa/dIexNcmJc90n3yF8wsM6mDaecI/U79L16UoROYOsZivveKXoQGJwlByiow7sVr49Aaay9dd6CusQ= X-Received: by 2002:a02:1181:: with SMTP id 123mr5252003jaf.93.1643393081329; Fri, 28 Jan 2022 10:04:41 -0800 (PST) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Fri, 28 Jan 2022 13:04:28 -0500 Message-ID: Subject: Re: Dragonfly Mail Agent (dma) in the base system To: FreeBSD Hackers Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4JlljD6Zhlz4lcQ X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.52 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [0.08 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.52:from]; NEURAL_SPAM_LONG(0.08)[0.077]; MLMMJ_DEST(0.00)[freebsd-hackers,freebsd-current]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.52:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N On Thu, 27 Jan 2022 at 16:34, Ed Maste wrote: > > If you have enabled DMA on > your systems (or are willing to give it a try) and have any feedback > or are aware of issues please follow up or submit a PR as appropriate. Thanks everyone for the feedback so far. I think the feedback (including some private mail) can be summarised as: - It works well for the intended use case. - Documentation (FreeBSD handbook) is missing. I have submitted https://bugs.freebsd.org/261536 to track this. - We'd need to address queued mail in some way before it could be the default (e.g. provide a default cron job).