Added SSL for courier-imap using courier-imap-ssl.

Fixed /etc/postfix/vhost issue.
This commit is contained in:
Thomas VIAL 2015-03-31 19:31:18 +02:00
parent 188356237a
commit ccca157920
3 changed files with 9 additions and 4 deletions

View file

@ -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