Commit graph

68 commits

Author SHA1 Message Date
fox.cpp
09acaeff39 Allow to define tls and hostname outside of module configuration
This allows to set hostname or tls for all modules, making it possible
slightly cleaner configuration.
2019-03-30 17:34:19 +02:00
fox.cpp
530c077beb Address feedback from inital review & fix few problems
All configuration directives now use underscores instead of dashes for
consistency with Caddy conventions.

Disallow defining multiple module instances with implicit name.

Remove global module.WaitGroup and add as field where it is necessary
(endpoint modules).

buf.Reset() and use rewind Reader in SMTP pipeline.

Rename several entities in code (NewModule => FuncNewModule, CfgTreeNode
=> Node, etc).

Also fix several warnings from linters.
2019-03-30 17:34:19 +02:00
fox.cpp
af62042aec Allow omitting instance_name in config
One will be assigned automatically.
2019-03-30 17:34:19 +02:00
fox.cpp
16b6f8d526 Allow replacing delivery targets for SMTP in default pipeline
Currently default pipeline contains only two delivery steps, but in
future it will include more complex dispatching logic for spam filters,
DKIM and features.
2019-03-30 17:34:19 +02:00
fox.cpp
471821e58b Allow to override default* module instances
Necessary to allow customization of storage backends while using
default configuration for IMAP/SMTP endpoint modules.
2019-03-30 17:34:19 +02:00
fox.cpp
06a84609bc Provide default SMTP pipeline
default-remote-delivery is no-op for now because we don't have
message queue (https://github.com/emersion/maddy/issues/11).
2019-03-30 17:34:19 +02:00
fox.cpp
4ab794f3bb Add version constants 2019-03-30 17:34:19 +02:00
fox.cpp
1a738d1111 Replace caddyfile parser with custom one
Reasons are explained here:
https://github.com/emersion/maddy/issues/15#issuecomment-473340377
2019-03-30 17:34:19 +02:00
fox.cpp
ae6572f24a Rewrite initialization code in accordance with modular design 2019-03-30 17:34:19 +02:00
emersion
98d3caa827
Fix LMTP listeners 2019-03-07 22:56:23 +01:00
emersion
5ad6184ba6
Add hostname command 2019-03-07 22:15:24 +01:00
emersion
fe357c3c83
smtp: add debug upstream 2019-01-11 18:48:12 +01:00
emersion
8a9790de48
Complete LMTP support 2019-01-10 18:15:19 +01:00
emersion
d52fedb0b7
Adds support for pgp, compress, errors in imap 2017-01-19 17:36:15 +01:00
emersion
52de637da3
Adds support for proxy and self-signed certs 2016-12-23 16:38:49 +01:00
emersion
d971092b38
Adds partial support for tls directive 2016-12-23 12:59:39 +01:00
emersion
45c128b5b9
Refactoring, refuse to serve both imap and smtp in the same server block 2016-12-23 12:19:03 +01:00
emersion
e1838e1fea
First commit 2016-12-22 18:58:32 +01:00