aboutsummaryrefslogtreecommitdiffstats
path: root/emailwiz.sh
Commit message (Collapse)AuthorAgeFilesLines
* Prevented escape shellSimone2022-03-071-41/+41
| | | Some strings will escape and break the script, inserted fixes like single quotes ( ' ' ).
* Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith2021-09-141-0/+4
|\
| * Fix: Opendkim won't start: can't open PID file?Dimitrije Dobrota2021-08-051-0/+4
| |
* | tweaksLuke Smith2021-09-141-8/+20
|/
* disable ufwLuke Smith2021-06-211-0/+3
|
* 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
| |
| * 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
|
* 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-071-2/+14
|\
| * 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 branch 'master' into masterLuke Smith2020-11-301-4/+7
| |\ \
| * | | force minimum TLS1.2 connections, disable weak ciphersuitesmqr102020-07-041-0/+11
| | | |
* | | | unimportantLuke Smith2020-12-071-5/+5
| | | |
* | | | detect wildcard certs, fix #98Luke Smith2020-12-071-1/+1
| |/ / |/| |
* | | log in with full email addr instead of usernameLuke Smith2020-11-141-1/+1
| | | | | | | | | | | | documentation changes
* | | 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-111-0/+1
|\ \ \ | | |/ | |/|
| * | 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
|/ /
* / Update emailwiz.shsuperpuffin2020-07-101-1/+0
|/
* genkey fixLuke Smith2020-06-221-1/+1
|
* use real tabsLuke Smith2020-06-221-3/+3
|
* 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-201-16/+30
|
* silence desired errorsLuke Smith2020-06-201-4/+4
|
* ubuntu usable, cram rm'dLuke Smith2020-06-091-6/+1
|
* minor changes and fixesLuke Smith2020-06-031-42/+69
|
* myhostname should be the domainAaron Duxler2019-12-261-2/+10
|
* opendkim socket fix + install opendkim-toolsAaron Duxler2019-12-251-1/+4
|
* Added relaxed option for DKIM.Aaron Duxler2019-12-171-6/+10
| | | | | Create user vmail, if not present. Add 'login' option in dovecot to be able to send emails fro mutt.
* Merge pull request #11 from yungdan1/masterLuke Smith2019-11-091-0/+3
|\ | | | | Fix TLS encrypted emails to Gmail
| * TLS Encryptiondaniel2019-06-121-0/+3
| |
* | Merge pull request #9 from majestrate/masterLuke Smith2019-11-091-0/+3
|\ \ | | | | | | add SPF record generation
| * | correct formattingJeff Becker2019-06-081-1/+1
| | |
| * | remove whitespaceJeff Becker2019-06-081-1/+0
| | |
| * | generate spf recordJeff Becker2019-06-081-0/+4
| |/
* | Fixed a bug with installing opendkim (#1)pellertson2019-09-031-0/+2
| | | | | | 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.
* | Use spamassassin on port 25 onlyArtem Kobets2019-08-111-2/+1
| |