Commit graph

178 commits

Author SHA1 Message Date
fox.cpp
d6a317e32a
docs: Update Arch repository and Docker instructions links
See #513.
2022-07-01 23:40:59 +03:00
fox.cpp
51bfc9a756
Fix-up doc 2022-06-23 13:49:39 +03:00
fox.cpp
f4995642e2
Require Go 1.17, use Go 1.17.11 for artifacts 2022-06-23 12:44:03 +03:00
fox.cpp
2037b05dae
Improve Docker image
* Use TLS filenames same as certbot (see #350).
* Put the Docker-specific maddy.conf in the repo (see #350).
* Set OCI labels for the image in CI
* Move Docker-specific documentation from Docker Hub into docs/
* Add .dockerignore
2022-06-18 23:45:59 +03:00
fox.cpp
9dd34b85ef
check: Remove require_matching_echo
See #280.
2022-06-18 19:26:48 +03:00
fox.cpp
dab36e41a7
docs: Update internals/ to not mention quirks of go-imap v1 2022-06-18 18:47:08 +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
angelnu
7a06fa2012 add subject 2022-02-06 23:25:43 +00:00
angelnu
e33c8d6f91 only pass true original_rcpt_to 2022-02-06 22:31:14 +00:00
angelnu
a40fcc81d9 review feedback 2022-01-31 22:54:50 +00:00
angelnu
b9a99d96e5 add docummentation 2022-01-31 13:24:58 +00:00
angelnu
639f1a609d add test for 1-N 2022-01-28 02:08:37 +00:00
angelnu
c8d4ee8047 Add documentation 2022-01-28 00:28:47 +00:00
delthas
1eb053e68d docs: Fix trivial typo in target.smtp example 2022-01-10 20:38:57 +03:00
delthas
59727496a9 Add the target.remote.force_ipv4 option 2022-01-09 20:45:41 +03:00
fox.cpp
c0eacfa0f3
Merge maddyctl and maddy executabes
Closes #432.
2022-01-07 00:37:49 +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
fox.cpp
778de83987
Merge branch 'master' into dev 2022-01-06 03:45:56 +03:00
fox.cpp
7377878b9c
Merge branch 'go-imap-v2' into dev 2022-01-06 02:59:54 +03:00
Giorgi Lekveishvili
5536895e43 Fix typo in target.smtp: require_yes -> require_tls 2021-11-19 21:03:54 +03:00
fox.cpp
14c1be052e
docs: We now require Go 1.15 2021-10-11 21:20:50 +03:00
fox.cpp
df40dce128
docs: Link to maddy.email/builds in setup tutorial
Also add link in the side-bar.
See #407.
2021-10-05 17:20:33 +03:00
Giorgi Lekveishvili
31265e3371 Add missing . (dot) in default domain key record 2021-09-22 17:48:15 +03:00
Max Mazurov
5465adba0c
docs: Mention authorize_sender in multiple-domains.md 2021-09-12 11:02:35 +00:00
fox.cpp
c0845fb27a
libdns: Add namecheap provider
Closes #392.
2021-08-26 07:30:15 +03:00
fox.cpp
61e6e73910
Merge branch 'dev' 2021-08-09 13:01:18 +03:00
fox.cpp
1276da8b35
docs: Write detailed tutorial on PAM use 2021-08-09 11:43:24 +03:00
fox.cpp
4e9a1258dc
Implement table.email_localpart to strip domain from emails 2021-08-09 11:43:20 +03:00
fox.cpp
ce896c7036
storage/imapsql: Implement delivery_map in addition to auth_map 2021-08-09 11:43:17 +03:00
Gusted
6f54015daa
docs: Fix typo in DNS record example in setting-up.md (#377)
`STS1` -> `STSv1`
2021-07-30 08:17:50 +03:00
fox.cpp
2e81d5a976
Port existing functionality to go-imap v2 2021-07-18 11:20:13 +03:00
fox.cpp
ef63383248
storage/blob: Implement S3-compatible storage support
Closes #304.
2021-07-15 20:34:15 +03:00
fox.cpp
e0792c2dbb
auth: Implement LDAP BindDN lookups
Currently connection management code is rather native, there is definitely a room for improvements (e.g. pooling?)

Closes #273
2021-07-14 22:08:42 +03:00
fox.cpp
93cf4f231a Integrate CertMagic ACME client with dns-01 challenge
Support for a subset of libdns providers is added.
Some are enabled by default (assuming they are popular ones). AWS and Google Cloud SDKs take up extra 10 MiB of executable size.

Only filesystem storage is supported as of now.

Closes #3.
2021-07-13 12:38:42 +03:00
fox.cpp
09393aed8f
Refactor imapsql ExternalStore to use modules
Closes #303
2021-07-11 21:42:38 +03:00
fox.cpp
6c5c5d10c4
table: Implement module.MultiTable for file, sql_query, sql_table and static 2021-07-11 19:45:16 +03:00
fox.cpp
e041a786a0
table/sql_query: Allow to use numbered parameters in queries
See #371. This is a holy mess of two broken drivers we depend on.
2021-07-10 23:25:15 +03:00
fox.cpp
5c143530ff
Merge branch 'master' into dev
# Conflicts:
#	framework/address/norm.go
#	go.mod
#	go.sum
#	internal/target/remote/security.go
2021-07-10 00:23:28 +03:00
fox.cpp
a774674650
storage/imapsql: Use same normalization functions as authorize_sender 2021-07-09 22:49:38 +03:00
fox.cpp
7c2afde847
check/authorize_sender: Implement MAIL FROM, From header authorization for local senders
Closes #268.
2021-07-09 22:49:21 +03:00
fox.cpp
38cfb981ec
table/chain: Add optional_step
Seems to be useful for integration of aliases matching into #268.
2021-07-09 22:49:14 +03:00
fox.cpp
c55bf8e748
check/dns: Mark require_matching_echo as deprecated
See #280.
2021-07-09 22:49:03 +03:00
fox.cpp
d0487d7a6d
Implement client timeouts for target.remote and target.smtp
Closes #239.
2021-07-09 22:48:57 +03:00
Max Mazurov
20c9991244
docs: Improve setting up tutorial
Add more recommended best practice and fix a few mistakes.

1. SPF record should also be available via MX hostname (more precisely, HELO hostname we identify as)
2. MTA-STS requires an TXT record
3. TLSRPT can be used to get information about MTA-STS breakage.
4. Use p=quarantine in DMARC
5. Recommend deploying DANE in addition to MTA-STS
2021-07-08 18:44:29 +00:00
Max Mazurov
3d2e440b54
docs: Improve imap_filter documentation
https://github.com/foxcpp/maddy/discussions/368
2021-07-08 18:27:57 +00:00
Max Mazurov
ad45d9da91
docs: Fix typo in imap_filter directive name
https://github.com/foxcpp/maddy/discussions/368
2021-07-08 18:04:44 +00:00
Arisu Desu
3fbd1e271f Add missing mailto: to DMARC ruf parameter in tutorial 2021-07-03 07:00:44 +00:00