summaryrefslogtreecommitdiff
path: root/emailwiz.sh
AgeCommit message (Collapse)Author
2021-02-10fixLuke Smith
2021-02-03Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith
2021-02-03minor tweaksLuke Smith
2021-02-03avoid bugLuke Smith
2021-02-03Update emailwiz.shNiiggerLifeMatter
Make gmail's less angry
2021-01-22fix #122 ; for older versions of dovecotLuke Smith
2021-01-06add color so people stop missing itLuke Smith
2020-12-31avoid deprecation, fix #112Luke Smith
2020-12-25fix #109Luke Smith
2020-12-24fix? sa-dovecot not integrated at startLuke Smith
2020-12-21Update emailwiz.shMichael Angel Papamihalis
Ubuntu can't run multiple lines without a special character, thus making the script malfunction, putting the commands on the same line solves the problem and the script can be used on Ubuntu 20.04
2020-12-07Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith
2020-12-06unimportantLuke Smith
2020-12-06detect wildcard certs, fix #98Luke Smith
2020-11-30Merge pull request #58 from DJAndries/masterLuke Smith
Fixes for custom subdomain names
2020-11-30Merge branch 'master' into masterLuke Smith
2020-11-14log in with full email addr instead of usernameLuke Smith
documentation changes
2020-10-11more robustLuke Smith
2020-10-11fix #72Luke Smith
2020-09-11Merge branch 'master' of github.com:LukeSmithxyz/emailwiz into masterLuke Smith
2020-09-11guess proper cert if mail subdomain not availableLuke Smith
2020-07-21Fixes for custom subdomain namesDarnell Andries
2020-07-14Minor change for dovecot.conf to work on v2.3Laesp
According to the wiki (https://wiki.dovecot.org/SSL/DovecotConfiguration): "From version 2.3, you must specify path to DH parameters file using: ssl_dh=</path/to/dh.pem" This actually threw an error something along the lines of: "imap-login: Error: Failed to initialize SSL"
2020-07-10Update emailwiz.shsuperpuffin
2020-07-04force minimum TLS1.2 connections, disable weak ciphersuitesmqr10
2020-06-22genkey fixLuke Smith
2020-06-22use real tabsLuke Smith
2020-06-20fixLuke Smith
2020-06-20should be werking nowLuke Smith
2020-06-20quickLuke Smith
2020-06-20non-communicative commit messageLuke Smith
2020-06-20silence desired errorsLuke Smith
2020-06-09ubuntu usable, cram rm'dLuke Smith
2020-06-03minor changes and fixesLuke Smith
2019-12-26myhostname should be the domainAaron Duxler
2019-12-25opendkim socket fix + install opendkim-toolsAaron Duxler
2019-12-17Added relaxed option for DKIM.Aaron Duxler
Create user vmail, if not present. Add 'login' option in dovecot to be able to send emails fro mutt.
2019-11-09Merge pull request #11 from yungdan1/masterLuke Smith
Fix TLS encrypted emails to Gmail
2019-11-09Merge pull request #9 from majestrate/masterLuke Smith
add SPF record generation
2019-09-02Fixed a bug with installing opendkim (#1)pellertson
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.
2019-08-11Use spamassassin on port 25 onlyArtem Kobets
2019-07-26spamassassin auto move to JunkLuke Smith
2019-06-12TLS Encryptiondaniel
2019-06-08correct formattingJeff Becker
2019-06-08remove whitespaceJeff Becker
2019-06-08generate spf recordJeff Becker
2019-06-08close quotation marks in opendkim socket configayoung012
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-07prevent false detection of opendkim KeyTable configayoung012
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-02Update emailwiz.shJakob
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-05-27brand nameLuke Smith