Commit Graph

56 Commits

Author SHA1 Message Date
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
5de5f9d439
more accurate 2020-06-09 19:32:44 -04:00
Luke Smith
15159dbbec
note on passwords 2020-06-09 19:11:55 -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
Luke Smith
3c4df51dbe
ui fix 2020-06-02 15:41:21 -04:00
Luke Smith
b00a611f81
Merge pull request #10 from Jan69/patch-1
Updated README - typos
2020-05-03 10:50:29 -04:00
Luke Smith
cd69caf898
Merge branch 'master' into patch-1 2020-05-03 10:50:21 -04:00
Luke Smith
272e6b2326
Merge pull request #17 from mariusurbelis/patch-1
GPLv3 proposition
2020-04-05 12:21:06 -04:00
Marius Urbelis
24b4735c8e
GPLv3 proposition
I was contacted by Mr. Stallman claiming he was utterly offended by this repository not being licensed under GPLv3!
2020-04-05 17:09:21 +01:00
Luke Smith
ea8b00b5d7
readme edits 2020-03-10 09:02:08 -04:00
Luke Smith
c4d7244fb6
links 2020-01-20 19:27:17 -05:00
Luke Smith
eb15bba5f3
Merge pull request #15 from Schueni1/master
Added relaxed option for DKIM.
2019-12-26 18:41:27 -05: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
Luke Smith
be2b531327
Merge pull request #13 from pellertson/master
Make sure the opendkim tools are installed
2019-09-03 06:11:36 -04: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
Luke Smith
6d387ab15c
Merge pull request #12 from artemkobets/master
Use spamassassin on port 25 only
2019-08-11 13:49:23 -04: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
jan6
1664fc4b51
Update README.md 2019-06-11 05:56:46 +00:00
jan6
cf05589f36
Updated README - slight corrections
Typos + other tiny corrections, is it "honestly have" or "honestly don't have" preference towards vultr? Tried to guess...
2019-06-11 05:52:49 +00: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
Luke Smith
f0bf627d0c
Merge branch 'master' of github.com:LukeSmithxyz/emailwiz 2019-06-07 12:19:34 -04:00
Luke Smith
72e0f11a1b
Merge pull request #8 from ayoung012/master
close quotation marks in opendkim socket config
2019-06-07 12:19:23 -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
Luke Smith
5ec89693aa
Merge branch 'master' of github.com:LukeSmithxyz/emailwiz 2019-06-07 10:01:28 -04:00
Luke Smith
004bf2dbfb
Merge pull request #7 from ayoung012/master
prevent false detection of opendkim KeyTable config
2019-06-07 10:01:13 -04: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
Luke Smith
3c9f6ab5d0
vid 2019-06-06 08:25:20 -04:00
Luke Smith
493fbd2f73
Merge pull request #3 from wrigleyster/patch-1
Fix typo in the deleting of `-o` flags
2019-06-02 08:56:30 -04: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
1b0ef283a9
maybe I should actually learn markdown 2019-05-27 20:14:55 -04:00
Luke Smith
bf018b992c
d'nation 2019-05-27 20:12:11 -04:00
Luke Smith
ab4dad6139
redundant 2019-05-27 19:42:49 -04:00
Luke Smith
4b89da8245
I always forget which one is which. 2019-05-27 19:42:00 -04:00
Luke Smith
794e875808
no longer true 2019-05-27 19:39:13 -04:00
Luke Smith
937d6459d1
vultr note 2019-05-27 19:37:03 -04:00
Luke Smith
e1ac9dfc47
hedging removed 2019-05-27 19:36:54 -04:00
Luke Smith
d6dcb91fda
brand name 2019-05-27 19:33:08 -04:00
Luke Smith
58caf69096
note on install 2019-05-27 19:24:23 -04:00