Commit graph

379 commits

Author SHA1 Message Date
Max Mazurov
fa47d40f6d
Merge pull request #760 from mlipscombe/issue-688
fix: make `tls_client` configuration work in `target.smtp` block, fixes foxcpp/maddy#688
2025-03-09 15:44:30 +03:00
fox.cpp
63420d1bef
target/smtp: Fix-up default value for tls_client 2025-03-09 15:39:22 +03:00
Mark Lipscombe
68e3065663 fix: correctly announce SASL LOGIN capabilty 2025-02-10 08:48:08 -05:00
Mark Lipscombe
0e953a824b fix: make tls_client configuration work in target.smtp block 2025-02-10 08:41:48 -05:00
fox.cpp
01c65cfb0e
Finally fix tests
Took way too long.
2025-02-02 13:14:11 +03:00
fox.cpp
ef7fa210dc
Slightly improve debug logging for complex authentication pipelines 2025-02-01 19:25:16 +03:00
fox.cpp
1d044249c2
endpoint/smtp: Fix auth_map ignored 2025-02-01 19:25:16 +03:00
Max Mazurov
c852199ec9
Merge pull request #754 from prologic/gcore_dns
Add support for GCore DNS
2025-01-30 21:51:54 +03:00
James Mills
b4e8716bba
Add support for GCore DNS 2025-01-30 22:27:20 +10:00
fox.cpp
187fc66be1
Fix-up c48332a940 2025-01-29 23:38:08 +03:00
fox.cpp
b3ebe4b81e
endpoint/smtp: Drop duplicate RunEarlyChecks call 2025-01-28 23:35:08 +03:00
fox.cpp
c48332a940
auth/sasl: Add missing usernameForAuth call 2025-01-28 23:34:52 +03:00
fox.cpp
06fd5249d2
cli/ctl: Add --no-specialuse flag for imap-acct create 2025-01-28 23:34:03 +03:00
fox.cpp
69b434f341
tests: Allow to run maddyctl commands in integration tests 2025-01-28 23:33:37 +03:00
fox.cpp
be0ec6b7cf
target/smtp: Check-in accidentally reverted attempt_starttls changes 2025-01-25 14:51:35 +03:00
fox.cpp
7f7903a645
Fix more linter warnings 2025-01-24 23:48:50 +03:00
fox.cpp
d7dd6ef845
Fix more linter warnings 2025-01-24 23:44:50 +03:00
fox.cpp
dbc030c267
Clean-up lint warnings 2025-01-24 23:34:09 +03:00
fox.cpp
120c5c9ea2
endpoint: Clean-up dead auth_map code 2025-01-24 23:12:45 +03:00
fox.cpp
78e4600a17
Upgrade all dependencies
1. go-smtp is replaced by a fork that reverts StartTLS removal.
2. SASL LOGIN is no longer supported by upstream go-sasl, readded disabled by default.
3. Updated endpoint code to match new go-smtp authentication interfaces.
4. certmagic repo had some renames
5. Minimum Go version increased to 1.23 to match dependencies.
2025-01-24 21:29:48 +03:00
fox.cpp
e4f8b0da70
Merge remote-tracking branch 'origin/dev' 2025-01-24 18:50:28 +03:00
Max Mazurov
3d4e60ac20
Merge branch 'dev' into dev 2025-01-24 16:55:18 +03:00
Matthias Schneider
72416b0456 #736: dmarc evalute added check if fromDomain is a TLD 2024-12-09 09:03:45 +01:00
Pēteris Caune
dd41af0252
Fix typo receipients -> recipients 2024-05-29 10:29:02 +03:00
Robert Coleman
198a9a3fb5
add ACME-DNS provider for libdns 2024-03-16 16:09:02 +13:00
Louis Guidez reind33r
eeb49621f4 libdns/rfc2136 use snake_case instead of PascalCase for configuration directives; clarify the meaning of the configuration directives 2024-02-15 23:55:55 +01:00
reind33r
250ee6fd87 libdns/rfc2136 added as a provider 2024-02-14 00:32:31 +01:00
fox.cpp
2da4eceafb
target/queue: Use >= to check q.maxTries
See #678.
2024-02-12 22:17:50 +03:00
fox.cpp
4a69c9e944
Fix-up 7bdc981eac 2024-01-30 01:24:44 +03:00
fox.cpp
7bdc981eac
target/remote: Improve handling of stale connections in pool
1. Apply conn_max_idle_time to each connection individually,
not pool bucket.

2. Include local_addr in some log messages to help identify
individual connections in the pool.

3. Run conn.Close outside of keysLock and asynchronously. Ensures
slow server or dead connection won't cause pool operations to hang.

4. Set 5 second timeout for QUIT call in conn.Close.
To detect dead connections faster, there is no reason for any
server to take more than 5 seconds to respond to QUIT.

See #675.
2024-01-29 23:52:05 +03:00
fox.cpp
dd5f8a68da
tls/acme: Actually use test_ca 2024-01-29 23:52:05 +03:00
fox.cpp
08671bc0e8
libdns/gandi: Re-add API keys support with deprecation warning 2024-01-27 16:30:38 +03:00
Adrien Mulattieri
7ce4e6a759 Remove duplicated test case 2024-01-25 16:34:58 +01:00
fox.cpp
798c411824
Merge branch 'master' into dev 2024-01-22 00:43:53 +03:00
Martin Matous
c67955ef0d
fix(session): detect canceled lookup correctly
cancelation is not DNSError, so UnwrapDNSErr() returns "" as reason

Signed-off-by: Martin Matous <m@matous.dev>
2024-01-22 00:40:38 +03:00
fox.cpp
ab94e0bb95
check/spf: Handle empty MAIL FROM in accordance with RFC 7208
See #652.
See #603.
2024-01-21 20:01:00 +03:00
fox.cpp
db0874c2be
Migrate to latest go-smtp version
Fixes #661 among other minor things.
2024-01-21 14:41:57 +03:00
fox.cpp
66185b90bb
storage/imapsql: Add support for transpiled SQLite driver
May have slightly worse single-user perfomance than
go-sqlite3 (CGo) but also may scale better due to Go goroutines
being used instead of C threads.

Also improves compatibility, making installation easier
esp. if users do not have working C toolchain installed.
See #666.
2024-01-20 20:53:05 +03:00
guoguangwu
8431eae5e5 chore: remove refs to deprecated io/ioutil 2023-11-16 15:52:52 +08:00
fox.cpp
d9920f0763
tls/acme: Return certmagic.New config in GetConfigForCert
Might have caused partially broken configurations e.g. #619.
2023-08-23 16:55:04 +03:00
fox.cpp
b8ff1168a0
smtpconn/pool: Fix idle connections (almost) never cleaned up
See #596.
2023-08-23 16:20:50 +03:00
fox.cpp
466906e8dc
mxauth: Fix a few nits in MX auth code 2023-08-23 16:20:04 +03:00
fox.cpp
17b76d95e3
target/remote: Fix isVerifyError not working correctly on Go 1.20
On Go 1.20, *tls.CertificateVerificationError is returned that
wraps x509 errors.

See #612.
2023-08-23 15:43:35 +03:00
Martin Matous
dbb424f164
fix(milter): remove erroneous path check
A remnant of d0e7df023c when milter.NewClient() didn't accept path.

Signed-off-by: Martin Matous <m@matous.dev>
2023-08-22 17:52:22 +02:00
fox.cpp
de756c8dc5
tls/acme: Add support for DNS-01 domain delegation
See #588.
2023-05-29 22:19:47 +03:00
Pēteris Caune
681976cc7b
Fix typos 2023-05-23 09:32:51 +03:00
Litrop
6401870244 ServerName is also used by StartTLS. 2023-04-29 10:12:39 +00:00
Aleksei Zhukov
3c4fe105cd
Proxy protocol support for SMTP and IMAP 2023-04-16 14:40:57 -05:00
fox.cpp
f5def9cb04
Merge branch '0.6-fixes' 2023-03-14 00:25:11 +03:00
fox.cpp
9f58cb64b3
auth: Actually check SASL identity argument before using it
Fixes GHSA-4g76-w3xw-2x6w.
2023-03-14 00:20:40 +03:00