support smtp(25), smtps(465), imap(143), pop3(110), imaps(993), pop3s(995)
1.9K
docker run -d --name mailserver -p 110:110 -p 143:143 -p 25:25 -p 995:995 -p 993:993 -p 465:465 hding/mailserver:v1.0 only test by mail client Foxmail, other client should modify postfix.conf mail type.
Content type
Image
Digest
Size
289.1 MB
Last updated
almost 8 years ago
docker pull hding/mailserver