feat(docs): add website static page building
!10 nofusscomputing/projects/gitlab-ci!25
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
---
|
||||
title: Amavis DKIM Signing configuration
|
||||
Description: How to configure DKIM for No Fuss Computings mail server.
|
||||
date: 2022-02-16
|
||||
template: project.html
|
||||
about: https://gitlab.com/nofusscomputing/projects/docker-mail
|
||||
---
|
||||
|
||||
To utilise DKIM message signing for outbound mail (leaving the server), you will need to configure dkim to use your certificates.
|
||||
@ -19,6 +22,7 @@ $ amavisd-new genrsa /certs/amavis/dkim/example.org.dkim.pem 2048 # (1)!
|
||||
$ chmod g+r /certs/amavis/dkim/example.org.dkim.pem # (2)!
|
||||
|
||||
$ chgrp amavis /certs/amavis/dkim/example.org.dkim.pem # (2)!
|
||||
|
||||
```
|
||||
|
||||
1. create your DKIM Key
|
||||
@ -51,6 +55,7 @@ To configure amavis, you will be required to create a confiuguration file with y
|
||||
|
||||
|
||||
``` conf title="/etc/amavis/conf.d/99-dkim-keys"
|
||||
|
||||
dkim_key(
|
||||
'example.org', # (1)!
|
||||
'dkim', # (2)!
|
7
pages/projects/docker-mail/index.md
Normal file
7
pages/projects/docker-mail/index.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: No Fuss Computings Dockr Mail Server
|
||||
description: How to use No Fuss Computings Dcokerized E-Mail Server
|
||||
date: 2023-05-22
|
||||
template: project.html
|
||||
about: https://gitlab.com/nofusscomputing/projects/docker-mail
|
||||
---
|
@ -1,6 +1,9 @@
|
||||
---
|
||||
title: SPF configuration
|
||||
Description: How to configure SPF for No Fuss Computings docker mail server.
|
||||
date: 2022-02-17
|
||||
template: project.html
|
||||
about: https://gitlab.com/nofusscomputing/projects/docker-mail
|
||||
---
|
||||
|
||||
Sender Policy Framework (SPF) is defined in [RFC7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email](https://datatracker.ietf.org/doc/html/rfc7208).
|
||||
@ -8,8 +11,10 @@ Sender Policy Framework (SPF) is defined in [RFC7208, Sender Policy Framework (S
|
||||
DNS SPF text record example:
|
||||
|
||||
``` text
|
||||
|
||||
IN TXT "v=spf1 mx a ip4:192.168.0.100 ip6:2001:ef3:2911::/64"
|
||||
" a:mail.example.org a:mail2.example.org -all"
|
||||
|
||||
```
|
||||
|
||||
1. `v=spf1` Version attribute. only v1 available.
|
0
pages/projects/index.md
Normal file
0
pages/projects/index.md
Normal file
Reference in New Issue
Block a user