fox.cpp
1a1de81441
build.sh: Do not try to install man pages if they were not built
2020-12-23 16:34:42 +03:00
fox.cpp
cd1d52764c
maddy 0.4.3
2020-12-13 22:39:16 +03:00
fox.cpp
13d3a8bf5d
tests: Check for chasquid executable existance before starting test server
...
Avoids the race when maddy is killed so early it cannot perform
proper cleanup and this casues test to fail.
2020-12-13 19:48:42 +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
b016cf3655
docs: Remove License badge from README
...
GitHub from some reason cannot determine that COPYING is GPLv3.
2020-12-13 19:19:04 +03:00
fox.cpp
3152646ea1
tests: Fix remaining cases of tests depending on rDNS name of 127.0.0.1
2020-12-13 19:14:19 +03:00
fox.cpp
436fa1e442
Bump go-mockdns version
...
See ede2f9158d
2020-12-12 19:04:32 +03:00
fox.cpp
b9428aebe0
tests: Fix some tests assuming a particular result of rDNS lookup of 127.0.0.1
...
On some systems it may be localhost.localdomain instead of localhost.
On some other systems is may just fail altogether.
2020-12-12 18:51:05 +03:00
reivilibre
72ce9ab426
Update dovecot.md to avoid cyclic dependency
...
When I try to start Dovecot, it will complain if `/var/run/maddy/` is missing as it can't create /var/run/maddy/dovecot-lmtp.sock`.
When I try to start Maddy, it complains that `unix:///var/run/dovecot/auth-maddy-client` doesn't exist.
Therefore I can't start either service.
I decided to move the LMTP socket into Dovecot's runtime directory since it provides the socket,
and to remove the sock extension to match the naming convention in the rest of the directory.
2020-12-12 14:38:24 +00:00
fox.cpp
d6a0324ae0
Force domains to be interpreted as FQDN where this is required by standards
...
This includes email addresses and EHLO in SMTP.
See #311 for details.
2020-12-12 01:31:41 +03:00
fox.cpp
3bcb1ef243
tests: Fix run.sh to return non-zero status on failed tests
2020-12-11 23:46:34 +03:00
fox.cpp
5a55cafa0c
Fix-up previous commit
2020-12-11 23:23:10 +03:00
fox.cpp
f23f706005
CI: Fix build.sh task name
2020-12-11 22:56:06 +03:00
fox.cpp
c9f55d66eb
dist: Regenerate keyword lists for vim syntax files
2020-12-06 17:55:21 +03:00
fox.cpp
9253705c51
build.sh: Allow providing go flags via GOFLAGS environment variable
2020-12-06 14:59:57 +03:00
fox.cpp
cf72b11c76
Fix/silence a couple of linter warnings
2020-12-06 14:51:03 +03:00
fox.cpp
35ae446e72
CI: Test builds.sh, upgrade golangci-lint
2020-12-06 14:48:52 +03:00
fox.cpp
e447a83016
build.sh: Do not use GNU-specific install(1) flags
...
Make some log messages better along the way and do not install
systemd units on non-Linux systems.
2020-12-06 14:39:45 +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
27ec4fa57d
build.sh: Add warnings for use of old build.sh compatibility aliases
2020-12-06 02:51:05 +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
4ec6eb2d31
build.sh: Reimplement from scratch
...
This version is much more simple. And probably will work fine under
FreeBSD and OpenBSD.
Closes #316 .
2020-12-06 02:36:30 +03:00
reivilibre
1bfaa3995b
Suggest disabling TLS for Dovecot LMTP unix socket
...
I don't see a point to TLS over a UNIX socket anyway, and it caused me trouble.
2020-12-03 18:57:24 +00:00
fox.cpp
e4ad3bdd5a
target/remote: Reimplement TLSA records discovery algorithm, add tests
...
Now it covers all edge cases described by RFC 7672.
There is an unrelated change in tests/ due to interface change in
go-mockdns.
2020-11-30 18:40:59 +03:00
fox.cpp
5995528f1c
target/remote: Reimplement DANE verification algorithm, add tests
2020-11-30 18:40:58 +03:00
fox.cpp
54132f3258
target/remote: Use AuthLookupIPAddr instead of AuthLookupHost
...
AuthLookupHost is just a wrapper for AuthLookupIPAddr that does
unnecessary (in this case) records conversion.
2020-11-30 18:40:58 +03:00
fox.cpp
50c1caed35
dns: Add even more hacks to AuthLoookupIPAddr, add tests
2020-11-30 18:40:58 +03:00
fox.cpp
72d92e5d20
dns: Silently discard unauthenticated AAAA records if A records are authenticated
...
See https://github.com/foxcpp/maddy/issues/292
2020-11-30 18:40:58 +03:00
fox.cpp
719217a73f
target/remote: Try A/AAAA lookup before TLSA
2020-11-30 18:40:58 +03:00
fox.cpp
1351c05ea8
target/remote: Reimplement DANE-TA verification
2020-11-30 18:40:57 +03:00
fox.cpp
7fd43b7702
target/remote: Restrict TLSA selector to 0 and 1 (supported values)
2020-11-30 18:40:57 +03:00
fox.cpp
c068271c71
target/remote: Remove PKIX-TA and PKIX-EE TLSA records support
...
They are not required to be supported, offer marginal security and add
handling complexity.
2020-11-30 18:40:56 +03:00
fox.cpp
3c9e637bb9
config/module: Always pass the fully qualified module name to constructor
...
Ensures that modules using modName to change behavior (e.g.
target.smtp/target.lmtp) behave consistently irregardless of whatever
they are referenced inline ("deliver_to lmtp ...") or via named
configuration block ("deliver_to &local_mailboxes).
Closes #308 .
2020-11-30 14:57:49 +03:00
reivilibre
5da2623de0
Update dovecot.md to correct typo
...
They should both be `auth-maddy-client`.
2020-11-29 20:48:13 +00:00
fox.cpp
925b758e09
endpoint/smtp: Actually fix autobuffer function
...
Regressed in 1c42a70533
.
It truncates messages to I/O buffer size (4096 bytes).
If first 4096 bytes cover head then it causes "unexpected EOF" (see
#300 ), otherwise it silently breaks the message.
2020-11-27 21:04:17 +03:00
fox.cpp
8b68760e74
Bump Go version used in Docker image
...
hub.docker.com image for 0.4.2 was built using 1.15.4 but
the corresponding change was not commited to the repository.
This is important to get the fix for CVE-2020-28362 (DoS vuln. in TLS
client).
2020-11-27 20:40:01 +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
d648aacd1a
Reenable hz-gb-2312 collation support
...
The security issue is fixed upstream:
c27b9fd57a
2020-11-27 00:03:11 +03:00
fox.cpp
bf982ebbea
msgpipeline: Fix wrong effective_rcpt in log messages when sub-pipelines do rewriting
2020-11-21 23:03:02 +03:00
fox.cpp
32cf84e2d1
Bump go-milter version
...
Closes #283 .
2020-11-13 19:01:11 +03:00
fox.cpp
ba27ec3c20
docs: Add maddy(5) to mkdocs
2020-11-04 20:02:16 +03:00
fox.cpp
cbdea9c28e
check/milter: Add missing handler for milter.ActTempFail ('t')
...
Closes #288 .
2020-10-31 12:34:38 +03:00
fox.cpp
51ccd84011
msgpipeline: Fix log messages missing for separate (not endpoint) pipelines
2020-10-31 12:29:05 +03:00
fox.cpp
1c42a70533
endpoint/smtp: Fix handling of empty messages in auto-buffer code
...
Add the missing os.MkdirAll for "fs" buffer mode along the way.
And add integration tests for all that.
2020-10-24 21:23:12 +03:00
fox.cpp
83a4af4021
auth/plain_separate: Make configuration directives actually work
...
Woops....
2020-10-23 22:16:13 +03:00
fox.cpp
574afec200
Fix go build for Plan9
2020-10-22 17:34:41 +03:00
fox.cpp
0000256d8f
Fix-up
2020-10-17 16:45:14 +03:00
fox.cpp
c3987e3807
future: Do not crash server when Future.Set is called multiple times
...
Temporary patch for #270 as I am unable to identify the root cause.
2020-10-17 16:42:32 +03:00
fox.cpp
50598ea189
check/rspamd: Fix sending of message header
...
Closes #282 .
2020-10-12 21:16:39 +03:00
fox.cpp
5e9d9100db
Update default config
...
Move checks to "smtp". Closes #274 .
Do not use require_matching_ehlo. See #280 .
2020-10-11 16:09:45 +03:00