aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove old junkLuke Smith2023-02-111-8/+0
|
* mx record added and mail subdomain noteLuke Smith2023-02-112-3/+10
|
* fail2ban added and configured for extra securityLuke Smith2023-01-312-2/+14
|
* fix #259 and edit commentsLuke Smith2023-01-311-19/+11
|
* check for wildcard certs as well, resolve #257Luke Smith2023-01-271-1/+1
|
* readme rewriteLuke Smith2023-01-271-83/+74
|
* it makes elegant sense in my headLuke Smith2023-01-271-1/+3
|
* fixLuke Smith2023-01-271-5/+1
|
* get cert if absent fix #253. ufw fix #256.Luke Smith2023-01-271-12/+22
|
* rDNS readme fix. Should be mail subdomain.Luke Smith2023-01-272-21/+14
|
* Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith2023-01-261-0/+5
|\
| * Merge pull request #238 from william-stacken/masterLuke Smith2023-01-261-0/+6
| |\ | | | | | | Resolve "Anyone can send mails from a local user as long as the recipient is another local user"
| | * Merge branch 'master' into masterLuke Smith2023-01-261-7/+11
| | |\ | | |/ | |/|
| | * add sender restrictions for our own usersWilliam_S2022-09-111-0/+6
| | |
* | | close #248Luke Smith2023-01-261-1/+2
|/ /
* | dkim location fixed, close #240Luke Smith2022-10-091-1/+1
| |
* | reject_unknown_recipient_domainLuke Smith2022-10-011-1/+1
| |
* | Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith2022-09-282-9/+22
|\|
| * Merge pull request #230 from WilliamBehrens/masterLuke Smith2022-08-041-2/+2
| |\ | | | | | | use apt-get to install packages
| | * use apt-get to install packagesWilliam Behrens2022-08-041-2/+2
| |/ | | | | This fixes the output "WARNING: apt does not have a stable CLI interface. Use with caution in scripts."
| * Merge pull request #229 from appeasementPolitik/patch-1Luke Smith2022-07-211-2/+2
| |\ | | | | | | Only call deploy hook when mail cert is renewed
| | * DoneappeasementPolitik2022-07-211-1/+1
| | |
| | * Missing double quoteappeasementPolitik2022-07-211-1/+1
| | |
| | * EscapesappeasementPolitik2022-07-211-1/+1
| | |
| | * Improve deploy hookappeasementPolitik2022-07-211-2/+2
| |/
| * ensure services enabled, close #228Luke Smith2022-07-201-0/+1
| |
| * close #217Luke Smith2022-07-011-0/+5
| |
| * fix #205Luke Smith2022-07-011-0/+4
| |
| * fix #223Luke Smith2022-07-011-4/+4
| |
| * Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith2022-07-011-1/+1
| |\
| | * Merge pull request #215 from simo981/patch-1Luke Smith2022-07-011-1/+1
| | |\ | | | | | | | | Typo in my last merge
| | | * Typo in my last mergesimone2022-04-221-1/+1
| | |/
| * / close #222Luke Smith2022-07-011-2/+5
| |/
* | store dkim keys in subdir for multiple domainsLuke Smith2022-09-281-5/+5
| |
* | some anti-spam measuresLuke Smith2022-09-281-0/+4
|/
* Merge pull request #208 from thmtvz/patch-1Luke Smith2022-04-031-1/+1
|\ | | | | Update emailwiz.sh
| * Update emailwiz.shthmtvz2022-04-031-1/+1
|/ | | New line in the final output, looks way better!
* Merge pull request #158 from fabian-thomas/devLuke Smith2022-03-291-1/+1
|\ | | | | use domain instead of @
| * use domain instead of @Fabian Thomas2021-08-061-1/+1
| |
* | postfix-pcre added, 1.2.3.4 not trustedLuke Smith2022-03-291-3/+2
| |
* | Merge pull request #197 from SelfAdjointOperator/masterLuke Smith2022-03-291-0/+3
|\ \ | | | | | | Reset umask to 0022 at beginning of install
| * | Reset umask to 0022 at beginning of installSelfAdjointOperator2022-01-201-0/+3
| | |
* | | Merge pull request #194 from Theory-of-Everything/forkLuke Smith2022-03-291-0/+8
|\ \ \ | | | | | | | | Fix: #178 leakage of public IP addresses in sent emails
| * | | Fix: #178 leakage of public IP addresses in sent emailsTheory_of_Everything2022-01-101-0/+8
| |/ /
* | | Merge pull request #203 from simo981/patch-1Luke Smith2022-03-291-39/+39
|\ \ \ | |/ / |/| | Prevented escape shell
| * | Update emailwiz.shsimone2022-03-101-3/+3
| | |
| * | 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-142-1/+5
|\ \
| * \ Merge pull request #159 from ulisesvina/patch-1Luke Smith2021-08-061-1/+1
| |\ \ | | |/ | |/| Update README.md
| | * Update README.mdUlises ViƱa2021-08-061-1/+1
| |/ | | | | Replaced 933 for 993, the correct port for IMAP.