mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
Added SSL for courier-imap using courier-imap-ssl.
Fixed /etc/postfix/vhost issue.
This commit is contained in:
parent
188356237a
commit
ccca157920
3 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue