mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:48:55 +02:00
update
This commit is contained in:
parent
bd8b9cb134
commit
e63e0fc187
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user