Add Opendkim conf
This commit is contained in:
parent
a4a7d6b544
commit
548fb791bb
3 changed files with 15 additions and 0 deletions
2
src/Opendkim/.install.fish
Executable file
2
src/Opendkim/.install.fish
Executable 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
5
src/Opendkim/README.md
Normal 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`.
|
8
src/Opendkim/opendkim.conf
Normal file
8
src/Opendkim/opendkim.conf
Normal 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
|
Loading…
Reference in a new issue