Commit Graph

95 Commits

Author SHA1 Message Date
Luke Smith
d3ce7d9fa6
fix #122 ; for older versions of dovecot 2021-01-22 16:34:54 -05:00
Luke Smith
4c468aac9c
add color so people stop missing it 2021-01-06 21:51:41 -05:00
Luke Smith
7371fb0d07
avoid deprecation, fix #112 2020-12-31 09:32:16 -05:00
Luke Smith
de3abfe086
fix #109 2020-12-25 07:55:13 -05:00
Luke Smith
8dce9ba2d7
fix? sa-dovecot not integrated at start 2020-12-24 20:37:13 -05:00
Michael Angel Papamihalis
6b15bbbff5
Update emailwiz.sh
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
2020-12-21 13:35:56 +02:00
Luke Smith
b95fdd9334
Merge branch 'master' of github.com:LukeSmithxyz/emailwiz 2020-12-07 15:19:33 -05:00
Luke Smith
e37db0b9ed
unimportant 2020-12-06 21:08:30 -05:00
Luke Smith
b50fb342f1
detect wildcard certs, fix #98 2020-12-06 20:42:56 -05:00
Luke Smith
c749c1dd60
Merge pull request #58 from DJAndries/master
Fixes for custom subdomain names
2020-11-30 18:56:49 -05:00
Luke Smith
24aa38ec12
Merge branch 'master' into master 2020-11-30 18:55:44 -05:00
Luke Smith
1ab9f432df
log in with full email addr instead of username
documentation changes
2020-11-14 14:18:50 -05:00
Luke Smith
f41246d575
more robust 2020-10-11 14:46:45 -04:00
Luke Smith
983b99e86d
fix #72 2020-10-11 14:25:47 -04:00
Luke Smith
0bdbbbef6d
Merge branch 'master' of github.com:LukeSmithxyz/emailwiz into master 2020-09-11 08:36:19 -04:00
Luke Smith
7295f6ae81
guess proper cert if mail subdomain not available 2020-09-11 08:35:58 -04:00
Darnell Andries
30fd2d5d8d Fixes for custom subdomain names 2020-07-21 14:23:38 -07:00
Laesp
0560bf087b
Minor change for dovecot.conf to work on v2.3
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-14 15:33:45 -04:00
superpuffin
f3379debcb
Update emailwiz.sh 2020-07-10 12:00:57 +02:00
mqr10
c518fb0428 force minimum TLS1.2 connections, disable weak ciphersuites 2020-07-04 16:14:30 +02:00
Luke Smith
2d25040dec
genkey fix 2020-06-22 14:26:54 -04:00
Luke Smith
145a5e95d1
use real tabs 2020-06-22 11:12:50 -04:00
Luke Smith
adc6641c2e
fix 2020-06-20 18:01:12 -04:00
Luke Smith
6338dbf592
should be werking now 2020-06-20 16:15:28 -04:00
Luke Smith
df372b1595
quick 2020-06-20 15:46:17 -04:00
Luke Smith
ff9f5c7456
non-communicative commit message 2020-06-20 15:43:27 -04:00
Luke Smith
dad17776e4
silence desired errors 2020-06-20 13:02:01 -04:00
Luke Smith
037439d367
ubuntu usable, cram rm'd 2020-06-09 14:52:36 -04:00
Luke Smith
dfb28af5e7
minor changes and fixes 2020-06-03 13:43:16 -04:00
Aaron Duxler
e7914356a7 myhostname should be the domain 2019-12-26 10:56:38 +01:00
Aaron Duxler
1b455cfee5 opendkim socket fix + install opendkim-tools 2019-12-25 20:14:14 +01:00
Aaron Duxler
dde31ef106 Added relaxed option for DKIM.
Create user vmail, if not present.
Add 'login' option in dovecot to be able to send emails fro mutt.
2019-12-17 04:56:57 +01:00
Luke Smith
7788391d60
Merge pull request #11 from yungdan1/master
Fix TLS encrypted emails to Gmail
2019-11-09 10:49:59 -05:00
Luke Smith
1f4b006462
Merge pull request #9 from majestrate/master
add SPF record generation
2019-11-09 10:49:36 -05:00
pellertson
30e2072783
Fixed a bug with installing opendkim (#1)
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-09-02 19:40:20 -06:00
Artem Kobets
46c35da496 Use spamassassin on port 25 only 2019-08-11 18:05:11 +03:00
Luke Smith
08107c0ee3
spamassassin auto move to Junk 2019-07-26 08:43:57 -04:00
daniel
6ba27925b7 TLS Encryption 2019-06-12 08:45:47 +02:00
Jeff Becker
ba71c3cfa8
correct formatting 2019-06-08 11:05:45 -04:00
Jeff Becker
8a50caca80
remove whitespace 2019-06-08 11:03:57 -04:00
Jeff Becker
d8ae31fcf3
generate spf record 2019-06-08 11:02:44 -04:00
ayoung012
095becf769
close quotation marks in opendkim socket config
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-08 02:14:08 +10:00
ayoung012
db265994ac
prevent false detection of opendkim KeyTable config
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.
2019-06-07 23:30:01 +10:00
Jakob
7095c1f605
Update emailwiz.sh
Deleting all settings starting with o seems rather arbitrary, but I don't know the default configuration on Vultr, so could be warranted :) But I'll be bold and guess the `sed` command and the following lines are supposed to be related?
2019-06-02 11:32:18 +02:00
Luke Smith
d6dcb91fda
brand name 2019-05-27 19:33:08 -04:00