Commit graph

37 commits

Author SHA1 Message Date
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
Max Mazurov
3d4e60ac20
Merge branch 'dev' into dev 2025-01-24 16:55:18 +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
798c411824
Merge branch 'master' into dev 2024-01-22 00:43:53 +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
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
Lyra Rebane
0318480606
Fix escaping 2024-01-09 23:30:19 +02:00
Simon Ser
ea2fed2e77
docs/reference/modifiers/dkim: fix number of sigs for sign_fields
oversign_fields is signed n+1 times, but sign_fields only n times.
2023-10-30 14:54:22 +01:00
Vojtěch Káně
6e40b08932 doc: Fix links to seclevels page 2023-10-08 14:17:59 +02:00
Max Mazurov
90d14f0d15
Merge pull request #614 from cuu508/fix-docs-smtp-pipeline
Fix md formating and small grammar issues
2023-08-22 22:22:37 +03:00
Pēteris Caune
214b90dc9f
Fix md formating and small grammar issues 2023-08-08 12:36:13 +03:00
Pēteris Caune
120067f7e7
Replace email_with_domains -> email_with_domain in docs
Fixes: #609
2023-08-08 12:23:29 +03:00
Pēteris Caune
5d6d1a3a53
Improve Markdown formatting
* use <h3> and <hr> elements to separate configuration directives
* use <code> elements to mark constants, fs paths,
  module names etc.
* fix unneeded "\_" escaping
* fix list formatting
2023-06-29 16:12:11 +03: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
420e85ce96
Fix precise_casefold -> precis_casefold and .md formatting 2023-05-24 08:20:12 +03:00
Pēteris Caune
681976cc7b
Fix typos 2023-05-23 09:32:51 +03:00
Aleksei Zhukov
3c4fe105cd
Proxy protocol support for SMTP and IMAP 2023-04-16 14:40:57 -05: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
Michael Aldridge
0010c9d3d9 docs/reference/auth: Add information about netauth support 2023-02-05 14:37:29 -06: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
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
Pouriya Jahanbakhsh
46dcef4110 doc: replace maddyctl with maddy 2022-11-06 11:32:23 +03:30
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
清靈語
c63253b1c1
Add description of dkim key algorithm ed25519 2022-07-31 21:04:08 +08:00
清靈語
8baa2df879
Fix curve to curves 2022-07-30 14:36:21 +08:00
fox.cpp
51bfc9a756
Fix-up doc 2022-06-23 13:49:39 +03:00
fox.cpp
9dd34b85ef
check: Remove require_matching_echo
See #280.
2022-06-18 19:26:48 +03:00
fox.cpp
d60ce8321f Merge remote-tracking branch 'angelnu/more-fields' into dev
# Conflicts:
#	docs/reference/storage/imap-filters.md
2022-02-19 14:27:49 +03:00
fox.cpp
bc42464466 Merge remote-tracking branch 'angelnu/1-n' into dev 2022-02-19 14:19:43 +03:00
fox.cpp
2677e190dc
Merge branch 'master' into dev 2022-02-19 14:08:50 +03:00
delthas
1eb053e68d docs: Fix trivial typo in target.smtp example 2022-01-10 20:38:57 +03:00
fox.cpp
9b1ee1b52f
docs: Convert manual pages into per-module Markdown pages 2022-01-06 21:58:00 +03:00
fox.cpp
a8e0a74be9 docs: Convert manual pages into per-module Markdown pages 2022-01-06 21:55:24 +03:00