From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id EKRxAu5vU1+scQAA0tVLHw (envelope-from ) for ; Sat, 05 Sep 2020 11:01:02 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id qKDSOe1vU187DAAAbx9fmQ (envelope-from ) for ; Sat, 05 Sep 2020 11:01:01 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 63E0A940365 for ; Sat, 5 Sep 2020 11:01:01 +0000 (UTC) Received: from localhost ([::1]:34114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kEVwK-0006gg-D1 for larch@yhetil.org; Sat, 05 Sep 2020 07:01:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55194) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEVwA-0006f9-FO for help-guix@gnu.org; Sat, 05 Sep 2020 07:00:50 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:40548) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEVw7-0006I5-RA for help-guix@gnu.org; Sat, 05 Sep 2020 07:00:50 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id a15a1d55; Sat, 5 Sep 2020 11:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=dkim; bh=nqglm+8ZBTvVx+sO8ue4PQ6DzRbNpTJKZEbiawAmTXM=; b=HE/loNZJNjFG UQbala2ZzzMYqedg4LFXKaet7SM9DH7xXRmvl/h0BT3+t6yamK1134EV37zAkus+ /hzGaXs820gL8qzJCPzljdG24NrI+qw7gQ1N3+G3SQUvW54t5yfN9PNct0LwJHf7 TYozVf7qquYS+x43DiR24t07VxOP8NwKysoI04Vn641HiBNQ7eqy8CHeJayymRJp Fb0PzD4UzXcQRHUJOdEqsTbs/zyyafY7lHI+U29nSsNrjctE/h3PtNlLTD83ljbH eI6lKalSwGZZCU5zxJdbN5Dhk/9Y+HYJlRqxgfSvtcfv0OXHubdnQXc4jUEYvKLc kwmkJO56CQ== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 3679364f (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 5 Sep 2020 11:00:39 +0000 (UTC) Date: Sat, 05 Sep 2020 07:00:30 -0400 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Subject: Re: Has anyone managed to set up a SMTP server? To: help-guix@gnu.org,divoplade From: Julien Lepiller Message-ID: Received-SPF: none client-ip=2a00:5884:8208::1; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (body hash did not verify) header.d=lepiller.eu header.s=dkim header.b=HE/loNZJ; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: 1.09 X-TUID: DSwTep1XKYHh Hi, Here's my server's configuration=2E It's divided in multiple modules, so i= t might not be easy to read, but here's the mail-related configuration: https://framagit=2Eorg/tyreunom/system-configuration/-/blob/master/modules= /config/mail=2Escm HTH! Le 5 septembre 2020 06:38:32 GMT-04:00, divoplade a =C3= =A9crit : >Hello Guix, > >I am trying to set up a mail server=2E I had already "done" this on >debian, where I could just set up a couple of configuration options and >it would generate the HUGE template configuration file, and then >compile it down to a still huge but unreadable configuration file >through update-exim4=2Econf=2E > >Now, I cannot help but notice that no such thing exists on guix=2E So I >have to actually configure everything from scratch, and the task is >quite heavy=2E Has anyone already done that? > >Anyways, is it easier to do with opensmtpd? > >Best regards, > >divoplade