From 416a0ca8403db1d0b841b958ad4bc5e93990af5e Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 5 Apr 2024 12:02:22 +0000 Subject: Add email server configs References: https://github.com/LukeSmithxyz/emailwiz https://landchad.net/ https://wiki.archlinux.org/title/Postfix https://wiki.archlinux.org/title/Dovecot https://wiki.archlinux.org/title/OpenDKIM https://wiki.archlinux.org/title/OpenDMARC Maybe useful: https://doc.dovecot.org/settings/core/#dovecot-core-settings https://workaround.org https://kyun.host/docs/guides/email `man postconf.5` More necessary commands notes see arch_install.md --- etc/opendmarc/opendmarc.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/opendmarc') diff --git a/etc/opendmarc/opendmarc.conf b/etc/opendmarc/opendmarc.conf index 84ea1a83..f8d8120c 100644 --- a/etc/opendmarc/opendmarc.conf +++ b/etc/opendmarc/opendmarc.conf @@ -286,7 +286,8 @@ IgnoreAuthenticatedClients true ## address is used, it must be enclosed in square brackets. # # Socket inet:8893@localhost -Socket unix:/var/spool/opendmarc/opendmarc.sock +#Socket unix:/var/spool/opendmarc/opendmarc.sock +Socket unix:/run/opendmarc/opendmarc.sock ## SoftwareHeader { true | false } ## default "false" -- cgit v1.2.3-70-g09d2