Todd A. Jacobs · @todd_a_jacobs
8 followers · 73 posts · Server ruby.social

I need a dummy server that can support but otherwise treats most commands as no-ops. I couldn't find anything well-maintained via GitHub or Ruby Toolbox other than the gem from Ruby's at:

ruby-doc.org/3.2.2/gems/net-im

Rather than gutting Net::IMAP, is there already a gem out there that can be used to support fetch-before-send clients like Apple's Mail that won't send email before completing POP3 or IMAP4 authentication?

#rubylang #imap #starttls #stdlib

Last updated 1 year ago

Christian Pietsch 🍑 · @chpietsch
3111 followers · 9018 posts · Server digitalcourage.social

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

Diego Cordoba 🇦🇷 · @d1cor
514 followers · 2248 posts · Server mstdn.io

RT @juncotic
Más de 40 vulnerabilidades en la implementación de la función STARTTLS en los clientes y servidores de correo (via Alex Millà)

alexmilla.net/mas-de-40-vulner

#ssl #tls #starttls #smtp #imap #pop #email

Last updated 3 years ago

RA Michael Seidlitz · @ramichaelseidlitz
713 followers · 5393 posts · Server mastodon.cloud
Amitai Schleier · @schmonz
344 followers · 1030 posts · Server octodon.social

People using have been carefully applying patches for _decades_ to get , , and other basics.

This will change.

How should notqmail be shaped so that modern features like these are easy to land? I've collected some thoughts: github.com/notqmail/notqmail/w

#qmail #starttls #auth

Last updated 4 years ago

luz1 · @luz1
9 followers · 90 posts · Server social.tchncs.de

Critical bug in Thunderbird.

CVE-2020-12398: Security downgrade with IMAP STARTTLS leads to information leakage

mozilla.org/en-US/security/adv

#mozilla #thunderbird #starttls #security

Last updated 4 years ago