anarcat · @Anarcat
471 followers · 903 posts · Server kolektiva.social

@bremner @xtaran indeed, sshsendmail is just a shim, i use it with and it works with as well... you could also use rsendmail (or plain sendmail) without sshsendmail but at this point, you have just a shell script that calls 'ssh remote sendmail "$@"', which i have done as well, but then is you have no local queue

#postfix #nullmailer

Last updated 2 years ago

One of my instances was no longer able to send e-mails. (It tried to send almost empty e-mails, but its smarthost discarded those.)

It was the one that used as its . GitLab recommends either or as an MTA. Switching to Postfix solved this issue for me.

Making sure that Postfix uses the capability of its smarthost took longer than expected.

It's also rather annoying that on Debian systems, postfix by default accepts connections from anywhere on the Internet even though I asked debconf to set up a “satellite system”.

When using Nullmailer, I just had to put the line “smtp.domain.tld smtp --port=25 --starttls” in /etc/nullmailer/remotes.

For Postfix, I need this:
inet_interfaces = loopback-only
smtp_tls_security_level = encrypt

Your mileage may vary.

#starttls #postfix #sendmail #mta #nullmailer #gitlab

Last updated 2 years ago

Damián M. · @dmurana
71 followers · 476 posts · Server mstdn.io

EscribĂ­ algo sobre cĂłmo reenviar los correos internos de un servidor GNU/Linux a nuestro buzĂłn con murana.uy/enviar-el-correo-de-

#nullmailer #gnu #linux

Last updated 7 years ago