Vždycky jsem byl fanoušek polozapomenutých a umírajících technologií. Proto jest zde první verze mojí představy jak má vypadat #mailserver:

#Postfix #Dovecot #RspamD #MySQL #PostfixAdmin #Ansible

https://galaxy.ansible.com/ui/standalone/roles/Vitexus/mailserver/

Ansible Galaxy

I've been busy today setting up postfixadmin on my mail server, which is something I should have done from the start.

I've configured the front end and the database, and I've reached the point where I have to actually integrate it into postfix, dovecot, and dkim. That's the danger zone.

I'm going to pause now until I have more time, since a mistake here could mean hours of debugging and fixing, and I have to go to work. Maybe tomorrow.

#PostfixAdmin #Postfix #Linux #ServerAdmin #SelfHosting

I've been running my own #email servers for over two decades now, with spurts of enthusiasm and improvement. The last project has been to run the various software parts in immutable containers on #Kubernetes, and I'm quite happy with the result. I do see a decline in requests for hosted accounts on personal domains, as friends and family seem to settle with accounts on major providers like Gmail. I'm not going to throw in the towel though. Self hosted for the win!

For the curious, my stack is #Postfix, #Rspamd, #Dovecot and #Roundcube for those who prefer webmail over a native client like #Thunderbird or #K9mail. #Sieve for automatically organizing mail in the proper folders. Used to run #PostfixAdmin, but was unhappy with it, so I wrote my own API in Go to edit accounts, mailboxes and aliases. Never got around to write a frontend, but it was a Swagger interface, so.. 😜

Today in private-mail-host adventures (#postfixadmin):
Mail from other people started bouncing. Test messages I sent myself, even from outside, arrived fine, except one.
Problem turned out to be a documented but un-noticed default in #postfix: by default,
mailbox_size_limit = 51200000
which means that the delivery program is run with RLIMIT_FSIZE = 51200000, i.e. cannot write to any file larger than that size. 1/

Почтовый сервер с нуля. Часть вторая

Приветствую всех читателей! Подошло время для второй части нашей серии статей по настройке почтового сервера. Напомню, что в первой части мы рассмотрели основные моменты, касающиеся настройки почтового сервера, а также конфигурировали Exim4 для корректной отправки почты. В этой статье мы настроим полноценный почтовый сервер. Использовать будем PostfixAdmin, Dovecot и RainLoop. Давайте настроим!

https://habr.com/ru/companies/nixys/articles/807681/

#почта #dovecot #postfixadmin #rainloop #exim4 #почтовый_сервер #электронная_почта #php

Почтовый сервер с нуля. Часть вторая

Приветствую всех читателей! Подошло время для выпуска второй статьи из серии по настройке почтового сервера. Если кто-то не успел застать первую часть, то прошу перейти по этой ссылке . В этой статье...

Хабр
Was nimmt man denn heute so als Webinterface zur Administration von Emailkonten? #Postfixadmin? #Vimbadmin? (Also auf Seiten von Postfix & Co)

Me yesterday ....

"Hmm, this PR has been open for ages, it seems to work ... And it looked ok when I scrolled through the code a few weeks ago. If we merge it then we could have a new major release ... *Merge*"

1 hour after merging ... messages start to appear with :

"Hey, nice feature, but .... broken/insecure/should have done it like blah blah ..."

I suppose merging at least got a discussion started?

Still perhaps we'll have PostfixAdmin 3.4 soon. #php #postfix #postfixAdmin

@krafter I think the requirement of webmail combining multiple accounts won't be easy to find. You're better off using a native client to view multiple inboxes.
Otherwise the other recommendations in this thread seem good. #PostfixAdmin also looks promising
Serveur mail et webmail – part. 3 – postfix admin – Mariadb – Mon Jardin