Move email_core to core

This commit is contained in:
Val 2015-07-27 12:23:08 +01:00
parent 8b2ef783ef
commit 4a21fde147
21 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ This repository is tailored to small private servers, where you own a domain and
The setup is modular and so far has (more to come, feel free to contribute :) The setup is modular and so far has (more to come, feel free to contribute :)
* `email_core` - base SMTP and IMAP server * `core` - base SMTP and IMAP server
* `opendkim` - adds DKIM signing service to the core * `opendkim` - adds DKIM signing service to the core
* `amavis` - adds incoming SPAM filter * `amavis` - adds incoming SPAM filter

View File

@ -1,5 +1,5 @@
emailcore: core:
build: ./email_core build: ./core
ports: ports:
- "25:25" - "25:25"
- "143:143" - "143:143"