Martin Weinelt
1873ed0908
README: Update existing and future features
...
As the ecosystems around us evolve so should the NixOS mailserver
project.
DKIM signing could be improved by allowing users to treat DKIM keys like
a secret that they would commonly manage through agenix/sops/etc.
Forwarding mail these days requires SRS and possibly ARC. The latter has
already become a required feature for bulk message to iCloud[1] and
Google Mail[3]. I propose that we stay ahead of the curve by adding
support for these features.
LDAP user management was added, but one pain point is that we currently
prevent it from coexisting with declarative users.
And finally Oauth (via RFC7628[3]) is the new kid on the block that everyone
wants to try out, but most notably client support[4] for hosting this
yourself is not quite there yet.
[1] https://support.apple.com/en-us/102322
[2] https://support.google.com/a/answer/81126?hl=en#zippy=%2Crequirements-for-all-senders%2Crequirements-for-sending-or-more-messages-per-day
[3] https://www.rfc-editor.org/rfc/rfc7628.html
[4] https://bugzilla.mozilla.org/show_bug.cgi?id=1602166
2025-04-13 22:50:19 +02:00
Antoine Eiche
63209b1def
Release 24.11
2024-12-22 16:20:47 +00:00
Antoine Eiche
29916981e7
Release 24.05
2024-06-11 07:36:43 +02:00
Antoine Eiche
e47f3719f1
Release 23.11
2024-01-25 22:52:54 +01:00
Nigel Bray
d460e9ff62
Fix and improve the setup guide
2023-07-05 21:53:56 +02:00
Antoine Eiche
24128c3052
Release 23.05
2023-06-22 21:31:07 +02:00
Antoine Eiche
c4ec122aac
readme: remove the announcement public key
...
Current maintainer no longer has it.
2023-06-11 17:10:19 +02:00
Antoine Eiche
bc667fb6af
Release 22.11
2022-12-21 22:46:04 +01:00
Linus Heckemann
a40e9c3abb
htpasswd -> mkpasswd
2022-11-27 19:14:22 +00:00
Antoine Eiche
f535d8123c
Release 22.05
2022-06-22 22:39:06 +02:00
Naïm Favier
4ed684481b
Update nixos-unstable and drop 21.11
2022-02-24 20:51:40 +00:00
Naïm Favier
f4c14572fc
Drop 21.05 branch
2022-02-24 20:51:40 +00:00
Antoine Eiche
6e3a7b2ea6
Release nixos-21.11
2021-12-07 22:09:14 +01:00
Antoine Eiche
68b9397a30
Move the logo
2021-07-27 19:58:33 +00:00
Antoine Eiche
5675b122a9
readme: switch from freenode to libera
2021-06-06 10:21:14 +02:00
Antoine Eiche
bbcc6863b5
Release nixos-21.05
2021-06-06 10:20:14 +02:00
Antoine Eiche
3fc047bc64
Remove nixos-20.03 job
...
We only support 2 releases.
2021-06-06 09:44:41 +02:00
Antoine Eiche
06cf3557df
Mention the Freenode IRC chan #nixos-mailserver
2021-03-10 18:46:03 +01:00
Antoine Eiche
4ce3e1bf4e
readme: mention the unstable documentation
2020-11-30 08:55:26 +01:00
Henri Menke
89bd89c706
Recommend bcrypt passwords everywhere
2020-11-29 20:19:46 +01:00
Antoine Eiche
99f843de47
Release nixos-20.09 branch
2020-10-31 08:34:36 +01:00
Antoine Eiche
843e66864f
docs: no longer use tagged release but branch instead in docs
2020-10-31 08:34:36 +01:00
Milan Pässler
beba28ae14
add release notes for tls wrapped-mode changes
2020-10-05 20:54:46 +02:00
Milan Pässler
e272a2755b
remove support for 20.03
2020-10-05 20:54:46 +02:00
Milan Pässler
cc526a2700
add full support for tls wrapped mode
2020-10-05 20:54:46 +02:00
Antoine Eiche
31cf3818df
readme: switch doc links from wiki to readthedocs
2020-07-06 22:33:19 +02:00
Benjamin Asbach
87e66046c1
Fixed url to contributor tab
2020-05-26 21:00:37 +02:00
Antoine Eiche
54ecf17810
Release nixos-20.03
2020-05-24 20:41:03 +02:00
Antoine Eiche
830c66f1be
readme: no more release but branch instead
...
For each NixOS release, we publish a branch. This would allow us to
continue to apply patches to these branches, in case of bug or
security fixes.
2020-05-11 21:46:01 +00:00
Robin Raymond
7bda4c4f11
automatically update readme hash
2019-12-18 09:33:52 +01:00
Robin Raymond
5d1f5cb349
update readme for v2.3.0
2019-12-16 21:08:33 +01:00
Robin Raymond
ba3336978e
correct checksum
2019-05-03 17:35:33 +02:00
Robin Raymond
e35959b65f
fix checksum
2019-05-03 17:33:39 +02:00
Robin Raymond
a658e7fc6c
Advertise mailing list a little more
2019-05-03 14:38:41 +02:00
Robin Raymond
d127730f27
modify readme for v2.2.1
2019-05-03 14:21:18 +02:00
Tom
2c59de8dcb
README: include sha256 of the expected release tarball
...
Advantages of including the SHA256:
(i) removes the impurity of the tarball contents being changed
(ii) if sha256 is not included, then each nixops deploy triggers a re-download of the tarball
Here's how to get the expected hash:
$ nix-prefetch-url --unpack 'https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.2.0/nixos-mailserver-v2.2.0.tar.gz '
unpacking...
[0.0 MiB DL]
path is '/nix/store/dwg8xlfnlw7mhr4cjk1viwmm0b249b74-nixos-mailserver-v2.2.0.tar.gz'
0gqzgy50hgb5zmdjiffaqp277a68564vflfpjvk1gv6079zahksc
2019-01-28 14:21:51 +00:00
Robin Raymond
ebf34930a7
udpate readme
2018-11-11 18:18:58 +01:00
Robin Raymond
d624740db5
Update README.md to use gitlab ci badge
2018-11-10 12:37:38 +00:00
nico202
bb26860cf2
readme: remove references to github -> gitlab
2018-06-27 14:48:15 +02:00
Robin Raymond
b8314865fa
version update
2018-04-08 15:59:48 +02:00
Robin Raymond
95dad50dcb
Move development to wiki page
2018-02-28 14:07:50 +01:00
Robin Raymond
6c2bfe55e8
Link to contributors
2018-02-28 14:03:31 +01:00
Robin Raymond
c3582e13cb
Remove outdated change log.
2018-02-28 14:01:07 +01:00
Robin Raymond
35fff89f11
Move backup section to wiki
2018-02-28 13:59:44 +01:00
Robin Raymond
6c50206165
move setup guide to wiki
2018-02-28 13:57:08 +01:00
Robin Raymond
0cdd1bd4e1
update readme for version 2.1.3
2018-02-23 15:39:56 +01:00
Robin Raymond
7452c70a14
update readme for v2.1.2
2018-02-23 15:06:03 +01:00
Robin Raymond
82823a4085
v2.1.1 readme update
2018-02-22 13:39:13 +01:00
Robin Raymond
3c625fc191
update README
2018-02-18 11:49:55 +01:00
Robin Raymond
8268ab5f4b
Clarify spf records description, fixes #62
2018-01-31 09:50:54 +01:00