Max Mazurov
adcb33d25d
Merge pull request #742 from foxcpp/dependabot/go_modules/golang.org/x/net-0.33.0
...
build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0
2025-01-24 16:58:41 +03:00
Max Mazurov
fd40288271
Merge pull request #737 from mschneider82/master
...
#736 : dmarc evalute added check if fromDomain is a TLD
2025-01-24 16:52:23 +03:00
dependabot[bot]
c0fd00de3e
build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.25.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-24 13:51:38 +00:00
Max Mazurov
4248fea606
Merge pull request #738 from foxcpp/dependabot/go_modules/golang.org/x/crypto-0.31.0
...
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0
2025-01-24 16:50:11 +03:00
dependabot[bot]
5be9baa7be
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.21.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 23:57:09 +00:00
Matthias Schneider
72416b0456
#736 : dmarc evalute added check if fromDomain is a TLD
2024-12-09 09:03:45 +01:00
Max Mazurov
5bb56e3777
Merge pull request #708 from w1kee/patch-1
...
fix possible missing "not" from documentation
2024-11-24 21:16:34 +03:00
Max Mazurov
dbd7203ed3
Merge pull request #707 from cuu508/patch-1
...
Fix typo receipients -> recipients
2024-11-24 19:17:16 +03:00
Max Mazurov
1b946d2d53
Merge pull request #698 from foxcpp/dependabot/go_modules/golang.org/x/net-0.23.0
...
build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0
2024-11-24 19:16:41 +03:00
fox.cpp
fc179fc54b
config/tls: Disable TLS session tickets
...
Workaround for Outlook delivery issues.
See https://github.com/foxcpp/maddy/issues/730
2024-11-24 19:11:52 +03:00
fox.cpp
cbeadf169c
storage/imapsql: Bump go-imap-sql version
...
Update includes proper check for modernc driver.
See #723
2024-08-31 15:26:32 +03:00
fox.cpp
f3a6f3241e
config/tls: Set min TLS version to 1.0
...
Better to have TLS 1.0 than no encryption at all.
Default Go client setting of TLS 1.2 is too restrictive
for mail infrastructure with lots of outdated servers.
2024-07-23 23:00:11 +03:00
w1kee
bbceeb0ce6
fix possible missing "not" from documentation
...
this changes the meaning of the sentence, but i think the "not" was intended to be there because the sentence sounds weird without it
2024-06-03 23:47:28 +02:00
Pēteris Caune
dd41af0252
Fix typo receipients -> recipients
2024-05-29 10:29:02 +03:00
dependabot[bot]
5b3a8685cd
build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.20.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 13:01:20 +00:00
fox.cpp
1d6cd8c35f
Bump go-imap-sql version
...
See #681 .
2024-02-14 20:22:51 +03:00
fox.cpp
2da4eceafb
target/queue: Use >= to check q.maxTries
...
See #678 .
2024-02-12 22:17:50 +03:00
fox.cpp
cee577790b
address: Special-case null return-path in normalization functions
...
See #629 .
2024-02-08 12:31:20 +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
Max Mazurov
170889581d
Merge pull request #672 from xiliuya/docs/docker/465-port
...
docs: fix docker command not open 465
2024-01-29 10:01:32 +03:00
xiliuya
65bfb1b0da
docs: change docker 0.7 version
2024-01-29 13:30:16 +08:00
Max Mazurov
394bc9ea81
Merge pull request #673 from nustiueudinastea/update-libdns-gandi
...
upgrade Gandi libdns to 1.0.3
2024-01-27 16:36:22 +03:00
fox.cpp
dd06ffe435
Add missing tls_client directive to ReadGlobals
...
See #674 .
2024-01-27 16:32:45 +03:00
fox.cpp
08671bc0e8
libdns/gandi: Re-add API keys support with deprecation warning
2024-01-27 16:30:38 +03:00
Alex Giurgiu
3a09117e9b
upgraded to the latest version of gandi libdns, which fixes an issue where new records could not be created
2024-01-26 15:23:01 +02:00
Max Mazurov
d8232a46d6
Merge pull request #670 from ToutPetitAdrien/master
...
Removing duplicated test case
2024-01-26 13:42:04 +03:00
xiliuya
31537181ae
docs: change docker latest version
2024-01-26 09:47:34 +08:00
xiliuya
07b40e2443
docs: fix docker command not open 465
2024-01-26 09:42:08 +08:00
Adrien Mulattieri
7ce4e6a759
Remove duplicated test case
2024-01-25 16:34:58 +01:00
fox.cpp
59d9435afa
maddy 0.7.1
2024-01-24 00:14:41 +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
ede85b4cd1
docs: Explicitly mention that referencing config block from global directive won't work
...
See #577 .
2024-01-22 00:29:16 +03:00
fox.cpp
28bdf6d33f
Make it easier to avoid permission issues when setting up maddy
...
1. Clarify that you need to manually create the user and group
when building from source. ./build.sh does not do that since
it is a packaging tool, not system configuration one.
2. Do not require "go" command to be present when running
./build.sh install. go installation may be user-specific and
unavailable when running with sudo.
3. Ease UMask restrictions. Allow group access.
This allows CLI commands to be run by any user in maddy group.
See #569 .
2024-01-21 21:57:00 +03:00
fox.cpp
a2f8916183
docs: Fix README CI badge
...
Finally
2024-01-21 20:58:05 +03:00
fox.cpp
a8e8c4a085
Pin libdns/alidns by commit hash again
...
Like 44dc130e43
.
2024-01-21 20:57:49 +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
5b5fb72b02
go get -u ./... && go mod tidy
2024-01-21 19:07:43 +03:00
fox.cpp
09c9486999
ci: Add apt-get update
2024-01-21 15:03:16 +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
301c47d815
ci: Bump used Ubuntu version
2024-01-20 20:57:37 +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
Max Mazurov
d47b178e9d
Merge pull request #667 from fluidum/patch-1
...
Update remote.md
2024-01-20 19:56:45 +03:00
fluidum
9c4438af2b
Update remote.md
...
1. fixed security levels href
2. changed default of min_tls_level (https://github.com/foxcpp/maddy/blob/master/maddy.conf )
2024-01-18 14:09:26 +02:00
Max Mazurov
b0d68ed147
Merge pull request #662 from rebane2001/docs-patch-1
...
Fix escape on authorization page
2024-01-11 11:16:32 +03:00
Lyra Rebane
0318480606
Fix escaping
2024-01-09 23:30:19 +02:00
Max Mazurov
145bf3cfbe
Merge pull request #648 from testwill/ioutil
...
chore: remove refs to deprecated io/ioutil
2023-12-21 19:18:38 +03:00
Max Mazurov
c5f72ef59c
Merge pull request #657 from foxcpp/dependabot/go_modules/golang.org/x/crypto-0.17.0
...
build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
2023-12-21 18:02:39 +03:00
dependabot[bot]
0000f92f16
build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 23:38:24 +00:00