mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-22 05:09:09 +02:00
update
This commit is contained in:
parent
bd8b9cb134
commit
e63e0fc187
@ -1,6 +1,8 @@
|
|||||||
twistd-mail
|
twistd-mail
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
An SMTP / POP3 email server plugin for twistd.
|
||||||
|
|
||||||
## docker-compose.yml
|
## docker-compose.yml
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -18,3 +20,21 @@ tmail:
|
|||||||
- MAIL_PASS=pass
|
- MAIL_PASS=pass
|
||||||
restart: always
|
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…
x
Reference in New Issue
Block a user