fox.cpp
ef7fa210dc
Slightly improve debug logging for complex authentication pipelines
2025-02-01 19:25:16 +03:00
fox.cpp
be0ec6b7cf
target/smtp: Check-in accidentally reverted attempt_starttls changes
2025-01-25 14:51:35 +03:00
fox.cpp
d7dd6ef845
Fix more linter warnings
2025-01-24 23:44:50 +03:00
fox.cpp
dbc030c267
Clean-up lint warnings
2025-01-24 23:34:09 +03:00
fox.cpp
fc179fc54b
config/tls: Disable TLS session tickets
...
Workaround for Outlook delivery issues.
See https://github.com/foxcpp/maddy/issues/730
2024-11-24 19:11:52 +03:00
fox.cpp
f3a6f3241e
config/tls: Set min TLS version to 1.0
...
Better to have TLS 1.0 than no encryption at all.
Default Go client setting of TLS 1.2 is too restrictive
for mail infrastructure with lots of outdated servers.
2024-07-23 23:00:11 +03:00
fox.cpp
cee577790b
address: Special-case null return-path in normalization functions
...
See #629 .
2024-02-08 12:31:20 +03:00
fox.cpp
db0874c2be
Migrate to latest go-smtp version
...
Fixes #661 among other minor things.
2024-01-21 14:41:57 +03:00
guoguangwu
8431eae5e5
chore: remove refs to deprecated io/ioutil
2023-11-16 15:52:52 +08:00
CUI Hao
5d8f09ebfe
Fix wrong DNS query type in DANE lookups for IPv6-only hosts
2023-10-05 00:01:02 -07:00
fox.cpp
466906e8dc
mxauth: Fix a few nits in MX auth code
2023-08-23 16:20:04 +03:00
fox.cpp
b5aa5931eb
cfgparser: Do not interpret absolute paths relatively to the config dir
...
See #592 .
2023-06-27 19:08:20 +03:00
fox.cpp
a7001ab730
Implement auth_map and storage_map at endpoint level
...
This makes auth_map do what its name implies. Old auth_map in storage
module is deprecated and will be removed in the next release.
2023-03-12 13:52:04 +03:00
fox.cpp
8083ffaf31
table: Implement email_with_domains module
2023-03-08 16:10:37 +03:00
fox.cpp
75d286f39d
config: Add EnumMapped, EnumListMapped generic helpers
2023-03-08 13:06:24 +03:00
fox.cpp
f16506ae1c
module: Fix ModSpecificData initialization
2023-02-05 22:25:34 +03:00
fox.cpp
1db37f91b1
Merge branch 'dev'
2023-02-05 16:32:55 +03:00
fox.cpp
e6518a0d3c
Improve domain validation function
...
Now FQDNs are accepted as well (with trailing dot).
Empty strings are not considered valid.
Label length for IDNs is checked using Punycode form as it should.
See https://github.com/foxcpp/maddy/issues/554
2023-01-08 15:33:54 +03:00
Pouriya Jahanbakhsh
46dcef4110
doc: replace maddyctl
with maddy
2022-11-06 11:32:23 +03:30
fox.cpp
1d0d9915a0
Update to latest go-smtp
...
smtp.ConnectionState is no longer a thing and sessions are initialized
early so we can move more processing early. One such change is
in DNSBL - run the check before EHLO completes. Some further optimizations
are possible there - e.g. start DNSBL check once we get EHLO and have
the result ready once we receive MAIL FROM and act accordingly.
2022-07-09 17:00:23 +03:00
fox.cpp
80328b8dee
Fix a few linter warnings + gofmt + goimports
2022-06-23 14:34:57 +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
angelnu
a40fcc81d9
review feedback
2022-01-31 22:54:50 +00:00
angelnu
6690f3369d
addapt testcases
2022-01-27 23:13:56 +00:00
angelnu
eef54139b1
1-n recipent
2022-01-27 22:25:27 +00:00
fox.cpp
c0eacfa0f3
Merge maddyctl and maddy executabes
...
Closes #432 .
2022-01-07 00:37:49 +03:00
fox.cpp
a1fc99d08c
Fix a few minor warnings
2021-09-22 23:33:40 +03:00
fox.cpp
14a441f595
storage/blob: Pass blobSize to go-imap-sql
...
Part of #395 fix
2021-08-28 15:43:19 +03:00
fox.cpp
1d3e055068
storage/blob: Extend BlobStore interface to use context and specify blob size at Create
...
See #395 .
2021-08-28 15:27:54 +03:00
Gusted
c6d060908b
refactor(unused): remove unused paramaters
2021-08-10 19:33:54 +03:00
Gusted
b8d8ca6301
refactor(gofumpt): run gofumpt over the code
2021-08-10 19:33:54 +03:00
Gusted
32b75262ad
refactor(ifelse): shorten logic where possible
2021-08-10 19:33:54 +03:00
Gusted
53cb4c06c2
refactor(errors): use errors.is
to account wrapped errors
2021-08-10 19:33:54 +03:00
fox.cpp
61e6e73910
Merge branch 'dev'
2021-08-09 13:01:18 +03:00
fox.cpp
e025d3b11c
config/tls: Fix custom loader configuration reading
...
Co-authored-by: Gusted <williamzijl7@hotmail.com>
2021-08-09 11:53:57 +03:00
Gusted
d0928d2743
refactor: remove/_
-ify unused params
...
Hi!
I've removed some unused params. But if they where needed for e.g. interface type I've simply `_` them. Also I have to instances to fix tests params, whereby they were passed but not initialized at all, they are in`internal/target/remote/remote_test.go` and `internal/modify/dkim/dkim_test.go`. All test are still passing so it seems like I didn't break anything.
I might've refactored some code away that actually is used but wasn't implemented correctly, but as far as I see their is nothing wrong or erroring going on.
2021-07-31 22:43:27 +03:00
fox.cpp
ef63383248
storage/blob: Implement S3-compatible storage support
...
Closes #304 .
2021-07-15 20:34:15 +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
bae40f875b
log: Allow creating zap.Logger out of log.Logger
...
We replace zapcore.Core with our own implementation. This is the first stage in migration to using zap library for logging.
2021-07-13 10:38:19 +03:00
fox.cpp
04f035174e
tls: Refactor TLSLoader interface to be more generic
...
Allow to either use NameToCertificate or GetCertificate instead of just setting Certificates.
2021-07-12 21:28:58 +03:00
fox.cpp
09393aed8f
Refactor imapsql ExternalStore to use modules
...
Closes #303
2021-07-11 21:42:38 +03:00
fox.cpp
6d44617840
Use context.Context in module.Table
...
Closes #366 .
2021-07-10 14:56:43 +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
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
b77d6b4f9f
config/tls: Remove deprecated "tls CERT KEY" syntax
2021-07-09 22:49:08 +03:00
Aluísio Augusto Silva Gonçalves
d8cabb932d
config/tls: Fix tls_client parsing
...
Process a tls_client's child config nodes instead of itself, thus
avoiding unbounded recursion and a stack overflow while parsing a
configuration file.
Also fix the logic that only loads a client keypair when only a
certificate and key are specified.
2021-03-27 18:24:11 +03:00
fox.cpp
b494965da2
dns: Attempt to use 127.0.0.1 if no DNS servers are configured in system
...
This is standard behavior of stub resolver in Linux and it prevents
panic when ExtResolver.exchange returns a nil resp and nil error.
2021-03-07 17:23:30 +03: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
cf72b11c76
Fix/silence a couple of linter warnings
2020-12-06 14:51:03 +03:00