@adbenitez @delta Sure, so let's stop framing DeltaChat as a "chat app that uses #SMTP + #IMAP at its backbone". It's either just "chat app" or "chat app that uses a bunch of standard protocols (incl. SMTP, IMAP, OpenPGP, MIME, XMPP, HTTP, TLS), proprietary protocols and proprietary extensions to standard protocols". The latter doesn't have the markting ring to it, so maybe just stick with "chat app" and stop talking about protocols at all.

I am very sorry for you to need to cope with this:

the best option for private chatting TODAY when it comes to #security, usability/user-friendly, #resilience, #digitalindependence and #freedom is #DeltaChat a chat app that uses #SMTP + #IMAP at its backbone, not your favorite "perfect" chat protocol, you don't need new better protocols, you need tools that actually work for the people

#xmpp #matrix #simplex #signal

Deploy a Self-Hosted #SMTP Relay with #Mailcow on #Ubuntu #VPS (10 Minute Quick-Start Guide) This article provides a guide to deploy a self-hosted SMTP relay with Mailcow on Ubuntu VPS. When you deploy a ... Continued 👉 #mailserver #selfhosted #opensource #selfhosting #mailrelay

Установке и настройке Delta Chat

Delta Chat — мессенджер, работающий поверх стандартной электронной почты через протоколы IMAP/SMTP.

https://enep-home.ru/2026/04/09/%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%ba%d0%b5-%d0%b8-%d0%bd%d0%b0%d1%81%d1%82%d1%80%d0%be%d0%b9%d0%ba%d0%b5-delta-chat/

#android #google #IMAP #iOS #linux #macOS #mail.ru #OpenPGP #rambler #SMTP #Windows #yandex #безопасность #белыйсписок #мессенджер# общениепочта #Роскомнадзор #установка

💻 Cài Outlook tưởng khó mà dễ!
Chỉ cần làm đúng 4 bước:
1️⃣ Thêm tài khoản
2️⃣ Chọn IMAP/POP
3️⃣ Nhập server
4️⃣ Test & hoàn tất ✅
🔥 Tránh lỗi: check đúng port + bật SSL
Xem hướng dẫn đầy đủ tại đây:
👉 https://nhanhoa.com/tin-tuc/huong-dan-dang-nhap-va-cai-dat-email-outlook-nhanh-nhat.html

#nhanhoa #Outlook2019 #emaildoanhnghiep #SMTP

Need your Linux server to send alerts or reports via email?

This quick guide shows how to **configure Postfix to relay mail through Gmail SMTP** securely with TLS and app passwords.

Perfect for server alerts, UPS notifications, and automation.

https://medium.com/@chribonn/821e783254b6

#Linux #Postfix #SysAdmin #DevOps #SMTP #Email #TTMO #HomeLab

Install and configure Postfix (using Gmail as SMTP relay)

Install packages

Medium

#Certificate authorities have decided to stop setting the “TLS client” #EKU on the #TLS server certificates they issue.

This immediately created a problem for server-to-server protocols like #SMTP and #XMPP.

Now it looks like XMPP servers have begun to simply ignore their clients' certificates' EKU. https://monal-im.org/post/00016-upgrade-ejabberd-on-debian/

I thought restricting the EKU like this was a bad idea. Looks like I was right. The #CA decision is backfiring.

Upgrade ejabberd on Debian NOW

Chances might be that you are running a Debian based ejabberd server. Unfortunately push for all your Monal users on that server will break in less than 2 month. And chances are that some of your S2S connections are already failing today. Some background The Web-PKI is moving away from certificates having bot, the TLS Web Server Authentication and the TLS Web Client Authentication extended key usage enabled. Most CAs already stopped issuing certificates with the TLS Web Client Authentication EKU set or will stop doing so in a few month.

Monal

**Yggmail – чат через почтовый интерфейс | DevZone**

**Что это и зачем**

[Yggmail](https://github.com/neilalexander/yggmail) — экспериментальный мессенджер, который использует стандартные почтовые протоколы IMAP и SMTP, но работает как чат. Создан как побочный проект разработчиков [Yggdrasil](https://devzone.org.ua/post/yggdrasil-mereznii-protokol-z-decentralizovanim-routingom). Написан на Go, полностью открытый. Основная идея — можно быстро поднять сервер, к которому подключается любой почтовый клиент, и при этом не нужен центральный сервер или публичный IP.

### Коротко об истории

Идея «почта как чат» существует давно, но раньше оставалась экспериментальной. Yggmail делает это проще: использует встроенный Yggdrasil-узел для связи между пользователями, сообщения защищены внутри сети, можно работать автономно.

### Как работает

* Использует Yggdrasil для передачи данных (TLS не нужен отдельно)
* Поддерживает стандартные IMAP/SMTP, можно подключить Thunderbird или [DeltaChat](https://delta.chat/uk/)
* Все данные хранятся локально (`~/yggmail.db`)
* Сообщения ставятся в очередь, если узел недоступен

### Установка

Собирается из исходников с Go:

```bash
cd ~
go install github.com/neilalexander/yggmail/cmd/yggmail@latest
install go/bin/yggmail /usr/local/bin/yggmail
yggmail -password
```

Для автозапуска через `systemd`:

```ini
[Unit]
After=network.target
Wants=network.target

[Service]
User=yggmail
Group=yggmail
Type=simple
WorkingDirectory=/home/yggmail
ExecStart=/usr/local/bin/yggmail -peer=tls://...
StandardOutput=file:///home/yggmail/debug.log
StandardError=file:///home/yggmail/error.log

[Install]
WantedBy=multi-user.target
```

### Подключение почтового клиента

Порты: SMTP 1025, IMAP 1143

Настройки клиента:

* Login: `123abc@yggmail`
* Password: сгенерированное `yggmail -password`
* SMTP: `localhost:1025`
* IMAP: `localhost:1143`

> Для теста лучше отправлять сообщения с другого узла сети, «сам себе» пока не работает.

### Ссылки и источники

* [GitHub: Yggmail](https://github.com/neilalexander/yggmail)
* [DevZone статья](https://devzone.org.ua/post/yggmail-mesendzer-z-poshtovym-interfeysom)
* RetroShare: `retroshare://channel?name=%2A%2AYggmail%20%E2%80%93%20klepetalnik%20z%20e-po%C5%A1tnim%20vmesnikom%20%7C%20DevZone%2A%2A&id=a63bcd6b10f0885208c9d63a3953ec75&msgid=8c6498275af451f9559858a3e7398de73c78208`

### Хэштеги

#Yggmail #Yggdrasil #DecentralizedChat #IMAP #SMTP #GoLang #OpenSource #SecureMessaging #Retroshare #PrivacyTech

Если нужно, могу сделать **схему работы Yggmail и маршрутизации через Yggdrasil**, чтобы было наглядно, как сообщения доходят до получателя.

Сделать такую схему?