dockerfiles/tmail
kev 82143a5b63 swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
..
Dockerfile swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
README.md update 2015-06-26 15:27:50 +08:00

twistd-mail

An SMTP / POP3 email server plugin for twistd.

docker-compose.yml

tmail:
  image: vimagick/tmail
  ports:
    - "25:25"
    - "110:110"
  volumes:
    - mail:/var/mail
  environment:
    - MAIL_NAME=domain.org
    - MAIL_PATH=/var/mail
    - MAIL_USER=user
    - MAIL_PASS=pass
  restart: always

You can pass additional arguments via environment variable MAIL_OPTS:

MAIL_OPTS=--user=admin=admin

server

$ docker-compose up -d

client

todo

  • receive email via pop3
  • send email via smtp