missytake
d11038b7b3
DNS: out() instead of print()
2024-12-20 10:46:42 +01:00
missytake
88a8dc905b
DNS: recommend cmdeploy dns --all in the README
2024-12-20 10:46:42 +01:00
missytake
a2fbb5dc37
add changelog
2024-12-20 10:46:42 +01:00
missytake
97c31e3820
fix tests
2024-12-20 10:46:42 +01:00
missytake
08c88caa46
CI: test all DNS records
2024-12-20 10:46:42 +01:00
missytake
8e5174ae44
DNS: add -all to cmdeploy dns
2024-12-20 10:46:42 +01:00
missytake
69fe5eac2b
DNS: more elegant solution to fix mta-sts record
2024-12-17 18:27:56 +01:00
missytake
46f6a07239
Revert "DNS: fix _mta-sts TXT record on initial setup"
...
This reverts commit 6d4af3cf0c .
2024-12-17 18:27:56 +01:00
missytake
b268efbc6e
DNS: fix _mta-sts TXT record on initial setup
2024-12-17 18:27:56 +01:00
link2xt
95f8c4b269
Update iroh and remove iroh. subdomain
2024-11-09 01:02:20 +00:00
missytake
12217437e3
cmdeploy: install curl for downloading iroh
2024-11-02 15:54:11 +00:00
missytake
35a254fc1c
acmetool: only request iroh certificate if it's required
2024-10-31 18:10:58 +01:00
missytake
2c0b659893
dns: add iroh CNAME to zonefile
2024-10-31 18:10:58 +01:00
holger krekel
fe51dbd844
streamline
2024-10-31 17:30:09 +01:00
holger krekel
99fbe1d4c4
Apply suggestions from code review
...
Co-authored-by: missytake <missytake@systemli.org >
2024-10-31 17:30:09 +01:00
holger krekel
d3e71aa394
streamline intro, mention IP addresses
2024-10-31 17:30:09 +01:00
holger krekel
72df078d02
add support for specifying whole domains for passthrough
2024-10-30 17:17:08 +01:00
missytake
8ea96e505e
dovecot: fix syntax error
2024-10-30 16:34:53 +01:00
missytake
a5fd5cfb55
dovecot: disable anvil authentication penalty
...
fix #441
2024-10-30 16:34:53 +01:00
missytake
3098afb342
CI: fix accepting ns.testrun.org SSH Host Key
2024-10-30 13:30:44 +01:00
missytake
dfc1042a3f
CI: fix #422 nested acme&dkimkeys folders
2024-10-30 13:30:44 +01:00
holger krekel
af17b459ba
also change privacy policy to circumscribe iroh-relay services
2024-10-30 13:30:44 +01:00
missytake
aae05ac832
CI: set necessary DNS records before cmdeploy run, so it doesn't fail
2024-10-30 13:30:44 +01:00
link2xt
5048bde6d0
Deploy iroh relay
2024-10-30 13:30:44 +01:00
missytake
b92d9c889b
doc: use ssh+tar to transfer vmail + dkimkeys as well
2024-10-29 17:17:17 +01:00
link2xt
c35c44ad8d
Replace rsync with tar
2024-10-29 17:17:17 +01:00
missytake
a9779d7e7c
add changelog
2024-10-29 17:17:17 +01:00
missytake
70f77a93ea
doc: fix step 9 -> step 6
...
Co-authored-by: holger krekel <holger@merlinux.eu >
2024-10-29 17:17:17 +01:00
missytake
ebed7ebf5e
doc: migration guide should use new --ssh-host command
2024-10-29 17:17:17 +01:00
missytake
648bf53e83
Guide on how to migrate chatmail to a new host
...
This guide doesn't require knowing about firewalls,
but utilizes the `cmdeploy run --disable-mail` command from #428 .
supercedes #417
2024-10-29 17:17:17 +01:00
missytake
75f11e68de
updated privacy policy to testrun UG
2024-10-29 16:53:33 +01:00
missytake
579e6fd1cd
added changelog
2024-10-29 16:53:04 +01:00
missytake
30392df901
cmdeploy: add argument to specify different SSH host than mail_domain
2024-10-29 16:53:04 +01:00
link2xt
7f3f69fa72
fix: increase request_queue_size for UNIX sockets to 1000
...
Default value is 5.
This setting was lost during refactoring in commit bf0f6e2303
2024-10-27 14:20:42 +00:00
missytake
3e646efee9
add PR link to CHANGELOG.md
2024-10-27 12:23:03 +01:00
Mark Felder
8fe173439d
Dovecot quota_max_mail_size to use the Chatmail max_message_size value
2024-10-27 12:23:03 +01:00
holger krekel
48fdff6700
fix wrong ref in changelog
2024-10-23 13:49:46 +02:00
link2xt
5055434e48
Fix OpenPGP payload check
...
Replace \r\r\n in literal.eml test with \r\n
to make `test_filtermail_no_literal_packets`
actually reach `check_openpgp_payload()`
and make `check_openpgp_payload()` more strict.
2024-10-22 18:41:27 +00:00
missytake
bbf508d95e
docs: nicer linebreaks
2024-10-16 16:45:06 +02:00
missytake
80cbdda772
docs: mention the chatmail.ini in the cmdeploy description
2024-10-16 16:45:06 +02:00
missytake
babdff361c
docs: more details for the repo overview #419
2024-10-16 16:45:06 +02:00
missytake
15f30d8841
cmdeploy: flag to disable postfix + dovecot for migration
2024-10-16 12:15:59 +02:00
link2xt
737ab54bf2
ci: test cmdeploy dns only once
...
It should be reliable.
2024-10-16 12:06:55 +02:00
link2xt
20fa5d9656
Query autoritative nameserver directly to bypass DNS cache
...
unbound-control is not installed out of the box
and even once installed `flush_zone` does not seem
to work reliably.
Instead of trying to flush the cache from unbound,
we now query authoritative nameserver directly using `dig`.
2024-10-15 22:19:47 +00:00
link2xt
a2f2e04ff9
fix: set acme_account_url even if some DNS records are not set
...
perform_initial_checks may exit early
and not add `acme_account_url` if required DNS
records are not found.
In this case other `cmdeploy run` fails
with KeyError.
To avoid this, `acme_account_url` should always be set.
Unlike DNS checks, running acmetool
may not fail due to network errors,
so it is more reliable and should be checked first.
2024-10-15 16:10:36 +00:00
link2xt
7573ef928f
mention wireguard
2024-10-14 12:22:02 +02:00
link2xt
46297d4839
Document setting up DNAT
2024-10-14 12:22:02 +02:00
link2xt
5515607b63
Setup mtail ( #388 )
...
Co-authored-by: holger krekel <holger@merlinux.eu >
2024-10-14 09:18:35 +00:00
link2xt
d0ed8830f7
Add IMAP capabilities instead of overwriting them
...
I wanted to add `COMPRESS=DEFLATE`,
but it should be added only for sessions
that are logged in because `COMPRESS`
command does not work before logging in.
Dovecot already does it correctly
if we don't overwrite the capability string.
2024-10-13 20:18:34 +02:00
link2xt
a6bdbb748b
Set CAA record flags to 0
2024-09-15 02:57:38 +00:00