Commit graph

75 commits

Author SHA1 Message Date
fox.cpp
2a19d455f3
docs: Fix wrong name of 'targets' directive for smtp_downstream 2020-06-03 14:02:58 +03:00
bn4t
e24c9ede3c
docs: Change github to github.com in 0.3 migration guide (#237)
Ref. #237
2020-06-01 14:08:53 +00:00
fox.cpp
e9a4180931
docs: Mention per-source domain limiting option 2020-06-01 01:05:23 +03:00
fox.cpp
7d6edaabf6
Remove cmd/migrate-db-0.2 2020-06-01 00:03:19 +03:00
fox.cpp
ab948e1494
Update minimal required Go version to 1.14 2020-05-31 20:48:34 +03:00
fox.cpp
c83a2f09dc
docs: Fix a number of links in documentation
Remove link to CONTRIBUTING.md from README.md since it is included
in documentation build and results in broken link since CONTRIBUTING.md
is not included. It does not seem to be possible to include files from
parent directories and symlinks do not work.

Fix man page link in seclevels.md.

Add missing maddy-tables(5) link in maddy(1) "See Also".

Closes #223.
2020-05-31 19:07:40 +03:00
fox.cpp
22cc68ff20
docs: Add page about IMAP-only configuration 2020-05-31 18:54:49 +03:00
fox.cpp
4591598dfc
docs: Mention disabled HZGB2312 support 2020-05-31 18:43:30 +03:00
fox.cpp
70c7ec6e95
Move 0.2->0.3 DB migration utility into source tree
Latest version made is somewhat more problematic to build
executables with dependencies without a proper module tree.
2020-05-29 00:50:01 +03:00
wjywbs
c897d26463
modify/dkim: Allow to sign emails from subdomains using a top domain key
Ref. #228.
Co-authored-by: Max Mazurov <fox.cpp@disroot.org>
2020-05-28 20:42:28 +00:00
Jingyi Wei
c7bdb3d446 add docs 2020-05-28 20:30:03 +00:00
fox.cpp
7ba699e595
docs: Add smtp-only.md page 2020-05-24 00:34:51 +03:00
fox.cpp
f42ee4e7b5
docs: Add FAQ page 2020-05-23 02:55:45 +03:00
fox.cpp
bf612cb865
storage/imapsql: Implement module.Table interface 2020-05-23 02:55:45 +03:00
fox.cpp
5523a84866
docs: Add upgrading instructions
Closes #214.
2020-05-11 16:00:07 +03:00
fox.cpp
e6a5f6daec
docs: Update outdated tutorials
Closes #222
2020-05-11 13:42:47 +03:00
fox.cpp
980da86939
target/smtp_downstream: Implement lmtp_downstream module
Closes #205.
2020-05-09 01:00:41 +03:00
fox.cpp
e3da7f3a89
Update refernecs to file table module
It is named just 'file' now.
2020-05-04 23:00:20 +03:00
fox.cpp
e06f2e201c
Implement Dovecot authentication client support 2020-05-04 22:06:38 +03:00
fox.cpp
503b558643
msgpipeline: Implement source_in, destination_in
Closes #138.
2020-05-04 15:25:47 +03:00
fox.cpp
43e980c80f
Implement module.Table for most authentication modules
This allows modules to be used as a table to check account existence.

auth/pass_table: Implement module.Table interface
auth/shadow: Implement module.Table interface
auth/plain_separate: Implement module.Table interface
2020-05-04 12:41:25 +03:00
fox.cpp
d0e7df023c
Preliminary milter client implementation
Based on github.com/foxcpp/go-milter fork
2020-05-03 20:20:35 +03:00
fox.cpp
e19d21dfcb
Fully separate authentication from IMAP access
Now imapsql module does not handle authentication. (it was not doing it so well
anyway)

sql_table module was introduced and used in the default configuration as
a replacement for functionality that was implemented by imapsql before.

Parts of maddyctl code were rewritten to make it work transparently with
any IMAP backend or credentials store.

Closes #212.
2020-04-14 00:06:47 +03:00
bn4t
609a8fd235 Add missing packages for compilation and fail2ban setup 2020-04-13 18:54:29 +00:00
bn4t
2f618e5c33 Fix small typo 2020-04-12 13:25:15 +00:00
fox.cpp
47f3d2951e
Include build metadata in -v output 2020-03-13 03:28:49 +03:00
fox.cpp
9915c8a881
modify/dkim: Support mulitple ADMDs per module instance
Allows to use macro expansion like $(local_domains) to configure DKIM
for all domains.

Closes #199.
2020-03-13 03:28:49 +03:00
fox.cpp
aa1804c66d
table: Merge 'replace_sender', 'replace_rcpt' into 'alias'
With 'regexp' and 'static' tables, separate implementations in replace_*
are not necessary.
2020-03-06 04:21:55 +03:00
fox.cpp
a5288aa27a
table: Add identity, static and regexp table modules 2020-03-06 02:28:31 +03:00
fox.cpp
e7d5418b88
storage/imapsql: Rename and clarify docs
See #212.
2020-03-05 22:04:17 +03:00
fox.cpp
9b279735e8
Address several TODO comments
Several comments were removed since they are not worth the trouble.
A few minor issues were addressed.
Most of remaining comments got corresponding GitHub issues assigned.
2020-03-05 02:26:30 +03:00
fox.cpp
2e8216067a
Fix references to alias_table in docs and default config 2020-03-01 02:43:35 +03:00
fox.cpp
cdd01c8e37
Implement table-based authentication provider 2020-03-01 02:36:54 +03:00
fox.cpp
42fc92cf67
docs: Fix-up indent in maddy-auth(5) 2020-02-29 22:42:57 +03:00
fox.cpp
ae36536d93
table: Implement SQL query-based table
Closes #82.
2020-02-29 19:23:28 +03:00
fox.cpp
bdd243668b
modify: Refactor alias_file to use generic Table for lookups
*Breaking change for configuration syntax*
2020-02-28 02:11:16 +03:00
fox.cpp
55a91a37b7
Revert authorization/authentication split
Authentication provider module is responsible only for authentication.
Nothing more. Access control (authorization) should be kept separate.
2020-02-28 01:38:40 +03:00
fox.cpp
3092ca0ca5
Lift restrictions on authentication credentials in shadow/pam modules
With new authorization/authentication identities split, it is possible
to have non-email authentication identity while using email authorization
identity.
2020-02-28 00:31:34 +03:00
fox.cpp
744dd3e10d
Implement separate lookups for username and password in authentication
Closes #56.
2020-02-28 00:29:41 +03:00
fox.cpp
8f1d57293c
docs: Several minor edits
Remove examples/ dir reference from REDME. It no longer exists.
Mention scdoc in installation tutorial.
Fix vim joke formatting.
Mention systemctl daemon-reload in intallation tutorial.
2020-02-23 17:42:45 +03:00
fox.cpp
494fd2ac72
build.sh: Remove wget dependency
It is rather silly to use curl to fetch the script itself (in tutorial)
and use wget internally.
2020-02-23 17:33:51 +03:00
fox.cpp
fdb6d0493d
Remove "in early development" disclaimers 2020-02-23 04:29:45 +03:00
fox.cpp
d2a68adf74
docs: Be more specific about build.sh dependencies
It uses Git to clone the repo and wget to download toolchain if it is
missing.
2020-02-23 04:27:57 +03:00
fox.cpp
a288d2e144
docs: Mention prebuilt binaries in the setup tutorial 2020-02-23 02:15:31 +03:00
fox.cpp
44ba1f13c3
docs: Fix-up f55914372: Add missing escape for * 2020-02-17 17:42:32 +03:00
fox.cpp
f559143728
target/queue: Increase the amount of tries, decrease delay scale factor
This makes server more aggressive in retrying delivery. The total
attempts time is approximately the same (around 5 days).

Notably, the increased amount of attempts is needed to handle large
recipient lists where the remote server sometimes rejects subset of them
with "Too Many Recipients" code.

See #149.
2020-02-16 19:56:57 +03:00
fox.cpp
fee43f7971
docs: Explain how to configure maddy with multiple domains
Closes #198.
2020-02-16 02:31:03 +03:00
fox.cpp
5bf8cb9f03
endpoint/smtp: Limit amount of Received header fields
Closes #79.
2020-02-16 01:31:47 +03:00
fox.cpp
3b8c02b998
endpoint/smtp: Add option to use FS as a temporary body store
Closes #76.
2020-02-15 23:49:01 +03:00
fox.cpp
aa2600aa50
msgpipeline: Run per-recipient body modifiers and checks 2020-02-15 17:08:35 +03:00