[Dovecot] ssl-params regeneration with dovecot 2.2.7

Frank Elsner frank at moltke28.B.Shuttle.DE
Tue Nov 5 21:01:54 EET 2013


Hello,

after switching from version 2.2.7 to 2.2.7 I miss the loglines which say:

ssl-params: Generating SSL parameters
ssl-params: SSL parameters regeneration completed

The configuration has not been changed and reads:

|  # 2.2.7: /usr/local/dovecot/etc/dovecot/dovecot.conf
|  # OS: Linux 2.6.35.14-106.fc14.i686.PAE i686 Fedora release 14 (Laughlin) ext3
|  auth_mechanisms = plain login
|  default_vsz_limit = 512 M
|  first_valid_uid = 200
|  last_valid_uid = 65534
|  listen = *
|  lmtp_save_to_detail_mailbox = yes
|  login_greeting = c64.shuttle.de - IMAPs Service (dovecot) ready.
|  login_log_format_elements = %u %r %c
|  mail_location = maildir:/var/spool/mail/%u
|  mail_log_prefix = "%Us(%u,%r): "
|  mail_plugin_dir = /usr/dovecot/lib/dovecot/
|  mail_plugins = notify quota fts fts_squat
|  namespace inbox {
|    inbox = yes
|    list = yes
|    location = 
|    mailbox Drafts {
|      special_use = \Drafts
|    }
|    mailbox Gesendet {
|      special_use = \Sent
|    }
|    mailbox SPAM {
|      special_use = \Junk
|    }
|    mailbox Sent {
|      special_use = \Sent
|    }
|    mailbox Trash {
|      special_use = \Trash
|    }
|    prefix = 
|    subscriptions = yes
|    type = private
|  }
|  passdb {
|    args = dovecot
|    driver = pam
|  }
|  plugin {
|    fts = squat
|    fts_squat = partial=4 full=10
|    mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change append
|    mail_log_fields = uid box from subject msgid size flags
|    mail_log_group_events = yes
|    quota = maildir:User quota
|    quota_rule = *:storage=2G
|    quota_rule2 = Trash:storage=+100M
|  }
|  postmaster_address = postmaster at moltke28.b.shuttle.de
|  protocols = imap
|  service anvil {
|    client_limit = 1027
|  }
|  service auth {
|    unix_listener auth-client {
|      group = exim
|      mode = 0660
|      user = exim
|    }
|  }
|  service imap-login {
|    inet_listener imap {
|      port = 143
|    }
|    inet_listener imaps {
|      port = 993
|      ssl = yes
|    }
|    process_limit = 512
|    process_min_avail = 10
|  }
|  service imap-postlogin {
|    executable = script-login /usr/local/sbin/dovecot-imap-post-login
|  }
|  service imap {
|    executable = imap imap-postlogin
|  }
|  service lmtp {
|    inet_listener lmtp {
|      address = 0.0.0.0
|      port = 24
|    }
|  }
|  service pop3-login {
|    inet_listener pop3 {
|      port = 110
|    }
|    inet_listener pop3s {
|      port = 995
|      ssl = yes
|    }
|  }
|  service pop3 {
|    process_limit = 1024
|  }
|  ssl_cert = </usr/local/etc/c64.shuttle.de.CRT
|  ssl_key = </usr/local/etc/c64.shuttle.de-dovecot.KEY
|  ssl_parameters_regenerate = 1 hours
|  userdb {
|    driver = passwd
|  }
|  verbose_proctitle = yes
|  protocol lmtp {
|    mail_plugins = notify quota fts fts_squat
|  }
|  protocol lda {
|    mail_plugins = notify quota fts fts_squat
|  }
|  protocol imap {
|    imap_client_workarounds = delay-newmail tb-extra-mailbox-sep tb-lsub-flags
|    imap_logout_format = [%i/%o]
|    mail_max_userip_connections = 0
|    mail_plugins = notify quota fts fts_squat quota mail_log imap_quota listescape fts fts_squat
|  }


What's going on? No more logging or no regeneration?


Greetings, Frank Elsner


More information about the dovecot mailing list