summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-10Update emailwiz.shsuperpuffin
2020-07-04force minimum TLS1.2 connections, disable weak ciphersuitesmqr10
2020-06-30Merge pull request #45 from pxeger/patch-1Luke Smith
Change Dovecot/Postfix definition
2020-06-30change Dovecot/Postfix definitionPatrick Reader
Technically Postfix is responsible for sending *and* receiving mail between *your server and other SMTP servers* (Mail Transfer Agents). Dovecot is only so you can view your mail in email clients on your computer instead of server, which is not really *receiving*. You can have a perfectly functional email system with no IMAP/POP server at all, you'd just have to read your email over SSH or whatever
2020-06-22Merge pull request #29 from dhruvsharma78/masterLuke Smith
Added instructions for setting up reverse DNS
2020-06-23Merge pull request #1 from dhruvsharma78/dhruvsharma78-patch-rDNSDhruv Sharma
Added instructions for setting up reverse DNS
2020-06-23Added instructions for setting up reverse DNSDhruv Sharma
2020-06-22notes on sending mailLuke Smith
2020-06-22genkey fixLuke Smith
2020-06-22use real tabsLuke Smith
2020-06-21port 25 noteLuke 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-09more accurateLuke Smith
2020-06-09note on passwordsLuke Smith
2020-06-09ubuntu usable, cram rm'dLuke Smith
2020-06-03minor changes and fixesLuke Smith
2020-06-02ui fixLuke Smith
2020-05-03Merge pull request #10 from Jan69/patch-1Luke Smith
Updated README - typos
2020-05-03Merge branch 'master' into patch-1Luke Smith
2020-04-05Merge pull request #17 from mariusurbelis/patch-1Luke Smith
GPLv3 proposition
2020-04-05GPLv3 propositionMarius Urbelis
I was contacted by Mr. Stallman claiming he was utterly offended by this repository not being licensed under GPLv3!
2020-03-10readme editsLuke Smith
2020-01-20linksLuke Smith
2019-12-26Merge pull request #15 from Schueni1/masterLuke Smith
Added relaxed option for DKIM.
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-03Merge pull request #13 from pellertson/masterLuke Smith
Make sure the opendkim tools are installed
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-11Merge pull request #12 from artemkobets/masterLuke Smith
Use spamassassin on port 25 only
2019-08-11Use spamassassin on port 25 onlyArtem Kobets
2019-07-26spamassassin auto move to JunkLuke Smith
2019-06-12TLS Encryptiondaniel
2019-06-11Update README.mdjan6
2019-06-11Updated README - slight correctionsjan6
Typos + other tiny corrections, is it "honestly have" or "honestly don't have" preference towards vultr? Tried to guess...
2019-06-08correct formattingJeff Becker
2019-06-08remove whitespaceJeff Becker
2019-06-08generate spf recordJeff Becker
2019-06-07Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith
2019-06-07Merge pull request #8 from ayoung012/masterLuke Smith
close quotation marks in opendkim socket config
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-07Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith
2019-06-07Merge pull request #7 from ayoung012/masterLuke Smith
prevent false detection of opendkim KeyTable config
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.