aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith2020-12-072-5/+23
|\
| * Merge pull request #58 from DJAndries/masterLuke Smith2020-11-301-2/+2
| |\ | | | | | | Fixes for custom subdomain names
| | * Fixes for custom subdomain namesDarnell Andries2020-07-211-3/+3
| | |
| * | Merge pull request #49 from Mqr10/masterLuke Smith2020-11-301-0/+12
| |\ \ | | | | | | | | Enforce TLS1.2 connections
| | * \ Merge branch 'master' into masterLuke Smith2020-11-302-39/+38
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #77 from alpha-tango-kilo/enhanceLuke Smith2020-11-301-2/+4
| |\ \ \ | | | | | | | | | | Add extra troubleshooting points, minor readability changes
| | * \ \ Merge branch 'master' into enhanceLuke Smith2020-11-302-28/+23
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Add extra troubleshooting, readability changesalpha-tango-kilo2020-09-271-5/+5
| | | | |
| | | * | force minimum TLS1.2 connections, disable weak ciphersuitesmqr102020-07-041-0/+11
| | | | |
* | | | | unimportantLuke Smith2020-12-072-17/+18
| | | | |
* | | | | detect wildcard certs, fix #98Luke Smith2020-12-071-1/+1
|/ / / /
* | | | log in with full email addr instead of usernameLuke Smith2020-11-142-26/+18
| | | | | | | | | | | | | | | | documentation changes
* | | | Merge pull request #85 from lesha-co/masterLuke Smith2020-10-181-3/+4
|\ \ \ \ | | | | | | | | | | Make README clearer about PTR record
| * | | | Make README clearer about PTR recordlesha2020-10-181-3/+4
|/ / / /
* | | | more robustLuke Smith2020-10-111-1/+1
| | | |
* | | | fix #72Luke Smith2020-10-111-1/+1
|/ / /
* | | Merge branch 'master' of github.com:LukeSmithxyz/emailwiz into masterLuke Smith2020-09-112-1/+2
|\ \ \
| * \ \ Merge pull request #75 from aTechnophobian/patch-1Luke Smith2020-09-051-1/+1
| |\ \ \ | | |_|/ | |/| | Fixed Tiny Grammar Error
| | * | Fixed Tiny Grammar ErroraTechnophobian2020-09-051-1/+1
| |/ / | | | | | | Literally added one letter
| * | Merge pull request #55 from Laesp/patch-1Luke Smith2020-07-141-0/+1
| |\ \ | | | | | | | | Minor change for dovecot.conf to work on v2.3
| | * | Minor change for dovecot.conf to work on v2.3Laesp2020-07-141-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | 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"
* / / guess proper cert if mail subdomain not availableLuke Smith2020-09-111-1/+3
|/ /
* | little fixesLuke Smith2020-07-101-7/+8
| |
* | Merge pull request #52 from superpuffin/superpuffin-remove-smtp_tls_caLuke Smith2020-07-101-1/+0
|\ \ | |/ |/| remove smtp_tls_CAfile from postfix main.cf
| * Update emailwiz.shsuperpuffin2020-07-101-1/+0
| |
* | Merge pull request #45 from pxeger/patch-1Luke Smith2020-06-301-2/+2
|\ \ | |/ |/| Change Dovecot/Postfix definition
| * change Dovecot/Postfix definitionPatrick Reader2020-06-301-2/+2
|/ | | 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
* Merge pull request #29 from dhruvsharma78/masterLuke Smith2020-06-221-2/+13
|\ | | | | Added instructions for setting up reverse DNS
| * Merge pull request #1 from dhruvsharma78/dhruvsharma78-patch-rDNSDhruv Sharma2020-06-221-2/+13
|/| | | | | Added instructions for setting up reverse DNS
| * Added instructions for setting up reverse DNSDhruv Sharma2020-06-221-2/+13
|/
* notes on sending mailLuke Smith2020-06-221-0/+14
|
* genkey fixLuke Smith2020-06-221-1/+1
|
* use real tabsLuke Smith2020-06-221-3/+3
|
* port 25 noteLuke Smith2020-06-211-1/+5
|
* fixLuke Smith2020-06-201-1/+1
|
* should be werking nowLuke Smith2020-06-201-2/+10
|
* quickLuke Smith2020-06-201-1/+3
|
* non-communicative commit messageLuke Smith2020-06-202-50/+114
|
* silence desired errorsLuke Smith2020-06-201-4/+4
|
* more accurateLuke Smith2020-06-091-1/+1
|
* note on passwordsLuke Smith2020-06-091-1/+1
|
* ubuntu usable, cram rm'dLuke Smith2020-06-092-8/+3
|
* minor changes and fixesLuke Smith2020-06-031-42/+69
|
* ui fixLuke Smith2020-06-021-0/+3
|
* Merge pull request #10 from Jan69/patch-1Luke Smith2020-05-031-10/+9
|\ | | | | Updated README - typos
| * Merge branch 'master' into patch-1Luke Smith2020-05-033-25/+738
| |\ | |/ |/|
* | Merge pull request #17 from mariusurbelis/patch-1Luke Smith2020-04-051-0/+674
|\ \ | | | | | | GPLv3 proposition
| * | GPLv3 propositionMarius Urbelis2020-04-051-0/+674
|/ / | | | | I was contacted by Mr. Stallman claiming he was utterly offended by this repository not being licensed under GPLv3!
* | readme editsLuke Smith2020-03-101-8/+3
| |
* | linksLuke Smith2020-01-211-5/+2
| |