Add Opendkim conf
This commit is contained in:
parent
a4a7d6b544
commit
548fb791bb
|
@ -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
|
|
@ -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`.
|
|
@ -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 New Issue