1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-04 03:48:55 +02:00
This commit is contained in:
kev 2015-06-26 10:42:57 +08:00
parent bd8b9cb134
commit e63e0fc187

View File

@ -1,6 +1,8 @@
twistd-mail
===========
An SMTP / POP3 email server plugin for twistd.
## docker-compose.yml
```
@ -18,3 +20,21 @@ tmail:
- MAIL_PASS=pass
restart: always
```
## server
```
$ docker-compose up -d
```
## client
- POP3: domain.org:110
- USER: user@domain.org
- PASS: pass
## todo
- [x] receive email via pop3
- [ ] send email via smtp