Commit Graph

207 Commits

Author SHA1 Message Date
Robin Raymond
5457321f40
Clarify future goal 2017-11-25 13:32:26 +01:00
Robin Raymond
a0bad5f768
fix typos in readme 2017-11-24 20:39:08 +01:00
Robin Raymond
748ef24912
Fix indentation 2017-11-22 08:22:43 +01:00
Robin Raymond
84e3940366 update readme v2.0.1 2017-11-21 12:15:51 +01:00
Robin Raymond
77c8eef465 fix typo 2017-11-21 12:09:29 +01:00
Robin Raymond
6c447e8d91 update readme 2017-11-21 12:07:07 +01:00
Robin Raymond
bc1a1b8993 put the warning where it actually works ^^ 2017-11-21 12:04:10 +01:00
Robin Raymond
de73b65b7d remove stale todo 2017-11-21 11:52:26 +01:00
Robin Raymond
8ce3d42c13 implement extraVirtualAliases 2017-11-21 11:52:16 +01:00
Robin Raymond
76f8c40df6 rename virtualAliases -> extraVirtualAliases 2017-11-21 11:47:15 +01:00
Robin Raymond
b5f22aff31 update documentation 2017-11-21 11:43:10 +01:00
Robin Raymond
a7396c5b25 add test for valiases 2017-11-21 11:36:04 +01:00
Robin Raymond
67c29a561c concat all valiases 2017-11-21 11:35:52 +01:00
Robin Raymond
d94b8acd78 implement alias list 2017-11-21 11:18:07 +01:00
Robin Raymond
a17093b867 add aliases option type 2017-11-21 10:55:27 +01:00
Robin Raymond
64905a506b
Fix link 2017-11-21 09:45:59 +01:00
Robin Raymond
bae31f26d1
Add alternative implementation section 2017-11-21 09:44:42 +01:00
Robin Raymond
a535d6ba24
Add CI to features 2017-11-21 08:52:54 +01:00
Robin Raymond
4ace4bfa75
Merge pull request #40 from eqyiel/auto-subscribe-new-maildirs
mail-server/dovecot.nix: automatically subscribe to new mailboxes
2017-11-21 08:50:05 +01:00
Ruben Maher
d3fc1cccbd mail-server/dovecot.nix: automatically subscribe to new mailboxes
When a mailbox is created by sieve or is delivered to directly by IMAP commands,
created IMAP folders are not subscribed to by dovecot.  These configuration
options change that.

Acked-by: Ruben Maher <ruben@maher.fyi>
2017-11-21 08:32:55 +10:30
Robin Raymond
be49f31a33
Add stable v2.0 to readme 2017-11-20 07:27:28 +01:00
Robin Raymond
57e1d9f5f3
Reflect new sieve features in README 2017-11-20 07:16:08 +01:00
Robin Raymond
62de42fc58
Update examples 2017-11-20 07:13:43 +01:00
Robin Raymond
d819c49c55
Merge pull request #37 from eqyiel/per-user-sieve-script
Per user sieve scripts
2017-11-20 07:12:38 +01:00
Ruben Maher
c2495e69f3 default.nix, mail-server/users.nix: add per-user sieve script 2017-11-20 09:04:32 +10:30
Robin Raymond
8b144b44b0
Merge pull request #39 from eqyiel/delete-comment
mail-server/nginx.nix: delete dangling comment
2017-11-19 08:37:32 +01:00
Robin Raymond
18a6af3a2a
Merge pull request #38 from eqyiel/rename-vmail-uid-start
s/vmailUIDStart/vmailUID/g
2017-11-19 08:35:30 +01:00
Ruben Maher
5f3c44b60f mail-server/nginx.nix: delete dangling comment 2017-11-19 08:14:04 +10:30
Ruben Maher
cd85fd9d2f s/vmailUIDStart/vmailUID/g
The name vmailUIDStart is not consistent with how it is being used (as the UID
of the vmail user).
2017-11-19 07:10:49 +10:30
Robin Raymond
50a3fa9edc
fix typo in readme 2017-11-15 21:50:48 +01:00
Robin Raymond
5a851d837c
Merge pull request #31 from eqyiel/debug-option
Add debug option for verbose logging
2017-11-15 07:52:16 +01:00
Ruben Maher
f928924049 Add debug option for verbose logging 2017-11-15 08:22:46 +10:30
Robin Raymond
1d7e70c613
Merge pull request #33 from eqyiel/set-mydestination
mail-server/postfix.nix: set mydestination to localhost
2017-11-14 08:11:20 +01:00
Robin Raymond
d1697fc9f0
Merge pull request #32 from eqyiel/fix-dovecot-maildir
mail-server/dovecot.nix: remove trailing slash from dovecot_maildir
2017-11-14 08:06:52 +01:00
Ruben Maher
f076a0af65 mail-server/postfix.nix: set mydestination to localhost
In the event that your `cfg.fqdn` is the same as a domain in `cfg.domains`, you
will not be able to receive mail for users like `user1@fqdn` because postfix
will try to deliver the mail locally.
2017-11-14 09:16:53 +10:30
Ruben Maher
43bd883cf6 mail-server/dovecot.nix: fix path to dovecot_maildir 2017-11-14 08:18:55 +10:30
Robin Raymond
b7c8c4ec3c
Merge pull request #30 from eqyiel/dovecot-indentation
mail-server/dovecot.nix: fix indentation
2017-11-13 15:07:08 +01:00
Robin Raymond
4c8a9eb15a add mail server guide 2017-11-13 14:59:25 +01:00
Robin Raymond
8e86234228 Merge branch 'master' of github.com:r-raymond/nixos-mailserver 2017-11-13 12:43:11 +01:00
Robin Raymond
97b524cab9
Merge pull request #28 from eqyiel/open-imaps-port
mail-server/networking.nix: open port 993
2017-11-13 10:57:10 +01:00
Ruben Maher
717dc36048 mail-server/dovecot.nix: fix indentation 2017-11-13 20:20:38 +10:30
Ruben Maher
7b3e33c49c mail-server/networking.nix: make use of use lib.optional 2017-11-13 20:10:33 +10:30
Ruben Maher
5047c2982f default.nix: add options to open ports 993 (IMAPS) and 995 (POP3S)
Dovecot is already configured to serve IMAPS on port 993 and POP3S on port 995.
2017-11-13 20:10:30 +10:30
Robin Raymond
a12c42bdfb
Merge pull request #27 from eqyiel/fix-examples
nixos-mailserver/default.nix: fix examples
2017-11-12 11:25:03 +01:00
Ruben Maher
f9d5945032 nixos-mailserver/default.nix: fix examples 2017-11-12 12:29:53 +10:30
Robin Raymond
dcd73f59ee update readme for v2.0 2017-11-11 16:15:30 +01:00
Robin Raymond
4708654ef9 remove output from fetchmail in test 2017-11-11 16:07:48 +01:00
Robin Raymond
db3812c329 add test for multidomain dkim 2017-11-11 16:07:03 +01:00
Robin Raymond
d905be86d5 fix multidomain dkim signing fixes #24 2017-11-11 16:06:28 +01:00
Robin Raymond
b89d6e7b27 fix fqdn in smtp banner 2017-11-11 14:19:05 +01:00