Skip to content

docker-compose based mail setup for imap accounts and mailing lists

Notifications You must be signed in to change notification settings

fablab-ka/mailserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLKA Mail Setup

The whole setup is currently on two different VMs, each running docker and docker-compose

mail.fablab-karlsruhe.de

Mailu based

cd mail
docker-compose up -d

# create superuser [email protected]
docker-compose run --rm admin python manage.py admin root example.net password

lists.fablab-karlsruhe.de

Mailman 3 based

cd lists

# create htpasswd entry for the site
htpasswd config/nginx-proxy/htpasswd/lists.fablab-karlsruhe.de fabirus

docker-compose up -d

# create superuser
docker-compose exec mailman-web python manage.py createsuperuser
# manage more super users under /admin

TODO

  • configure the LE certs for postfix

About

docker-compose based mail setup for imap accounts and mailing lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published