update readme v2.0.4

This commit is contained in:
Robin Raymond 2017-12-20 08:40:58 +01:00
parent b6c2a923f2
commit 67cdb36054
1 changed files with 5 additions and 4 deletions

View File

@ -5,7 +5,7 @@
## Stable Releases ## 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) [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 * Sieves
- [x] A simple standard script that moves spam - [x] A simple standard script that moves spam
- [x] Allow user defined sieve scripts - [x] Allow user defined sieve scripts
* User Aliases
- [x] Regular aliases
- [x] Catch all aliases
### In the future ### In the future
* User Aliases
- [ ] More complete alias support (Differentiate between forwarding addresses and sending aliases)
* DKIM Signing * DKIM Signing
- [ ] Allow a per domain selector - [ ] Allow a per domain selector
@ -123,7 +124,7 @@ common ones.
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ 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 = { mailserver = {