Adding sieve & nullmailer
This commit is contained in:
parent
8fb4bf2858
commit
1898f95ac8
5 changed files with 48 additions and 7 deletions
17
modules/server/nullmailer.nix
Normal file
17
modules/server/nullmailer.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.nullmailer = {
|
||||
enable = true;
|
||||
|
||||
setSendmail = true;
|
||||
config = {
|
||||
remotes = ''
|
||||
taf.lyes.eu smtp
|
||||
'';
|
||||
adminaddr = "root@lyes.eu";
|
||||
defaulthost = "lyes.eu";
|
||||
allmailfrom = "root@lyes.eu";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue