Add Opendkim conf

This commit is contained in:
Edgar P. Burkhart 2023-05-17 09:19:31 +02:00
parent a4a7d6b544
commit 548fb791bb
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 15 additions and 0 deletions

2
src/Opendkim/.install.fish Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env fish
sudo install -g opendkim -o opendkim -m a=r,u=rw -b -D -t /etc/opendkim/ opendkim.conf

5
src/Opendkim/README.md Normal file
View file

@ -0,0 +1,5 @@
# Opendkim
<https://wiki.archlinux.org/title/OpenDKIM>
Install to `/etc/opendkim/`.
Generate key with `opendkim-genkey -r -s myselector -d example.com`.

View file

@ -0,0 +1,8 @@
Domain edgarpierre.fr
KeyFile /etc/opendkim/live/edgarpierre.fr/mail.private
Selector mail
Socket unix:/run/opendkim/opendkim.socket
Syslog yes
UMask 002