aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Opendkim won't start: can't open PID file?Dimitrije Dobrota2021-08-051-0/+4
|
* Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith2021-06-211-0/+0
|\
| * Merge pull request #133 from kdkasad/masterLuke Smith2021-03-131-0/+0
| |\ | | | | | | Fix typo in LICENSE filename
| | * fix typo in LICENSE filenameKian Kasad2021-03-131-0/+0
| |/
* / disable ufwLuke Smith2021-06-212-2/+4
|/
* fixLuke Smith2021-02-101-1/+0
|
* Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith2021-02-031-1/+1
|\
| * avoid bugLuke Smith2021-02-031-1/+1
| |
| * Merge pull request #127 from NiiggerLifeMatter/patch-1Luke Smith2021-02-031-2/+2
| |\ | | | | | | Update emailwiz.sh
| | * Update emailwiz.shNiiggerLifeMatter2021-02-031-2/+2
| |/ | | | | Make gmail's less angry
* / minor tweaksLuke Smith2021-02-031-10/+4
|/
* fix #122 ; for older versions of dovecotLuke Smith2021-01-221-0/+5
|
* add color so people stop missing itLuke Smith2021-01-071-6/+6
|
* avoid deprecation, fix #112Luke Smith2020-12-311-1/+1
|
* fix #109Luke Smith2020-12-251-1/+1
|
* fix? sa-dovecot not integrated at startLuke Smith2020-12-251-1/+1
|
* Merge pull request #105 from michelangelo136/patch-1Luke Smith2020-12-251-3/+1
|\ | | | | Update emailwiz.sh
| * Update emailwiz.shMichael Angel Papamihalis2020-12-211-3/+1
|/ | | 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
* 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
|