You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Added SSL for courier-imap using courier-imap-ssl.
Fixed /etc/postfix/vhost issue.
This commit is contained in:
@ -5,7 +5,7 @@ A fullstack but simple mail server (smtp, imap, antispam, antivirus...)
|
||||
Includes:
|
||||
|
||||
- postfix with smtp auth
|
||||
- courier-imap
|
||||
- courier-imap with ssl support
|
||||
- amavis
|
||||
- spamassasin
|
||||
- clamav
|
||||
@ -14,6 +14,8 @@ Additional informations:
|
||||
|
||||
- only config files, no *sql database required
|
||||
- mails are stored in `/var/mail/${domain}/${username}`
|
||||
- email login are full email address (`username1@my-domain.com`)
|
||||
- ssl is strongly recommended
|
||||
|
||||
## installation
|
||||
|
||||
|
Reference in New Issue
Block a user