Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-06 | unimportant | Luke Smith | |
2020-12-06 | detect wildcard certs, fix #98 | Luke Smith | |
2020-11-14 | log in with full email addr instead of username | Luke Smith | |
documentation changes | |||
2020-10-18 | Merge pull request #85 from lesha-co/master | Luke Smith | |
Make README clearer about PTR record | |||
2020-10-18 | Make README clearer about PTR record | lesha | |
2020-10-11 | more robust | Luke Smith | |
2020-10-11 | fix #72 | Luke Smith | |
2020-09-11 | Merge branch 'master' of github.com:LukeSmithxyz/emailwiz into master | Luke Smith | |
2020-09-11 | guess proper cert if mail subdomain not available | Luke Smith | |
2020-09-05 | Merge pull request #75 from aTechnophobian/patch-1 | Luke Smith | |
Fixed Tiny Grammar Error | |||
2020-09-05 | Fixed Tiny Grammar Error | aTechnophobian | |
Literally added one letter | |||
2020-07-14 | Merge pull request #55 from Laesp/patch-1 | Luke Smith | |
Minor change for dovecot.conf to work on v2.3 | |||
2020-07-14 | Minor change for dovecot.conf to work on v2.3 | Laesp | |
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-10 | little fixes | Luke Smith | |
2020-07-10 | Merge pull request #52 from superpuffin/superpuffin-remove-smtp_tls_ca | Luke Smith | |
remove smtp_tls_CAfile from postfix main.cf | |||
2020-07-10 | Update emailwiz.sh | superpuffin | |
2020-06-30 | Merge pull request #45 from pxeger/patch-1 | Luke Smith | |
Change Dovecot/Postfix definition | |||
2020-06-30 | change Dovecot/Postfix definition | Patrick Reader | |
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 | |||
2020-06-22 | Merge pull request #29 from dhruvsharma78/master | Luke Smith | |
Added instructions for setting up reverse DNS | |||
2020-06-23 | Merge pull request #1 from dhruvsharma78/dhruvsharma78-patch-rDNS | Dhruv Sharma | |
Added instructions for setting up reverse DNS | |||
2020-06-23 | Added instructions for setting up reverse DNS | Dhruv Sharma | |
2020-06-22 | notes on sending mail | Luke Smith | |
2020-06-22 | genkey fix | Luke Smith | |
2020-06-22 | use real tabs | Luke Smith | |
2020-06-21 | port 25 note | Luke Smith | |
2020-06-20 | fix | Luke Smith | |
2020-06-20 | should be werking now | Luke Smith | |
2020-06-20 | quick | Luke Smith | |
2020-06-20 | non-communicative commit message | Luke Smith | |
2020-06-20 | silence desired errors | Luke Smith | |
2020-06-09 | more accurate | Luke Smith | |
2020-06-09 | note on passwords | Luke Smith | |
2020-06-09 | ubuntu usable, cram rm'd | Luke Smith | |
2020-06-03 | minor changes and fixes | Luke Smith | |
2020-06-02 | ui fix | Luke Smith | |
2020-05-03 | Merge pull request #10 from Jan69/patch-1 | Luke Smith | |
Updated README - typos | |||
2020-05-03 | Merge branch 'master' into patch-1 | Luke Smith | |
2020-04-05 | Merge pull request #17 from mariusurbelis/patch-1 | Luke Smith | |
GPLv3 proposition | |||
2020-04-05 | GPLv3 proposition | Marius Urbelis | |
I was contacted by Mr. Stallman claiming he was utterly offended by this repository not being licensed under GPLv3! | |||
2020-03-10 | readme edits | Luke Smith | |
2020-01-20 | links | Luke Smith | |
2019-12-26 | Merge pull request #15 from Schueni1/master | Luke Smith | |
Added relaxed option for DKIM. | |||
2019-12-26 | myhostname should be the domain | Aaron Duxler | |
2019-12-25 | opendkim socket fix + install opendkim-tools | Aaron Duxler | |
2019-12-17 | Added relaxed option for DKIM. | Aaron Duxler | |
Create user vmail, if not present. Add 'login' option in dovecot to be able to send emails fro mutt. | |||
2019-11-09 | Merge pull request #11 from yungdan1/master | Luke Smith | |
Fix TLS encrypted emails to Gmail | |||
2019-11-09 | Merge pull request #9 from majestrate/master | Luke Smith | |
add SPF record generation | |||
2019-09-03 | Merge pull request #13 from pellertson/master | Luke Smith | |
Make sure the opendkim tools are installed | |||
2019-09-02 | Fixed a bug with installing opendkim (#1) | pellertson | |
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-08-11 | Merge pull request #12 from artemkobets/master | Luke Smith | |
Use spamassassin on port 25 only |