1
0
Fork 0
mirror of https://github.com/lukesmithxyz/emailwiz synced 2024-03-29 02:10:03 +01:00
Commit Graph

204 Commits

Author SHA1 Message Date
Luke Smith 30898eabd9
Merge pull request #314 from kedom1337/master
feat: turn user "dmarc" into "postmaster" for more generic use cases
2024-03-28 23:36:01 +00:00
kedom 5f16c868d9
feat: turn user "dmarc" into "postmaster" for more generic use cases 2024-03-28 13:58:30 +00:00
Luke Smith 9f9f2b2e63
bind added in case 2024-03-13 11:24:06 -04:00
Luke Smith 1b1ec49f7e
Merge branch 'master' of github.com:LukeSmithxyz/emailwiz 2024-03-13 11:03:26 -04:00
Luke Smith a02ff7539e
adddomain.sh to add an additional domain 2024-03-13 11:03:12 -04:00
Luke Smith dc9552f420
Merge pull request #304 from amnweb/patch-1
Open port 110 and 995 for POP3 support
2024-02-10 19:05:23 +00:00
Luke Smith 48383e0829
Merge pull request #305 from aartoni/master
Short-term workaround to prevent SMTP smuggling
2024-02-10 19:04:23 +00:00
aartoni 1d3d7e7ba9
Long term fix to prevent SMTP smuggling 2024-02-10 14:55:54 +01:00
Luke Smith 42993e8ba8
Merge pull request #308 from tfasano1/master
Add safeguards to script
2024-01-25 12:41:03 +00:00
tfasano1 e58b2bf426
exit when records aren't setup 2024-01-24 10:25:42 -05:00
tfasano1 3dd706e5a8
Add checks with helpful debug information 2024-01-24 10:22:11 -05:00
tfasano1 bda1580088
add ipv6 mechanism 2024-01-17 22:48:14 -05:00
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
aartoni bcfba987e4
Short-term workaround to prevent SMTP smuggling 2023-12-29 16:39:06 +01:00
amnweb a8f5d0fddd
Update emailwiz.sh
Open port 110 and 995 for POP3 support
2023-12-22 17:03:07 +01:00
Luke Smith 9861a6af1e
Merge pull request #295 from jacobeva/master
Correct grammatical and phrasing errors
2023-10-28 00:20:41 +00: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
Luke Smith 84876971de
Merge pull request #288 from medanisjbara/patch-1
Adding pop3 support
2023-07-12 10:03:11 +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
Luke Smith 8b9e7b1dd5
Merge pull request #284 from xkcdstickfigure/patch-1
fix comment
2023-06-30 15:23:10 +00: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
Luke Smith a85e423075
Merge pull request #276 from drunderscore/fix/use-single-quotes-to-prevent-interpolation
Use single-quotes to prevent interpolation when configuring Postfix
2023-05-01 11:08:07 +00: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
Luke Smith 5c7426b1c3
Merge pull request #275 from APoniatowski/master
Relay access denied fix
2023-04-26 16:44:56 +00: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
Luke Smith 2c925e2c2d
Merge pull request #263 from aleksav013/patch-1
Reverse DNS does not match SMTP Banner
2023-03-01 12:27:05 +00:00
Aleksa Vučković 11f47826c9
Reverse DNS does not match SMTP Banner 2023-03-01 12:01:20 +01:00
Luke Smith caedebe498
Merge pull request #260 from treatmesubj/master
Can -> Can't
2023-02-16 23:07:26 +00:00
John Hupperts 8c7ece931d
Can -> Can't 2023-02-16 16:35:51 -06:00
Luke Smith aa63926c4b
clean out old dmarc feedback, other cleanup 2023-02-11 20:10:28 -05:00
Luke Smith 0d2b016d6f
readme updates 2023-02-11 11:47:47 -05:00
Luke Smith a170b1005c
remove old junk 2023-02-11 11:40:38 -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 50cdd5ddbc readme rewrite 2023-01-26 20:59:14 -05:00
Luke Smith 548d547949 it makes elegant sense in my head 2023-01-26 19:51:36 -05:00