fox.cpp
81e6a3b805
Get rid of policy-routing separation in default configuration
...
Terrible mistakes were made
2020-07-18 17:59:06 +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
06d228cfe2
docs: Add page on Mailman 3 integration
2020-07-18 14:42:53 +03:00
fox.cpp
69cf8d1a4a
docs: Add page on rspamd integration
2020-07-18 12:11:22 +03:00
fox.cpp
03ff67069e
docs: Move *-only.md tutorials to their own section
2020-07-18 11:42:13 +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
bd9a3026b1
docs: Fix formatting and fix possibly confusing MTA-STS example
2020-06-10 23:11:42 +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
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