Hi, Felix I'll take a look and try opensmtpd, if possible, I'll let opensmtpd become a home service.
On Sun, Mar 19, 2023 at 06:15:18PM -0700, Felix Lechner wrote: > Hi, > > On Sun, Mar 19, 2023 at 5:57 PM c4droid <[email protected]> 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://[email protected]:587\" auth > <secrets> mail-from \"@us-core.com\" > match for any action \"transmit\" > ")))) >
