fox.cpp
b61d94f100
Fix global TLS directive being required
...
Closes #85 .
2019-05-28 18:56:17 +03:00
fox.cpp
7db67acad8
Drop most of the implicit defaults in favor of explicit configuration ( #43 )
...
* Drop most of the implicit defaults in favor of explicit configuration
We no longer follow caddy's "zero-configuration" approach. Mail is much
more complex than HTTP and we want to be explicit about things, always.
* Remove commented out directives from maddy.conf
2019-04-13 12:28:45 +03:00
fox.cpp
6e17ecab31
Change default file locations ( #35 )
...
* Change default files location as described in #27
* config: Change default config file name
2019-04-08 19:57:21 +03:00
fox.cpp
3c40e21817
module: drop GetUninitedInstance, unexport Instances
...
There is no reason to be able to interact with uninitialized module instances.
2019-04-08 19:34:09 +03:00
fox.cpp
0ddf540d35
Implement lazy initialization of module instances
...
It is correct fix for initialization order issue introduced in
https://github.com/emersion/maddy/pull/24 .
2019-04-08 19:34:09 +03:00
fox.cpp
89ac5d6c67
log: Implement basic redirection support
2019-04-07 00:31:56 +03:00
fox.cpp
18f71d8fc8
Use config.Map for global config directives
2019-04-06 23:52:36 +03:00
fox.cpp
a72eb5d968
Pass config.Map to modules for initialization
2019-04-06 23:52:36 +03:00
fox.cpp
6c22a22e79
Few small fixes
...
Fix typo in README.
Rename module.GetMod to module.Get.
Use pointer receiver in SMTPUser.Send.
2019-03-30 17:34:19 +02:00
fox.cpp
0d5bd96a5b
Make module initialization two-phase
...
This allows modules to reference each other during initialization
independently of configuration blocks order.
Also this allows us to initialize default modules in a more clean way.
2019-03-30 17:34:19 +02:00
fox.cpp
ee553a4cc4
Rework logging
...
Implement debug log (can be enabled using `debug` config directive)
Remove errors directive for IMAP endpoint module.
2019-03-30 17:34:19 +02:00
fox.cpp
84d150a00f
Rework config directives iteration
...
Create more high-level wrapper (config.Map) instead of walking syntax
tree directly.
2019-03-30 17:34:19 +02:00
fox.cpp
7f6810f6dc
Move default storage initialization from init()
...
So it will be able to access globalCfg.
2019-03-30 17:34:19 +02:00
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