Skip to content

Commit

Permalink
allow also starttls connections
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Feb 4, 2015
1 parent 55fb11c commit e68be19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion copy/opt/core/var/mdata-setup/includes/31-dovecot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ chmod 400 /opt/local/etc/dovecot/ssl/dovecot.pem

if mdata-get mbox_ssl 1>/dev/null 2>&1; then
cat > /opt/local/etc/dovecot/conf.d/core-ssl.conf <<EOF
ssl = yes
ssl = required
disable_plaintext_auth = yes
ssl_cert = </opt/local/etc/dovecot/ssl/dovecot.pem
ssl_key = </opt/local/etc/dovecot/ssl/dovecot.pem
Expand Down
12 changes: 0 additions & 12 deletions copy/opt/local/etc/dovecot/dovecot.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@ log_path = /var/log/dovecot/main
info_log_path = /var/log/dovecot/info
debug_log_path = /var/log/dovecot/debug

service imap-login {
inet_listener imap {
port = 0
}
}

service pop3-login {
inet_listener pop3 {
port = 0
}
}

service lmtp {
inet_listener lmtp {
address = ::1
Expand Down

0 comments on commit e68be19

Please sign in to comment.