Commit Graph

4 Commits

Author SHA1 Message Date
ayoung012
095becf769
close quotation marks in opendkim socket config
opendkim ignores the invalid SOCKET config line, causing smtpd mail send to fail.

$ sudo systemctl status opendkim
systemd[1]: Ignoring invalid environment assignment 'SOCKET=inet:8891@localhost
systemd[1]: ': /etc/sysconfig/opendkim

$ journalctl
postfix/submission/smtpd[17646]: fatal: host/service localhost/8891 not found: Device or resource busy
2019-06-08 02:14:08 +10:00
ayoung012
db265994ac
prevent false detection of opendkim KeyTable config
default /etc/opendkim.conf has KeyTable appear in comment doco and example.
Shouldn't trigger the grep that checks whether this config has been applied.
2019-06-07 23:30:01 +10:00
Jakob
7095c1f605
Update emailwiz.sh
Deleting all settings starting with o seems rather arbitrary, but I don't know the default configuration on Vultr, so could be warranted :) But I'll be bold and guess the `sed` command and the following lines are supposed to be related?
2019-06-02 11:32:18 +02:00
Luke Smith
d6dcb91fda
brand name 2019-05-27 19:33:08 -04:00