mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user