Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1473026 Details for
Bug 1612140
dovecot sometimes sends non-default SSL cert if IMAP client won't send SNI
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
doveconf -n
doveconf.non-default (text/plain), 6.22 KB, created by
cosytechnik
on 2018-08-03 14:56:55 UTC
(
hide
)
Description:
doveconf -n
Filename:
MIME Type:
Creator:
cosytechnik
Created:
2018-08-03 14:56:55 UTC
Size:
6.22 KB
patch
obsolete
># 2.2.10: /etc/dovecot/dovecot.conf ># OS: Linux 3.10.0-862.9.1.el7.x86_64 x86_64 Red Hat Enterprise Linux Server release 7.5 (Maipo) >auth_master_user_separator = * >auth_mechanisms = plain login >base_dir = /var/run/dovecot/ >default_process_limit = 1000 >disable_plaintext_auth = no >lda_mailbox_autocreate = yes >lda_mailbox_autosubscribe = yes >listen = 127.0.0.1, 141.201.4.5, :: >mail_fsync = never >mail_full_filesystem_access = yes >mail_gid = 20000 >mail_location = mdbox:~/mail >mail_plugins = " quota mailbox_alias" >mail_privileged_group = vmail >mail_uid = 20000 >managesieve_notify_capability = mailto >managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave spamtest spamtestplus >mbox_write_locks = fcntl >namespace inbox { > hidden = no > ignore_on_failure = no > inbox = yes > list = yes > location = > prefix = INBOX/ > separator = / > subscriptions = yes > type = private >} >namespace special { > hidden = no > ignore_on_failure = no > inbox = no > list = yes > location = mdbox:~/mail_special_folders > mailbox Drafts { > auto = subscribe > special_use = \Drafts > } > mailbox Junk { > auto = subscribe > special_use = \Junk > } > mailbox Sent { > auto = subscribe > special_use = \Sent > } > mailbox "Sent Mail" { > auto = no > special_use = \Sent > } > mailbox "Sent Messages" { > auto = no > special_use = \Sent > } > mailbox "This is Ham" { > auto = subscribe > } > mailbox Trash { > auto = subscribe > special_use = \Trash > } > mailbox Wastebasket { > auto = no > special_use = \Trash > } > mailbox "report Spam" { > auto = subscribe > } > mailbox spam { > auto = no > special_use = \Junk > } > prefix = > separator = / > subscriptions = yes > type = private >} >passdb { > args = /etc/dovecot/master-users > driver = passwd-file > master = yes > pass = yes >} >passdb { > args = /etc/dovecot/dovecot-ldap.conf.ext > driver = ldap >} >passdb { > args = /etc/dovecot/dovecot-ldap-userdb-nondomain.conf.ext > default_fields = domain=new.domain > driver = ldap >} >passdb { > driver = pam >} >plugin { > mailbox_alias_new = Sent Messages > mailbox_alias_new2 = Sent Mail > mailbox_alias_new3 = Spam > mailbox_alias_new4 = spam > mailbox_alias_new5 = Wastebasket > mailbox_alias_old = Sent > mailbox_alias_old2 = Sent > mailbox_alias_old3 = Junk > mailbox_alias_old4 = Junk > mailbox_alias_old5 = Trash > quota = dict:User quota::file:%h/dovecot-quota > quota_grace = 15%% > quota_rule2 = INBOX/Trash:storage=+20% > quota_rule3 = INBOX/Sent:ignore > quota_status_nouser = DUNNO > quota_status_overquota = 552 5.2.2 Mailbox is full / Mailbox ist voll > quota_status_success = DUNNO > quota_warning = storage=95%% quota-warning 95 %u > quota_warning2 = storage=90%% quota-warning 80 %u > recipient_delimiter = + > sieve = ~/.dovecot.sieve > sieve_dir = ~/sieve > sieve_extensions = +spamtest +spamtestplus > sieve_max_redirects = 6 > sieve_max_script_size = 5M > sieve_quota_max_scripts = 0 > sieve_spamtest_max_header = X-spam-status: [[:alnum:]]+, score=-?[[:digit:]]+\.[[:digit:]] required=([[:digit:]]+\.[[:digit:]]).* > sieve_spamtest_status_header = X-spam-status: [[:alnum:]]+, score=(-?[[:digit:]]+\.[[:digit:]]).* > sieve_spamtest_status_type = score >} >protocols = imap pop3 lmtp sieve >service anvil { > client_limit = 5000 >} >service auth { > client_limit = 5000 > unix_listener /var/spool/postfix/private/auth { > group = postfix > mode = 0666 > user = postfix > } > unix_listener auth-userdb { > mode = 0777 > } >} >service imap-login { > inet_listener imap { > address = 127.0.0.1 > port = 143 > } > inet_listener imaps { > port = 993 > ssl = yes > } > process_min_avail = 8 > service_count = 0 >} >service imap { > client_limit = 500 > process_limit = 5125 >} >service lmtp { > executable = lmtp -L > inet_listener lmtp { > address = 127.0.0.1 > port = 24 > } > unix_listener /var/spool/postfix/private/lmtp-dovecot { > group = postfix > user = postfix > } >} >service managesieve-login { > inet_listener sieve { > port = 4190 > } > inet_listener sieve_deprecated { > port = 2000 > } >} >service pop3-login { > inet_listener pop3 { > address = 127.0.0.1 > port = 110 > } > inet_listener pop3s { > port = 995 > ssl = yes > } >} >service pop3 { > client_limit = 100 > process_limit = 1024 >} >service quota-status { > client_limit = 1 > executable = quota-status -p postfix > inet_listener { > port = 12450 > } >} >service quota-warning { > executable = script /usr/local/bin/quota-warning.sh > unix_listener quota-warning { > user = vmail > } > user = vmail >} >ssl = required >ssl_cert = </etc/pki/dovecot/certs/mail_new_domain-chained.cert >ssl_cipher_list = DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:ALL:!LOW:!SSLv2:!EXP:!aNULL:!MD5:!RC4:!DES:!3DES:!TLSv1 >ssl_key = </etc/pki/dovecot/private/mail_new_domain.key >ssl_protocols = !SSLv2 !SSLv3 >syslog_facility = local0 >userdb { > args = /etc/dovecot/dovecot-ldap.conf.ext > driver = ldap >} >userdb { > driver = passwd >} >valid_chroot_dirs = /srv/mail >verbose_proctitle = yes >protocol lmtp { > mail_fsync = optimized > mail_plugins = " quota mailbox_alias sieve" >} >protocol lda { > mail_fsync = optimized > mail_plugins = " quota sieve" >} >protocol imap { > mail_max_userip_connections = 30 > mail_plugins = " quota mailbox_alias imap_quota" >} >protocol sieve { > ssl = yes >} >local_name mail.old.domain { > ssl_cert = </etc/pki/dovecot/certs/mail_old_domain-chained.cert > ssl_key = </etc/pki/dovecot/private/mail_old_domain.key >} >local_name imap.old.domain { > ssl_cert = </etc/pki/dovecot/certs/mail_old_domain-chained.cert > ssl_key = </etc/pki/dovecot/private/mail_old_domain.key >} >local_name pop.old.domain { > ssl_cert = </etc/pki/dovecot/certs/mail_old_domain-chained.cert > ssl_key = </etc/pki/dovecot/private/mail_old_domain.key >} >local_name mail.new.domain { > ssl_cert = </etc/pki/dovecot/certs/mail_new_domain-chained.cert > ssl_key = </etc/pki/dovecot/private/mail_new_domain.key >} >local_name imap.new.domain { > ssl_cert = </etc/pki/dovecot/certs/mail_new_domain-chained.cert > ssl_key = </etc/pki/dovecot/private/mail_new_domain.key >} >local_name pop.new.domain { > ssl_cert = </etc/pki/dovecot/certs/mail_new_domain-chained.cert > ssl_key = </etc/pki/dovecot/private/mail_new_domain.key >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1612140
: 1473026