missytake
|
015269fa7b
|
test: test that there is no internal limit (xfail for now)
|
2023-10-18 19:02:40 +02:00 |
|
missytake
|
b8673d8625
|
postfix: add simple rate limiting without allow list or leaky bucket, also for internal mail
|
2023-10-18 19:02:40 +02:00 |
|
missytake
|
31c71fa6e9
|
add test for postfix rate limiting
|
2023-10-18 19:02:40 +02:00 |
|
holger krekel
|
8fcd423015
|
apply most of linkxt review comments
|
2023-10-18 18:59:01 +02:00 |
|
holger krekel
|
df39d05263
|
doc the test
|
2023-10-18 18:59:01 +02:00 |
|
holger krekel
|
05ce4f769b
|
make test more readable
|
2023-10-18 18:59:01 +02:00 |
|
holger krekel
|
8dc05ba7ec
|
also test that external addresses fail to be forged
|
2023-10-18 18:59:01 +02:00 |
|
holger krekel
|
6701c9749c
|
refactor test to be more strict
|
2023-10-18 18:59:01 +02:00 |
|
holger krekel
|
c6d8f7e759
|
initial forged-from protection
|
2023-10-18 18:59:01 +02:00 |
|
link2xt
|
76765164dc
|
Deploy nginx and autoconfig XML
|
2023-10-18 18:32:28 +02:00 |
|
link2xt
|
1ea25eb28c
|
Add /etc/mailname
|
2023-10-17 19:27:57 +00:00 |
|
missytake
|
f333226abe
|
dictproxy: make NOCREATE_FILE a constant; log warning if creating account fails
|
2023-10-17 20:03:18 +02:00 |
|
missytake
|
45fe8a668b
|
tests: pass CLI arguments to pytest, don't run chatmails tests in weird subdir
|
2023-10-17 20:03:18 +02:00 |
|
missytake
|
beac91159d
|
tests: install doveadm for being able to run dictproxy tests
|
2023-10-17 20:03:18 +02:00 |
|
missytake
|
75e7c85e61
|
tests: adjust to dictproxy, test /tmp/nocreate
|
2023-10-17 20:03:18 +02:00 |
|
missytake
|
040b7a74a6
|
doveauth: don't create users if /tmp/nocreate exists
|
2023-10-17 20:03:18 +02:00 |
|
missytake
|
0138e59355
|
doveauth: removed doveauth.py from the project
|
2023-10-17 20:03:18 +02:00 |
|
holger krekel
|
fffbdc10c3
|
minimize capabilities
|
2023-10-17 01:22:19 +02:00 |
|
holger krekel
|
3419e359c8
|
create build venv in chatmaild/venv
|
2023-10-17 00:35:07 +02:00 |
|
holger krekel
|
0b051f8154
|
move deploy.py file and revamp README
|
2023-10-17 00:35:07 +02:00 |
|
link2xt
|
5936f7a3be
|
postfix: disable virtual and local MDAs
We do not need them, all mails are delivered to Dovecot over LMTP.
|
2023-10-16 22:21:39 +00:00 |
|
link2xt
|
983ffa6236
|
Disable acmetool redirector
|
2023-10-16 22:12:45 +00:00 |
|
holger krekel
|
b74fde2a9f
|
add postfix instrumented debugging
|
2023-10-16 23:38:02 +02:00 |
|
holger krekel
|
e176595f1f
|
add global debug flag and instrument dovecot with it
|
2023-10-16 23:38:02 +02:00 |
|
link2xt
|
179c79a052
|
Allow to send securejoin
|
2023-10-16 21:15:56 +00:00 |
|
link2xt
|
408da296f1
|
test.sh: do not run slow tests by default
|
2023-10-16 20:13:41 +00:00 |
|
missytake
|
192238567b
|
add some initial benchmarks
Co-Authored-By: holger krekel <holger@merlinux.eu>
|
2023-10-16 21:51:53 +02:00 |
|
holger krekel
|
c35e485510
|
an empty message in the handler means EOF
|
2023-10-16 21:49:56 +02:00 |
|
holger krekel
|
1bac4b5b46
|
generalize remotelog to "remote" and offer remote.iter_output method
|
2023-10-16 20:49:30 +02:00 |
|
holger krekel
|
63a7ad82ff
|
fix capturing of logging to capture postfix better
|
2023-10-16 20:49:30 +02:00 |
|
holger krekel
|
37ef3f13b4
|
fix bugs
|
2023-10-16 20:49:30 +02:00 |
|
holger krekel
|
9dfd0ceb5a
|
simplify and speedup multi-chatmail instance support
|
2023-10-16 20:49:30 +02:00 |
|
holger krekel
|
55c58e3c7a
|
add support for using a second chatmail server
|
2023-10-16 20:49:30 +02:00 |
|
holger krekel
|
c2692c7e92
|
introduce remotelog fixture for capturing systemd-unit logs
|
2023-10-16 20:49:30 +02:00 |
|
missytake
|
ea5eccf377
|
plan: seen messages should be expunged, too
|
2023-10-16 17:56:51 +02:00 |
|
missytake
|
c9ecf24b3e
|
dovecot: expunge seen messages older than 40 days each night
|
2023-10-16 17:56:51 +02:00 |
|
holger krekel
|
b943f24587
|
apply nami's suggestions (chatmail SSH env var, running --slow in test.sh)
|
2023-10-16 17:52:08 +02:00 |
|
holger krekel
|
df00333a19
|
also show the chatmail instance prominently in the test header
|
2023-10-16 17:52:08 +02:00 |
|
holger krekel
|
4fc63461fb
|
- introduce pytest.mark.slow marker and "--slow" CLI option
- refactor login tests to allow running them against both imap/smtp
|
2023-10-16 17:52:08 +02:00 |
|
holger krekel
|
00af333694
|
test works by logging into remote machine and checking the dovecot quota log
|
2023-10-16 15:19:29 +02:00 |
|
holger krekel
|
c9fd133942
|
improved test but still not doing what it should
|
2023-10-16 15:19:29 +02:00 |
|
holger krekel
|
caed6a3754
|
some fixes but still not quite running through
|
2023-10-16 15:19:29 +02:00 |
|
holger krekel
|
f71d372491
|
add a quota test (inspired by nami's #21 ) and try to get postfix/dovecot to implement the limit and the test to pass (it doesn't yet)
|
2023-10-16 15:19:29 +02:00 |
|
missytake
|
6debf11f6f
|
sieve is not installed and we don't need it
|
2023-10-16 15:19:29 +02:00 |
|
holger krekel
|
60e1671062
|
make quota work
|
2023-10-16 15:19:29 +02:00 |
|
missytake
|
3c57155c40
|
fix: typo in postfix/master.cf
|
2023-10-16 01:31:03 +02:00 |
|
link2xt
|
cf1be90115
|
Switch from BLF-CRYPT to SHA512-CRYPT
|
2023-10-15 21:42:14 +00:00 |
|
link2xt
|
5781d3b04e
|
Make scripts/measure_tls_and_logins.py executable
|
2023-10-15 21:42:14 +00:00 |
|
link2xt
|
862b09d268
|
dovecot: enable authentication cache
|
2023-10-15 21:42:14 +00:00 |
|
link2xt
|
9b438a7a96
|
Test different users logging in with the same password
|
2023-10-15 21:42:14 +00:00 |
|