You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-utils-2.1-server/profile/mail/etc/dovecot/conf.d/10-master.conf

39 lines
586 B

# Calculate format=dovecot chmod=0644 chown=root:root
service imap-login {
inet_listener imap {
port = 143
}
inet_listener imaps {
port = 993
#?sr_mail_crypt!=#
ssl = yes
#sr_mail_crypt#
#?sr_mail_crypt==#
ssl = no
#sr_mail_crypt#
}
}
service pop3-login {
inet_listener pop3 {
port = 110
}
inet_listener pop3s {
port = 995
#?sr_mail_crypt!=#
ssl = yes
#sr_mail_crypt#
#?sr_mail_crypt==#
ssl = no
#sr_mail_crypt#
}
}
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0666
user = postfix
group = postfix
}
}