Skip to content

it is a docker compose file that runs a mailserver image with its configuration

Notifications You must be signed in to change notification settings

islamsamy214/docker-mailserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Install

install docker then clone this repo and run this command:

docker-compose up -d

then run this one and don't forget to change the user and password with urs:

docker run --rm -e MAIL_USER=islam@docker.local -e MAIL_PASS=supersecret -it mailserver/docker-mailserver /bin/sh -c 'echo "$MAIL_USER|$(doveadm pw -s SHA512-CRYPT -u $MAIL_USER -p $MAIL_PASS)"' >> ~/docker/mailserver/config/postfix-accounts.cf

enjoy :)

About

it is a docker compose file that runs a mailserver image with its configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published