Comment by ~dricottone on ~dricottone/container-images
Never going back to hosting mail.
REPORTED
RESOLVED CLOSEDComment by ~dricottone on ~dricottone/container-images
Never going back to hosting mail
REPORTED
RESOLVED CLOSEDComment by ~dricottone on ~dricottone/huttese
REPORTED
RESOLVED CLOSEDTicket created by ~dricottone on ~dricottone/huttese
test of edit EDIT hi
Ticket created by ~dricottone on ~dricottone/pkgbuilds
Comment by ~dricottone on ~dricottone/huttese
test
Comment by ~dricottone on ~dricottone/huttese
test2
Comment by ~dricottone on ~dricottone/huttese
test
Comment by ~dricottone on ~dricottone/huttese
test
Ticket created by ~dricottone on ~dricottone/container-images
Create registry.intra.dominic-ricottone.com/opendkim:latest
Conf in
/etc/opendkim/opendkim.conf
.Configuration like
Domain example.com Selector myselector KeyFile /path/to/keys/server1.private UserID opendkim Socket inet:8891@localhost Mode s Canonicalization relaxed/simple
Postfix needs to be configured like:
smtpd_milters = inet:localhost:8891 non_smtpd_milters = $smtpd_milters milter_default_action = accept
Keypair would be generated like:
opendkim-genkey -r -s myselector -d example.com
The DKIM record should be like:
myselector._domainkey.example.com "v=DKIM1; k=rsa; p=...................."
A common selector is
default
.If using syslog, add:
Syslog Yes SyslogSuccess Yes LogWhy Yes
I don't think that logging to stdout is an option.