summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-06detect wildcard certs, fix #98Luke Smith
2020-11-14log in with full email addr instead of usernameLuke Smith
documentation changes
2020-10-18Merge pull request #85 from lesha-co/masterLuke Smith
Make README clearer about PTR record
2020-10-18Make README clearer about PTR recordlesha
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-09-05Merge pull request #75 from aTechnophobian/patch-1Luke Smith
Fixed Tiny Grammar Error
2020-09-05Fixed Tiny Grammar ErroraTechnophobian
Literally added one letter
2020-07-14Merge pull request #55 from Laesp/patch-1Luke Smith
Minor change for dovecot.conf to work on v2.3
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-10little fixesLuke Smith
2020-07-10Merge pull request #52 from superpuffin/superpuffin-remove-smtp_tls_caLuke Smith
remove smtp_tls_CAfile from postfix main.cf
2020-07-10Update emailwiz.shsuperpuffin
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