unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Felix Lechner via <help-guix@gnu.org>
To: c4droid <c4droid@foxmail.com>
Cc: help-guix@gnu.org
Subject: Re: Setting link file permission in home-files-service-type
Date: Sun, 19 Mar 2023 18:15:18 -0700	[thread overview]
Message-ID: <CAFHYt55Fc-v0PgbYVykiCqYD_AztRWbXkw1RPZ49f6td1VaFiw@mail.gmail.com> (raw)
In-Reply-To: <tencent_95550EB74544AC89C306D79548662BE5F408@qq.com>

Hi,

On Sun, Mar 19, 2023 at 5:57 PM c4droid <c4droid@foxmail.com> wrote:
>
> I'm changing my mailing workflow [...] to fdm + msmtp + mutt,

I used msmtp for a while but discovered OpenSMTPd after switching to
Guix.  Never looked back. It's a lovely email program.

No pressure, but below is a config if you'd like to try it, too.

Kind regards
Felix

* * *

            (service opensmtpd-service-type
                     (opensmtpd-configuration
                      (shepherd-requirement '(networking))
                      (config-file
                       (plain-file "opensmtpd-configuration"
                                   "
table secrets file:/etc/mail/secrets

listen on lo port 25
listen on socket

action \"transmit\" relay host
\"smtp+tls://lechner-desktop@submission.us-core.com:587\" auth
<secrets> mail-from \"@us-core.com\"
match for any action \"transmit\"
"))))


  reply	other threads:[~2023-03-20  1:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20  0:55 Setting link file permission in home-files-service-type c4droid
2023-03-20  1:15 ` Felix Lechner via [this message]
2023-03-20  2:20   ` c4droid
2023-03-21 14:15 ` Gary Johnson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFHYt55Fc-v0PgbYVykiCqYD_AztRWbXkw1RPZ49f6td1VaFiw@mail.gmail.com \
    --to=help-guix@gnu.org \
    --cc=c4droid@foxmail.com \
    --cc=felix.lechner@lease-up.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).