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
Max Mazurov
c4f8a1247b
Merge pull request #690 from rjocoleman/feat/add_tags_to_dockerfile
...
Add additional build tags to Dockerfile
2025-01-24 16:53:25 +03:00
Max Mazurov
63012159c3
Merge pull request #689 from rjocoleman/feat/libdns_acmedns
...
Add ACME-DNS provider for libdns
2024-11-24 19:44:25 +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
Robert Coleman
3d81feeeaa
Add additional build tags to Dockerfile
2024-03-16 16:17:46 +13:00
Robert Coleman
198a9a3fb5
add ACME-DNS provider for libdns
2024-03-16 16:09:02 +13:00
Louis Guidez reind33r
bb2c0c9bcc
docs: corrected typo for rspamd check configuration
2024-02-16 00:14:44 +01: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
xiliuya
65bfb1b0da
docs: change docker 0.7 version
2024-01-29 13:30:16 +08: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
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
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
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
Max Mazurov
b446a5c04d
Merge pull request #634 from vojta001/master
...
doc: Fix links to seclevels page
2023-10-29 20:40:34 +03:00
opswill
7e851366ca
Correct spf dns record
...
Based on the spf documnet:
http://www.open-spf.org/action_browse_id_FAQ/Common_mistakes_revision_26/#helo
```
example.com. IN TXT "v=spf1 mx -all"
mailserver.example.com. IN TXT "v=spf1 a -all"
```
the second spf record in doc should set to a record.
otherwise the mail-tester will show
```SPF_HELO_SOFTFAIL SPF: HELO does not match SPF record (softfail)
```
softfail
2023-10-20 10:50:34 +08: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
Max Mazurov
37bbd40189
Merge pull request #600 from cuu508/md_reformat
...
Improve Markdown formatting
2023-07-17 01:54:23 +03:00
Max Mazurov
001771615c
Merge pull request #602 from fluidum/docker-minor-fix
...
Update docker.md
2023-07-17 01:53:55 +03:00
fluidum
b3980ff715
Update docker.md
...
fixing reference
2023-07-04 10:45:29 +03:00
fluidum
05d2d9dfc9
Update setting-up.md
...
fixing docker reference
2023-07-04 10:29:30 +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
448aa07402
Update all version requirements to Go 1.19
...
0.7.0 actually requires 1.19.
2023-06-27 19:09:33 +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
fox.cpp
2dab873f50
Bump required Go version to 1.18
2023-01-08 18:00:55 +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
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
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
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
清靈語
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
d6a317e32a
docs: Update Arch repository and Docker instructions links
...
See #513 .
2022-07-01 23:40:59 +03:00