aboutsummaryrefslogtreecommitdiffstats
path: root/emailwiz.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9 from majestrate/masterLuke Smith2019-11-091-0/+3
|\ | | | | add SPF record generation
| * correct formattingJeff Becker2019-06-081-1/+1
| |
| * remove whitespaceJeff Becker2019-06-081-1/+0
| |
| * generate spf recordJeff Becker2019-06-081-0/+4
| |
* | Fixed a bug with installing opendkim (#1)pellertson2019-09-031-0/+2
| | | | | | The main command for generating DKIM keys (`opendkim`) wasn't installed with just the `opendkim` package. Added a fix so it would be installed should it not be there the first time `apt` is ran.
* | Use spamassassin on port 25 onlyArtem Kobets2019-08-111-2/+1
| |
* | spamassassin auto move to JunkLuke Smith2019-07-261-2/+28
|/
* close quotation marks in opendkim socket configayoung0122019-06-071-1/+1
| | | | | | | | | | 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
* prevent false detection of opendkim KeyTable configayoung0122019-06-071-1/+1
| | | | 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.
* Update emailwiz.shJakob2019-06-021-1/+1
| | | 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?
* brand nameLuke Smith2019-05-271-0/+215