Grep with "email" on the JSON-data (3)

/dockers/ (/data/Dockers) >> 3dprinters = Ebooks - Edge - Email - Employee - Entertainment = Wordpress

Title Desc Ports Env / Vol
Docker Mail Server (DMS) Docker MailServer, or DMS for short, is a production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.).

Note:

See documentation

Create email : setup email add [email protected] password

Generate DKIM : setup config dkim

NEEDED : CHANGE THE HOSTNAME IN THE ADVENCED OPTIONS TO YOUR DOMAIN (FQDN format)

NEEDED : In the /docker-data/dms/config volume create a file named "postfix-main.cf" and add this content "mydestination = localhost.$mydomain, localhost". Else you can't receive mails from outside



Image: docker.io/mailserver/docker-mailserver:latest

Category: Email
25:25/tcp
465:465/tcp
995:995/tcp
ENABLE_RSPAMD="1" #ENABLE_RSPAMD
ENABLE_CLAMAV="1" #ENABLE_CLAMAV
ENABLE_FAIL2BAN="1" #ENABLE_FAIL2BAN
ENABLE_POP3="1" #ENABLE_POP3
SSL_TYPE="letsencrypt" #SSL_TYPE

/docker-data/dms/mail-data/:/var/mail/
/docker-data/dms/mail-state/:/var/mail-state/
/docker-data/dms/mail-logs/:/var/logs/mail/
/docker-data/dms/config/:/tmp/docker-mailserver/
/etc/letsencrypt:/etc/letsencrypt
/etc/localtime:/etc/localtime
Mailpile Mailpile is an e-mail client!/search engine and a personal webmail server/easy way to encrypt your e-mail/easy way to encrypt your e-mail

Repository > Template/Stack/mailpile.yml

Category: Email
ProtonMail Bridge This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer’s work.

Note: Please refer to the documentation here to set this up.

Image: shenxn/protonmail-bridge:latest

Category: Email
143/tcp
25/tcp

/portainer/Files/AppData/ProtonMail-Bridge:/root
( layout\dockers\term - Kind='term' )