Maddy: Difference between revisions

imported>Onny
mNo edit summary
imported>Onny
Add infos about SSL certificates
Line 13: Line 13:
   primaryDomain = "example.org";
   primaryDomain = "example.org";
   tls = {
   tls = {
     certPath = /tmp/example.org.crt;
     certPath = /var/lib/acme/example.org/example.org.crt;
     keyPath = /tmp/example.org.key;
     keyPath = /var/lib/acme/example.org/example.org.key;
   };
   };
   imap = {
   imap = {
Line 24: Line 24:
services.rspamd.enable = true;
services.rspamd.enable = true;
</nowiki>}}
</nowiki>}}
TLS certificates can be obtained by using services like [[certbot]] or the [[acme]] service. Please reference their documentation on how to configure it to acquire the certificates.


== Configuration ==
== Configuration ==


[[Category:Mail Server]]
[[Category:Mail Server]]