1
0
Fork 0
mirror of https://github.com/lukesmithxyz/emailwiz synced 2024-06-19 10:09:12 +02:00
Commit Graph

110 Commits

Author SHA1 Message Date
tfasano1 0aa7a8df38
Update emailwiz.sh 2024-01-17 02:25:46 -05:00
tfasano1 e4ae00cd69
Add spf arg to lower gmail false positive spam 2024-01-17 01:56:33 -05:00
jacob.eva b81f4874e6
Correct grammatical and phrasing errors 2023-09-21 12:58:14 +01:00
Luke Smith bb349334e8
Merge branch 'master' of github.com:LukeSmithxyz/emailwiz 2023-08-19 13:11:11 +02:00
Luke Smith c404b42c04
disable excluded ciphers until further investigation, close #292 2023-08-19 13:10:59 +02:00
Luke Smith 5e81fdb738
ensure systemd backend for fail2ban 2023-08-11 14:10:40 -04:00
Luke Smith a46fd7f9d2
Merge pull request #286 from andrewrunxiyu/master
Make it work with Debian 12: spamassassin -> spamd
2023-07-26 12:01:04 +00:00
Med Anis Jbara 354a1c80cb adding pop3 specific settings 2023-07-11 10:41:02 +01:00
Andrew Yu 3474cb609d
Make it work with Debian 12: spamassassin -> spamd
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>
2023-07-03 22:01:05 +08:00
xkcdstickfigure bd9d7f937f
fix comment 2023-06-30 16:07:36 +01:00
Luke Smith bcfa1b45ad
fix #279 2023-05-29 09:37:56 -04:00
James Puleo 513c338a3f
Use single-quotes to prevent interpolation when configuring Postfix
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.
2023-04-30 23:58:38 -04:00
APoniatowski 11dfca17b2 change made and removed all sasl parameters 2023-04-26 18:41:38 +02:00
APoniatowski eaa3d1800a Missed a parameter, thanks to copy/paste mistake 2023-04-26 18:30:38 +02:00
APoniatowski 42e612a0e2 Made minor changes to postconf changes, to fix the relay access denied issue. 2023-04-26 18:23:35 +02:00
Luke Smith 3f2b10f854
no error if no dmar dir, fix #271 2023-03-29 15:06:51 -04:00
Luke Smith 4414b31a4a
Merge branch 'master' of github.com:LukeSmithxyz/emailwiz 2023-03-02 10:07:16 -05:00
Luke Smith 4e7e873385
enable spamassassin cronjob 2023-03-02 10:07:04 -05:00
Aleksa Vučković 11f47826c9
Reverse DNS does not match SMTP Banner 2023-03-01 12:01:20 +01:00
Luke Smith aa63926c4b
clean out old dmarc feedback, other cleanup 2023-02-11 20:10:28 -05:00
Luke Smith 2f7edafd0a
mx record added and mail subdomain note 2023-02-11 11:09:24 -05:00
Luke Smith 78ba13f03b fail2ban added and configured for extra security 2023-01-31 14:11:14 -05:00
Luke Smith 250ffa2ea2 fix #259 and edit comments 2023-01-31 13:51:59 -05:00
Luke Smith 768baa379f check for wildcard certs as well, resolve #257 2023-01-27 12:43:29 -05:00
Luke Smith 548d547949 it makes elegant sense in my head 2023-01-26 19:51:36 -05:00
Luke Smith 1793233157 fix 2023-01-26 19:25:37 -05:00
Luke Smith bf982255aa get cert if absent fix #253. ufw fix #256. 2023-01-26 19:06:37 -05:00
Luke Smith eb5b6743f3 rDNS readme fix. Should be mail subdomain. 2023-01-26 19:00:20 -05:00
Luke Smith b2ab4f4d68 Merge branch 'master' of github.com:LukeSmithxyz/emailwiz 2023-01-26 17:06:40 -05:00
Luke Smith ab9e25ffbf close #248 2023-01-26 16:56:57 -05:00
Luke Smith d9bc51484b
Merge branch 'master' into master 2023-01-26 21:41:33 +00:00
Luke Smith e8f52cebf8 dkim location fixed, close #240 2022-10-09 15:28:43 -04:00
Luke Smith 0d8e3cc32c reject_unknown_recipient_domain 2022-10-01 11:40:47 -04:00
Luke Smith ae2ee398f6 Merge branch 'master' of github.com:LukeSmithxyz/emailwiz 2022-09-28 11:20:49 -04:00
Luke Smith 860185e557 store dkim keys in subdir for multiple domains 2022-09-28 11:18:05 -04:00
Luke Smith b657e768c9 some anti-spam measures 2022-09-28 09:36:26 -04:00
William_S 6bbffff113 add sender restrictions for our own users 2022-09-11 11:59:45 +02:00
William Behrens dd889ffeef
use apt-get to install packages
This fixes the output "WARNING: apt does not have a stable CLI interface. Use with caution in scripts."
2022-08-03 19:01:28 -05:00
appeasementPolitik 5acfa3fd63
Done 2022-07-21 19:42:26 +02:00
appeasementPolitik 69a72a7bba
Missing double quote 2022-07-21 19:37:10 +02:00
appeasementPolitik 1be3a8bfaa
Escapes 2022-07-21 19:34:46 +02:00
appeasementPolitik 878a08c951
Improve deploy hook 2022-07-21 19:28:25 +02:00
Luke Smith fd41c1d652 ensure services enabled, close #228 2022-07-20 13:33:10 -04:00
Luke Smith 347af34f30 fix #205 2022-07-01 19:15:26 -04:00
Luke Smith f2d10c4af6 fix #223 2022-07-01 19:07:46 -04:00
simone d449a17de8
Typo in my last merge 2022-04-22 18:31:03 +02:00
thmtvz 772ca64d0c
Update emailwiz.sh
New line in the final output, looks way better!
2022-04-02 21:46:48 -03:00
Luke Smith 3716deadb2
Merge pull request #158 from fabian-thomas/dev
use domain instead of @
2022-03-29 13:45:33 +00:00
Luke Smith 6cd64f5c2e
postfix-pcre added, 1.2.3.4 not trusted 2022-03-29 09:41:29 -04:00
Luke Smith 0409745a9d
Merge pull request #197 from SelfAdjointOperator/master
Reset umask to 0022 at beginning of install
2022-03-29 03:32:31 +00:00