summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2017-12-20 08:40:58 +0100
committerRobin Raymond <robin@robinraymond.de>2017-12-20 08:40:58 +0100
commit67cdb360541a2dee149cd9c0597e6a1f0a28ea78 (patch)
tree51264ef389382b60c48180cb47a826ce8df81678
parentb6c2a923f2e6abdd2bdd7841bb71908f672b0603 (diff)
update readme v2.0.4v2.0.4
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index b980f71..52dcc21 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## Stable Releases
-* [SNM v2.0.3](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.3)
+* [SNM v2.0.4](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.4)
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
@@ -46,11 +46,12 @@ D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A
* Sieves
- [x] A simple standard script that moves spam
- [x] Allow user defined sieve scripts
+ * User Aliases
+ - [x] Regular aliases
+ - [x] Catch all aliases
### In the future
- * User Aliases
- - [ ] More complete alias support (Differentiate between forwarding addresses and sending aliases)
* DKIM Signing
- [ ] Allow a per domain selector
@@ -123,7 +124,7 @@ common ones.
{ config, pkgs, ... }:
{
imports = [
- (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.3.tar.gz")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.4.tar.gz")
];
mailserver = {