Commit Graph

592 Commits

Author SHA1 Message Date
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
Robin Raymond
f8309d5b76 add second domain to test 2017-11-11 14:12:16 +01:00
Robin Raymond
4a619c6349
Merge pull request #22 from jbboehr/multi-domain
Multi domain support
2017-11-11 14:03:52 +01:00
John Boehr
76fc3d67ae Fix syntax error in sample nixops config 2017-11-11 09:53:35 +00:00
John Boehr
d249edc135 Remove makefile section from editorconfig 2017-11-11 09:47:25 +00:00
John Boehr
16fb41de01 Change domain to fqdn and extraDomains to domains 2017-11-11 09:45:06 +00:00
Robin Raymond
ddfb2e6210 fix tables 2017-11-10 17:17:53 +01:00
Robin Raymond
64ca3391d6 give a rough overview of the steps 2017-11-10 17:16:21 +01:00
Robin Raymond
4a97d9448a add mx recorde to todo list 2017-11-10 16:58:52 +01:00
Robin Raymond
276450ff64 begin to write a small guide on how to set up a mail server 2017-11-10 16:57:11 +01:00
John Boehr
a745abaa8e
Reload postfix and dovecot2 2017-11-09 14:32:33 -08:00
John Boehr
f79080d2d9
Add .editorconfig 2017-11-09 14:17:18 -08:00
John Boehr
f372754052
Qualify user names 2017-11-09 14:17:03 -08:00
John Boehr
bbca0bd678
Fix a few issues with ACME certs 2017-11-09 13:16:06 -08:00
John Boehr
ebd0f656ed
Preliminary multi-domain support 2017-11-09 13:13:27 -08:00
Robin Raymond
3d2f41dedc jbboehr's fix for #21 2017-11-09 08:23:13 +01:00