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
fox.cpp
60c2530604
Bump go-imap-sql version
...
Increases open mailbox limit to 100k.
2023-03-13 11:11:28 +03:00
fox.cpp
6ef80e8335
Unbreak tests
2023-03-12 15:40:25 +03:00
Max Mazurov
ca44d0e036
Merge pull request #566 from arisudesu-forks/loop-extract
...
Extract mapping lookup from loop
2023-03-12 14:09:31 +03:00
fox.cpp
a7001ab730
Implement auth_map and storage_map at endpoint level
...
This makes auth_map do what its name implies. Old auth_map in storage
module is deprecated and will be removed in the next release.
2023-03-12 13:52:04 +03:00
fox.cpp
43c0325708
table: Implement email_localpart_optional module
2023-03-08 16:14:03 +03:00
fox.cpp
8083ffaf31
table: Implement email_with_domains module
2023-03-08 16:10:37 +03:00
fox.cpp
75d286f39d
config: Add EnumMapped, EnumListMapped generic helpers
2023-03-08 13:06:24 +03:00
Max Mazurov
0dc6c2d62a
Merge pull request #567 from the-maldridge/netauth-docs
...
docs/reference/auth: Add information about netauth support
2023-03-08 12:12:33 +03:00
Max Mazurov
a48471d6e5
Merge pull request #573 from foxcpp/dependabot/go_modules/golang.org/x/net-0.7.0
...
build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0
2023-03-08 12:01:33 +03:00
dependabot[bot]
7763ccf20c
build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 01:57:59 +00:00
Michael Aldridge
0010c9d3d9
docs/reference/auth: Add information about netauth support
2023-02-05 14:37:29 -06:00
fox.cpp
96fce6b7e0
maddy 0.7.0
2023-02-05 22:42:21 +03:00
fox.cpp
b8f7ca7d33
go get -u ./... && go mod tidy
...
Except github.com/lib/pq, it stays on 1.10.6 since 1.10.7
seems to introduce a breaking change.
2023-02-05 22:26:31 +03:00
fox.cpp
f16506ae1c
module: Fix ModSpecificData initialization
2023-02-05 22:25:34 +03:00
fox.cpp
0c534f5231
target: Fix tests to use support go-smtp
2023-02-05 16:37:24 +03:00
fox.cpp
1db37f91b1
Merge branch 'dev'
2023-02-05 16:32:55 +03:00
fox.cpp
6453363eb5
docs: Improve authorize_sender documentation
...
Add prepare_email description. Expand user_to_email description.
See #565 .
2023-02-05 16:17:13 +03:00
Arisu Desu
ff52e693d1
Fix undefined variable err
2023-01-28 14:26:49 +03:00
Arisu Desu
1a603a4e53
Extract mapping lookup from loop
2023-01-28 14:10:45 +03:00
fox.cpp
9a87d73383
Bump go-imap-sql version
...
See #549 .
2023-01-20 02:19:58 +03:00
fox.cpp
2dab873f50
Bump required Go version to 1.18
2023-01-08 18:00:55 +03:00
fox.cpp
44dc130e43
Bump libdns implementations versions to dev versions
...
Done to make sure go.mod references commits rather than tags.
There is some evidence libdns developers overwrite them, causing
go.sum failures when building maddy. The only known offenders
are libdns/alidns and libdns/gandi, but I did the change for all
libdns implementations just in case.
See #461 .
2023-01-08 17:02:31 +03:00
fox.cpp
dc11656726
Bump go-imap-mess version
2023-01-08 16:44:37 +03:00
fox.cpp
e6518a0d3c
Improve domain validation function
...
Now FQDNs are accepted as well (with trailing dot).
Empty strings are not considered valid.
Label length for IDNs is checked using Punycode form as it should.
See https://github.com/foxcpp/maddy/issues/554
2023-01-08 15:33:54 +03:00
Max Mazurov
99a60e5b3e
Merge pull request #561 from cfbraun/master
...
fix: allow empty From address to match with TakeMsg
2023-01-02 22:47:27 +03:00
Carl-Friedrich Braun
7c9138decf
fix: allow empty From address to match with TakeMsg
2023-01-02 12:11:15 +01:00
Max Mazurov
01ff37a9c5
Merge pull request #559 from domcyrus/fix-race-on-table-file
...
fix race condition on table.file #557
2022-12-05 17:22:02 +03:00
Marco Cadetg
5a36bd02c9
improve file test a bit further
2022-12-03 10:26:32 +01:00
Marco Cadetg
4c264c974d
fix race condition on table.file #557
2022-12-03 10:06:14 +01:00
Max Mazurov
7c3aab270d
Merge pull request #545 from pouriya/remove-maddyctl-from-docs
...
doc: replace `maddyctl` with `maddy`
2022-12-02 16:47:24 +03:00
Max Mazurov
e1b3391db3
Merge pull request #537 from arush15june/feat-s3-creds
...
internal/storage/blob/s3: add iam, aws config file, minio config file configurable credentials
2022-11-16 15:22:05 +03:00
Pouriya Jahanbakhsh
46dcef4110
doc: replace maddyctl
with maddy
2022-11-06 11:32:23 +03:30
Max Mazurov
5e84fa4373
Merge pull request #547 from angelnu/fix_ldap_hang
...
fixes #546 - ldap hang
2022-10-30 18:06:54 +03:00
angelnu
b98a283cc3
fixes #546 - ldap hang
2022-10-26 23:18:27 +00:00
Max Mazurov
dbf14fa083
Merge pull request #544 from thohui/fix-typo
...
fix: typo
2022-10-05 22:44:27 +03:00
Thomas Huisman
c0ccb95120
fix: typo
2022-10-05 01:23:51 +02:00
fox.cpp
c102d6242b
Merge pull request #532 into dev
2022-09-20 12:39:35 +03:00
Aarush Ahuja
587f380935
feat: add iam, aws config file, minio config file configurable credentials for s3 blob storage
2022-09-14 18:48:20 +05:30
fox.cpp
ab4aefa955
Merge branch 'master' into dev
2022-09-13 12:42:47 +03:00
Michael Aldridge
86d3d89f95
internal/auth: Add native NetAuth authentication integration.
...
NetAuth is an easy to deploy and manage organizational source of truth
for identity and group management. This commit adds support for maddy
to ask NetAuth about authentication using the native protocol.
2022-09-12 21:56:32 -05:00
fox.cpp
f4f0ec7f88
Bump SPF library version
...
From library changelog:
mx: Continue on DNS response with invalid names
On MX lookups, if there is one invalid MX record (for example, pointing
to an IP address instead of a name), Go will return an error and also
the valid records.
Today, we just fail this lookup as if we had a DNS error.
However, the SPF is not clear about this specific case, and all other
popular implementations will just ignore the invalid record and keep
processing using the valid ones.
This patch makes us match common practice.
2022-09-12 21:30:50 +03:00
fox.cpp
f7107d4a92
docs: Improve description of how delivery_map is supposed to be used for custom authentication support
2022-09-11 20:58:40 +03:00
fox.cpp
d54237f856
auth/ldap: Send empty username by default when doing unauthenticated bind
...
Requested by maldridge to match ldapsearch behavior.
2022-09-11 20:42:42 +03:00
fox.cpp
f8bad12434
auth/ldap: Fix "bind unauth" config directive parsing
...
UnauthenticatedBind accept a string argument since some
go-ldap version. A breaking change that was not
detected on version upgrade, apparently.
See #529 .
2022-09-11 20:39:19 +03:00
Max Mazurov
1463886fc2
Merge pull request #523 from wordlesswind/patch-2
...
Add description of dkim key algorithm ed25519
2022-08-20 16:57:54 +03:00
清靈語
c63253b1c1
Add description of dkim key algorithm ed25519
2022-07-31 21:04:08 +08:00