- Nov 18, 2020
-
-
Frederik Schwan authored
-
- Nov 17, 2020
-
-
Sven-Hendrik Haase authored
Add Junior DevOps text See merge request !138
-
Sven-Hendrik Haase authored
-
- Nov 16, 2020
-
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
Give freswa full DevOps access See merge request !141
-
- Nov 15, 2020
-
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
add dovecot cleanup timer to purge mdbox files See merge request !135
-
Frederik Schwan authored
While mbox and maildir files get deleted by dovecot right away, that's not the case for mdbox files. Since they contain multiple mails at once in a proprietary format rewriting is expensive. That's why this step is done in a separate step outside the dovecot process.
-
Sven-Hendrik Haase authored
Replace SpamAssassin with Rspamd See merge request !42
-
Switching to Rspamd has some advantages: * It is probably faster than SA[1] (C + Lua vs Perl) * We can reduce the number of moving parts. Rspamd has built-in DKIM signing, greylisting, DMARC checking to name a few * It doesn't just mark the mail as spam/not-spam, it gives every mail a score and depending on the score it does either: nothing, greylist it, mark it as spam or reject it[2] (more actions is available and it can be tweaked) * Replies whitelisting[3] * It supports ARC signing, which can be useful * A cool looking WebUi :) * ... and more[4]... [1] https://rspamd.com/doc/tutorials/migrate_sa.html#why-migrate-to-rspamd [2] https://rspamd.com/doc/faq.html#what-are-rspamd-actions [3] https://rspamd.com/doc/modules/replies.html [4] https://rspamd.com/comparison.html
-
- Nov 14, 2020
-
-
Jelle van der Waa authored
rebuilderd-worker can now post diffoscope html output to rebuilderd whcih requires raising our POST size.
-
- Nov 13, 2020
-
-
Jan Alexander Steffens (heftig) authored
We need to match the tmpfiles.d/turnserver.conf settings.
-
Jan Alexander Steffens (heftig) authored
Less work_mem because this explodes easily. It's per-operation, which a query can have multiple of, and also across multiple worker threads. More shared_buffers and effective_cache_size as these are global.
-
- Nov 12, 2020
-
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
Add server decommissioning template See merge request !136
-
Sven-Hendrik Haase authored
-
Giancarlo Razzolini authored
fix mx record for aur. and master-key. See merge request !137
-
Frederik Schwan authored
-
- Nov 11, 2020
-
-
Sven-Hendrik Haase authored
In coordination with Foxboron, the box has fulfilled its use and has been deleted.
-
Sven-Hendrik Haase authored
Creation of admin user should be idempotent Closes #88 See merge request !134
-
-
- Nov 10, 2020
-
-
Jan Alexander Steffens (heftig) authored
It ran out of memory, with Postgres using a lot of RSS.
-
- Nov 09, 2020
-
-
Jelle van der Waa authored
Extend TU/Dev/DevOps and Staff on/offboarding guidelines See merge request !99
-
Add the relevant mailing list subscriptions for all, Devops, TU and Developer specific mailing lists.
-
Jelle van der Waa authored
Offboard dreisner as TU/Dev See merge request !132
-
-
Sven-Hendrik Haase authored
Earlier, Terraform would always show a diff because Hetzner DNS API will tranform our entries after submitting them. This commit ensures that the entries are in the same format the API expects them to be in from the start.
-
- Nov 08, 2020
-
-
Jelle van der Waa authored
Remove old task to symlink checkservices to /usr/local/bin See merge request !133
-
Jakub Klinkovský authored
-
- Nov 07, 2020
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Nov 06, 2020
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
conf.archlinux.org: Updated revision See merge request !131
-
Morten Linderud authored
Signed-off-by:
Morten Linderud <morten@linderud.pw>
-
- Nov 03, 2020
-
-
Sven-Hendrik Haase authored
add dkim key removed by previous commit See merge request !130
-
Frederik Schwan authored
-
Frederik Schwan authored
-
- Nov 02, 2020
-
-
Jelle van der Waa authored
Setup SPF record for HELO name See merge request !122
-
Kristian Klausen authored
The RFC[1] recommends it and it seems to be best-pratice these days. [1] https://tools.ietf.org/html/rfc7208
-