aboutsummaryrefslogtreecommitdiffstats
path: root/emailwiz.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith2023-08-191-6/+25
|\
| * Merge pull request #286 from andrewrunxiyu/masterLuke Smith2023-07-261-3/+17
| |\ | | | | | | Make it work with Debian 12: spamassassin -> spamd
| | * Make it work with Debian 12: spamassassin -> spamdAndrew Yu2023-07-031-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commits checks for /etc/default/spamassassin. If it exists, it's passed through sed to modify the CRON variable as usual, and spamassassin.service is enabled and restarted. If /etc/default/spamassassin does not exist, but /etc/default/spamd exists, we modify /etc/default/spamd instead, and restart and enable spamd.service. This has to be done because Debian 12 introduced this breaking change: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020859 Apologies for my previous commit which introduced a new "README" file specifically for my fork of the repository. I've modified my patch to remove it, please accept this version of the patch instead. Signed-off-by: Andrew Yu <andrew@andrewyu.org>
| * | adding pop3 specific settingsMed Anis Jbara2023-07-111-2/+7
| |/
| * fix commentxkcdstickfigure2023-06-301-1/+1
| |
* | disable excluded ciphers until further investigation, close #292Luke Smith2023-08-191-2/+2
| |
* | ensure systemd backend for fail2banLuke Smith2023-08-111-0/+2
|/
* fix #279Luke Smith2023-05-291-1/+1
|
* Use single-quotes to prevent interpolation when configuring PostfixJames Puleo2023-05-011-1/+1
| | | | | | | | Unless you intend to interpolate, you should never use double-quotes. In this instance, it was actually impactful -- `$myhostname` and `$mydomain` were meant to be left as-is, referring to those Postfix config parameters, but were accidentally interpolated and subsequently generating nonsense (but not fatal) configuration.
* change made and removed all sasl parametersAPoniatowski2023-04-261-4/+0
|
* Missed a parameter, thanks to copy/paste mistakeAPoniatowski2023-04-261-1/+1
|
* Made minor changes to postconf changes, to fix the relay access denied issue.APoniatowski2023-04-261-1/+15
|
* no error if no dmar dir, fix #271Luke Smith2023-03-291-1/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith2023-03-021-1/+1
|\
| * Reverse DNS does not match SMTP BannerAleksa Vučković2023-03-011-1/+1
| |
* | enable spamassassin cronjobLuke Smith2023-03-021-0/+3
|/
* clean out old dmarc feedback, other cleanupLuke Smith2023-02-121-19/+13
|
* mx record added and mail subdomain noteLuke Smith2023-02-111-2/+7
|
* fail2ban added and configured for extra securityLuke Smith2023-01-311-2/+12
|
* fix #259 and edit commentsLuke Smith2023-01-311-19/+11
|
* check for wildcard certs as well, resolve #257Luke Smith2023-01-271-1/+1
|
* 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-271-11/+5
|
* Merge branch 'master' of github.com:LukeSmithxyz/emailwizLuke Smith2023-01-261-0/+5
|\
| * 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-281-7/+12
|\|
| * 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."
| * 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
| |
| * fix #205Luke Smith2022-07-011-0/+4
| |
| * fix #223Luke Smith2022-07-011-4/+4
| |
| * Typo in my last mergesimone2022-04-221-1/+1
| |
* | store dkim keys in subdir for multiple domainsLuke Smith2022-09-281-5/+5
| |
* | some anti-spam measuresLuke Smith2022-09-281-0/+4
|/
* 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