|
b600af4ff5
|
feat: add the gateway ip to teh rspamd whitelist
Build_Deploy / linter (push) Successful in 17s
Build_Deploy / build (push) Successful in 1m33s
Build_Deploy / deploy_dns (push) Successful in 1m28s
Build_Deploy / deploy_active (active) (push) Successful in 2m40s
Build_Deploy / deploy_active (active-ext) (push) Successful in 1m43s
Build_Deploy / deploy_active (active-core) (push) Successful in 5m9s
|
2025-05-15 00:44:17 +01:00 |
|
|
14732ead0f
|
fix: simplify sieve script
|
2025-05-15 00:41:15 +01:00 |
|
|
575a617a10
|
fix: the gateway does spf checking, so no need to do it twice
Build_Deploy / linter (push) Successful in 40s
Build_Deploy / build (push) Successful in 1m2s
Build_Deploy / deploy_dns (push) Successful in 1m25s
Build_Deploy / deploy_active (active) (push) Successful in 1m44s
Build_Deploy / deploy_active (active-ext) (push) Successful in 52s
Build_Deploy / deploy_active (active-core) (push) Successful in 3m57s
|
2025-05-13 16:17:07 +01:00 |
|
|
5e33119b14
|
feat: better sieve script
Build_Deploy / build (push) Successful in 3m5s
Build_Deploy / linter (push) Successful in 4m56s
Build_Deploy / deploy_dns (push) Successful in 2m15s
Build_Deploy / deploy_active (active) (push) Successful in 4m26s
Build_Deploy / deploy_active (active-ext) (push) Successful in 1m13s
Build_Deploy / deploy_active (active-core) (push) Successful in 33m18s
|
2025-05-13 15:21:06 +01:00 |
|
|
a7a7b8489a
|
fix: sieve script had errors involving teh if else
|
2025-05-13 14:49:35 +01:00 |
|
|
6390d09059
|
feat: all mail from our own internal mail gateway gets put into its own folder for everyone
Build_Deploy / build (push) Failing after 11m22s
Build_Deploy / linter (push) Failing after 11m29s
Build_Deploy / deploy_dns (push) Has been cancelled
Build_Deploy / deploy_active (active) (push) Has been cancelled
Build_Deploy / deploy_active (active-core) (push) Has been cancelled
Build_Deploy / deploy_active (active-ext) (push) Has been cancelled
|
2025-04-29 01:01:55 +01:00 |
|
|
70263f4b1f
|
feat: setup the mail filter
Build_Deploy / linter (push) Successful in 36s
Build_Deploy / build (push) Successful in 1m1s
Build_Deploy / deploy_dns (push) Successful in 1m32s
Build_Deploy / deploy_active (active-core) (push) Successful in 2m59s
Build_Deploy / deploy_active (active) (push) Successful in 3m28s
Build_Deploy / deploy_active (active-ext) (push) Successful in 32s
|
2025-03-21 16:54:25 +00:00 |
|
|
4d83ecb584
|
feat: we have to handle the old lists domains
|
2025-03-06 13:15:30 +00:00 |
|
|
af1535b7dc
|
fix: backup of all teh email dirs was causing conjection issues
|
2024-11-08 18:23:16 +00:00 |
|
|
4f87e56d63
|
fix: include cc's for incoming mail
|
2024-07-24 20:47:58 +01:00 |
|
|
9c7d08c153
|
fix: slight bit of formatting and a renaming
Closes #84
|
2024-07-22 18:57:31 +01:00 |
|
|
35920eda0c
|
feat: this should put an automatic bcc on outgoing mail as well as a corrosponding filter to put it in teh right inboxes
Relates to #84
|
2024-07-22 18:54:23 +01:00 |
|
|
c5c44acc8b
|
fmt: prepping for #80
|
2024-07-17 04:20:48 +01:00 |
|
|
356ac2e505
|
fix: move the mailserver dns config to the proper file
|
2024-07-17 00:52:55 +01:00 |
|
|
e9d5985adf
|
fmt: remove duplicate imports, now unified in applications/_base.nix
|
2024-07-16 23:09:22 +01:00 |
|
daragh
|
c0ddc2d6a9
|
switch include to a, remove skynet.ie
|
2024-06-15 15:25:38 +01:00 |
|
daragh
|
149b58ce09
|
use cfg variables
|
2024-06-15 14:42:36 +01:00 |
|
daragh
|
1b848029e2
|
fix host ip variable
|
2024-06-15 14:30:40 +01:00 |
|
daragh
|
d3030aa2d1
|
Changing spf and dmarc config
|
2024-06-15 13:26:24 +01:00 |
|
|
379cb84839
|
feat: simplified the config for running services, only one hosts config is required now in each server config file
|
2024-05-30 17:55:29 +01:00 |
|
|
f8c7860eb5
|
feat: standardise all services to using `services.skynet."${name}"; ` format
|
2024-05-30 14:59:20 +01:00 |
|
|
e156b4ecaf
|
feat: standardise restic (backups) to using `services.skynet."${name}"; ` format
|
2024-05-30 13:57:30 +01:00 |
|
|
023b491d89
|
feat: standardise dns to using `services.skynet."${name}"; ` format
|
2024-05-30 13:25:52 +01:00 |
|
|
26e715b2f6
|
fix: some error warnings cleared
|
2024-02-09 12:47:20 +00:00 |
|
|
6de8f1e963
|
fix: email how the sive was handled changed slighty, this is a temp fix
Signed-off-by: Brendan Golden <git_laptop@brendan.ie>
|
2024-02-04 21:39:57 +00:00 |
|
|
6b0507a647
|
fix: redirect root IP's in nginx to skynet.ie
|
2024-01-31 15:43:18 +00:00 |
|
|
7c4e83f60a
|
feat: this should allow #40 to work
|
2023-12-21 06:15:11 +00:00 |
|
|
00d3783919
|
doc: add documentation line for future reference
|
2023-10-28 04:33:49 +01:00 |
|
|
eebf1845cb
|
email: unfortunately undoes some of the work @esy did but I think this will work
#33
|
2023-10-26 02:30:42 +01:00 |
|
daragh
|
64d1054067
|
fix : switched email ACMEHost to mail
|
2023-10-26 01:13:59 +01:00 |
|
daragh
|
f2811f2e04
|
fix : added certs for k9 mail related subdomains
related to #33
|
2023-10-26 01:02:39 +01:00 |
|
|
bb346e294f
|
email: handle junk mails better
|
2023-10-24 18:53:06 +01:00 |
|
|
d2ece41ace
|
email: this will allow folks with permission to send mail as the service accounts
|
2023-10-23 18:30:44 +01:00 |
|
|
827b109a25
|
email: add two mailboxes for topdesk
|
2023-10-23 14:03:23 +01:00 |
|
|
53dd24bd1b
|
email: improve how aliases are handled
|
2023-10-23 13:17:40 +01:00 |
|
|
13eeead354
|
email: really need to remove duplication
|
2023-10-23 11:55:07 +01:00 |
|
|
ec3451d2c7
|
email: internal inboxes are now prefixed with int
|
2023-10-23 11:46:52 +01:00 |
|
|
e1f8d580c7
|
email: add the root inbox
|
2023-10-23 11:43:00 +01:00 |
|
daragh
|
7f22a9efa9
|
fixed formatting
|
2023-10-21 16:44:28 +01:00 |
|
daragh
|
bb050d57fd
|
Feat : added dns config for k-9 mail.
Related to #33
|
2023-10-21 16:33:40 +01:00 |
|
daragh
|
7edd86046b
|
feat: Enables sieve filters for the email. Closes #29
|
2023-10-21 05:26:44 +01:00 |
|
daragh
|
38d309a554
|
nix fmt
|
2023-10-20 00:32:56 +01:00 |
|
daragh
|
e375a6cbed
|
changed DKIM and SPF to strict
|
2023-10-20 00:23:48 +01:00 |
|
daragh
|
0b03585a8e
|
whitespace
|
2023-10-20 00:19:15 +01:00 |
|
daragh
|
d141771f23
|
changed comment location
|
2023-10-20 00:18:01 +01:00 |
|
daragh
|
4407d37636
|
consistency
|
2023-10-20 00:15:06 +01:00 |
|
daragh
|
97fb80a4fb
|
Formatted comments
|
2023-10-20 00:12:46 +01:00 |
|
daragh
|
dd0e55c9d6
|
added dmarc policy- relaxed for now but can be made more strict if needed
|
2023-10-19 23:51:23 +01:00 |
|
|
c7faf7734c
|
email: add pycon inbox
|
2023-10-19 22:13:22 +01:00 |
|
|
bea98fc9fc
|
fix: better email config, now with dns records
Deals with #32
|
2023-10-13 11:21:26 +01:00 |
|