373
4eeead2826
feat: increases default max mailbox size
...
this changeset increases the default max mailbox or quota size per a conversation in our development channel
2025-12-26 20:46:03 +01:00
link2xt
0d890274fd
feat: use daemon_name for OpenDKIM sign-verify decision instead of IP
...
On FreeBSD 127.0.0.2 is not assigned to any interface by default,
so 127.0.0.2 source address hack cannot be used to make OpenDKIM
verify the signature instead of signing.
This change sets InternalHosts to `-` so no IP addresses
make OpenDKIM sign the message. Instead of IP address,
OpenDKIM in the outgoing pipeline is explicitly told
to sign messages by setting `{daemon_name}` macro to `ORIGINATING`.
2025-12-19 17:09:33 +00:00
link2xt
7191329a9f
chore(release): prepare for 1.9.0
1.9.0
2025-12-18 23:49:48 +00:00
link2xt
1ae4c8451a
ci: run tests against ci-chatmail.testrun.org instead of nine.testrun.org
2025-12-18 23:06:05 +00:00
holger krekel
f04a624e19
fix: use absolute path instead of relative path, and streamline some code parts according to comments at https://github.com/chatmail/relay/pull/785
2025-12-18 23:31:39 +01:00
holger krekel
24e3f33acd
fix: expire messages also from DeltaChat IMAP subfolders
2025-12-18 23:04:50 +01:00
link2xt
610843a44a
docs: add RELEASE.md and CONTRIBUTING.md
2025-12-18 09:21:19 +01:00
link2xt
966754a346
chore: setup git-cliff
...
I am running git-cliff 2.11.0.
Ran `git-cliff --init` to generate `cliff.toml`.
Removed emojis, replaced `doc` with `docs` to match chatmail core
convention.
2025-12-18 09:21:19 +01:00
link2xt
87153667ed
chore: update the heading in the CHANGELOG.md
...
I have checked that nobody added any entries since 1.8.0 was released.
2025-12-17 21:18:02 +00:00
holger krekel
abe0cb5d08
address cliff's comments about dovecot/postfix
2025-12-17 16:21:40 +01:00
missytake
8c8c37c822
postfix: restart automatically on failure
2025-12-17 16:21:40 +01:00
missytake
e7bed4d2a1
dovecot: restart automatically on failure
2025-12-17 16:21:40 +01:00
j4n
df21076e9b
acmetool: use a fixed name and reconcile instead of want
2025-12-17 11:57:41 +01:00
missytake
70da217442
opendkim: only display last sigerror
2025-12-17 10:39:50 +01:00
missytake
40fd62c562
opendkim: report DKIM error code in SMTP response
2025-12-17 10:39:50 +01:00
cliffmccarthy
d76b33def1
feat: Remove echo from passthrough recipients
2025-12-17 10:35:47 +01:00
cliffmccarthy
bab3de9768
feat: Remove echobot user from deployment
2025-12-17 10:35:47 +01:00
cliffmccarthy
49c66116bf
feat: Remove echobot special cases
2025-12-17 10:35:47 +01:00
373
9bf99cc8a9
removes development notice
2025-12-16 15:06:45 +01:00
Mark Felder
1188aed061
Related: Add the Chatmail Cookbook project
2025-12-14 20:32:08 +01:00
Mark Felder
e15b8ebf11
docs README update
...
There is no sphinx-build to pip install
2025-12-14 20:31:19 +01:00
missytake
c84ddf69e8
add missing changelog entries
1.8.0
2025-12-12 14:18:42 +01:00
missytake
96fc3d9ff6
tests: don't let test_status_cmd test server state
2025-12-12 14:00:53 +01:00
missytake
4b5e8feb96
ci: run test_status_cmd at the end to avoid flakiness
2025-12-12 14:00:53 +01:00
Rodrigo Camacho
c98853570b
updated location of the documentation for custom webpage location
2025-12-11 22:50:02 +01:00
Simon Laux
bad356503e
Merge pull request #745 from chatmail/simon/i744
...
fix: Handle case where user followed the tutorial and set the CNAME reccord for mta-sts, but no TXT record for it yet.
2025-12-11 22:41:14 +01:00
adb
dba48e88d1
Merge pull request #760 from chatmail/adb/issue-734
...
add imap_compress option to chatmail.ini
2025-12-11 08:33:41 +01:00
adbenitez
3ae8834cbe
update changelog
2025-12-11 08:33:24 +01:00
adb
81391f4066
Update cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2
...
Co-authored-by: missytake <missytake@systemli.org >
2025-12-10 20:43:03 +01:00
adbenitez
55cfd00505
add imap_compress option to chatmail.ini
2025-12-09 09:32:53 +01:00
holger krekel
b000213c68
remove echobot from relay deployment and make sure it's un-installed during "cmdeploy run"
2025-12-07 20:14:35 +01:00
link2xt
51d16b6bb8
Add hpk42 SSH key to staging server for debugging
2025-12-07 20:13:38 +01:00
link2xt
2beba8c455
ci: add deployment environments for all deployment workflows
...
Code posting the link to comments is removed
as deployment URLs are directly visible in the UI.
2025-12-07 15:21:44 +01:00
link2xt
33c67d22fa
Add execnet dependency
2025-12-07 15:21:44 +01:00
j4n
166bf68915
Remove DKIM-Signature from incoming mail after checking ( #747 )
...
The original https://github.com/chatmail/relay/pull/533 attempted to remove the header through postfix, but that is too early. Instead, remove the headers in the OpenDKIM `final.lua` script after the validation.
2025-12-04 12:23:27 +01:00
Treefit
abb70a6b14
Handle case where user followed the tutorial and set the CNAME reccord
...
for mta-sts, but no TXT record for it yet.
2025-11-28 09:34:44 +01:00
Maikel Frias Mosquea
96108bbaba
fix: cmdeploy webdev now works as intended
...
Before: cmdeploy webdev just kept running non-stop regeneration of the
files with this it truly stop unless there's an actual change.
2025-11-25 22:26:47 +01:00
Mark Felder
8f68672e31
FreeBSD/pf example: fix small inconsistency
...
harmless, but better to be consistent
2025-11-21 10:02:44 +01:00
Mark Felder
9e6e3af534
Proxy example for FreeBSD/pf
2025-11-20 17:03:31 +01:00
missytake
fa5a6a64b3
opendkim: use opendkim as selector as before
2025-11-16 19:53:54 +01:00
holger krekel
6b7c002e24
use non-underscore naming for basedeploy helpers
2025-11-16 19:53:54 +01:00
holger krekel
4b2f98788d
remove unneeded __init__ files
2025-11-16 19:53:54 +01:00
holger krekel
13faa42abd
shift mtail deployer to subdir
2025-11-16 19:53:54 +01:00
holger krekel
7c12136991
move out nginx deployer
2025-11-16 19:53:54 +01:00
holger krekel
3637bba5dc
move dovecot deployer out to dovecot/ directory
2025-11-16 19:53:54 +01:00
holger krekel
e2b157bd96
move postfix deployer to postfix directory
2025-11-16 19:53:54 +01:00
holger krekel
83abb3a3e1
factor out opendkim deployer
2025-11-16 19:53:54 +01:00
link2xt
2e3e3101b6
Add robots.txt to exclude all web crawlers
2025-11-16 10:31:14 +00:00
missytake
213d68ed02
acmetool: accept new Let's Encrypt Terms of Services ( #729 )
2025-11-16 09:51:39 +01:00
link2xt
68cc6676ef
Update changelog
2025-11-15 10:51:04 +00:00