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
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
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
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
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
Armin Preiml
b755810e8a
add max_header_size to maddy-smtp.5
2021-06-27 15:26:04 +00:00
fox.cpp
66cb7170ab
endpoint/smtp: Allow to change the line length limit enforced by go-smtp
...
See #352 .
2021-05-07 11:28:41 +03:00
theduke
86eca55418
docs: Fix Invalid catch-all Example ( #353 )
2021-05-03 01:51:17 +03:00
fox.cpp
3f8fdd38ea
check/spf: Change default action for softfail to 'ignore'
...
See #351 .
https://serverfault.com/questions/933705/spf-fail-vs-soft-fail-pros-and-cons
2021-04-30 23:56:06 +03:00
Sergey Kislyakov
580a171886
Fix a typo in maddy-smtp man doc
2021-03-23 00:15:41 +03:00
fox.cpp
178579d78a
Remove remaining references to 0.3 module names in code and docs
2020-12-13 19:47:27 +03:00
fox.cpp
889ba39aa0
target/smtp: Do not attempt STARTTLS by default for LMTP connections
...
Security for LMTP should be configured using Implicit TLS that is
already supported using tls:// scheme for addresses. TLS
is also unnecessary for most LMTP use-cases (Unix sockets, etc) and
attempting STARTTLS caused issues in the past (see #309 ).
2020-12-06 14:15:32 +03:00
fox.cpp
c27c8aefe8
docs: Update a number of snippets using outdated module names
...
Closes #312 .
2020-12-06 02:49:02 +03:00
fox.cpp
c9060025c4
Bump go-msgauth version
...
See https://github.com/emersion/go-msgauth/issues/36
allow_body_subset directive for check.dkim is removed since
signatures with BodyLength are no longer supported by upstream.
2020-11-27 20:37:28 +03:00
fox.cpp
689c9ec7c7
docs: Unbreak maddy-tables.5.scd
2020-10-03 18:38:29 +03:00
fox.cpp
a8826f1cad
table: Add table.chain module
2020-09-19 18:05:01 +03:00
fox.cpp
a2e781ab3a
storage/imapsql: Implement auth_map
2020-09-19 18:05:01 +03:00
fox.cpp
f58da8a5a5
Remake Prometheus endpoint into a proper endpoint module
2020-08-23 15:41:52 +03:00
fox.cpp
6243b3067c
msgpipeline: Permit duplicate destination/source rules
...
This allows "the most specific match wins" semantics for
$(local_domains) rule and per-domain matching.
2020-07-18 17:42:17 +03:00
fox.cpp
d6105aed26
table: Allow using regexp table without replacement specified
2020-07-18 11:30:42 +03:00
fox.cpp
18bc68a7ac
Implement "IMAP filters"
...
Closes #202 .
2020-07-17 23:33:59 +03:00
fox.cpp
c02b96fdfe
target/remote: Replace STARTTLS Everywhere support with a stub
...
On the way to keeping a reasonable degree of compatibility, we are now
issuing at least one minor version with functionality being marked as
deprecated instead of directly removing it.
Since STARTTLS Everywhere support is broken anyway due to list being
expired - we stub out all related code and make it no-op.
In 0.5 it will be gone completely.
Closes #244 .
2020-07-17 00:30:51 +03:00
fox.cpp
cee8bbdce7
Migrate TLS certificate loading to use modules for sources
2020-07-15 17:58:47 +03:00
fox.cpp
7d497f88f0
docs: Split maddy(1) and maddy(5)
...
maddy(1) is supported to contain only command line syntax.
2020-07-15 01:31:05 +03:00
fox.cpp
03d9e52627
Rename modules and introduce namespace-aware module name lookups
...
See #248 .
2020-07-15 01:31:05 +03:00
fox.cpp
cd928e9efb
Implement check module for easier integration with rspamd
...
This replaces old rspamc-based integration script that is inefficient
and had many disadvantages.
2020-06-24 23:52:36 +03:00
fox.cpp
071d06dbff
table: Fix use of numbered argument placeholders
...
go-sqlite3 does not implement them properly (in fact, the proper support
was just removed, wtf, mattn). Additionally, go-sqlite3 does not handle
$name or @name properly despite these being supported by SQLite, only
:name works.
Closes #241 .
2020-06-19 14:09:48 +03:00
fox.cpp
7f7393e480
targets/remote: Implement experimental connection caching
...
Closes #235 .
2020-06-13 21:18:20 +03:00
fox.cpp
30c50b6a91
Implement SMTP REQUIRETLS support
...
Closes #123 .
2020-06-10 19:51:08 +03:00
fox.cpp
2a19d455f3
docs: Fix wrong name of 'targets' directive for smtp_downstream
2020-06-03 14:02:58 +03:00
fox.cpp
e9a4180931
docs: Mention per-source domain limiting option
2020-06-01 01:05:23 +03:00