Move email_core to core
This commit is contained in:
parent
8b2ef783ef
commit
4a21fde147
@ -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 :)
|
||||
|
||||
* `email_core` - base SMTP and IMAP server
|
||||
* `core` - base SMTP and IMAP server
|
||||
* `opendkim` - adds DKIM signing service to the core
|
||||
* `amavis` - adds incoming SPAM filter
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
emailcore:
|
||||
build: ./email_core
|
||||
core:
|
||||
build: ./core
|
||||
ports:
|
||||
- "25:25"
|
||||
- "143:143"
|
||||
|
Loading…
Reference in New Issue
Block a user