| Server IP : 103.75.185.95 / Your IP : 216.73.217.162 Web Server : nginx/1.30.0 System : Linux cs-linux-20260509085757017 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : cuuhootoxema ( 1215) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/dovecot-core/ |
Upload File : |
Dovecot Debian package ====================== Please refer to http://wiki2.dovecot.org for the full documentation of this package and its configuration. Note that the default value for mbox_write_locks differs between Debian and upstream Dovecot: Debian: mbox_write_locks = "fnctl dotlock" Dovecot: mbox_write_locks = "dotlock fnctl" TLS setup --------- TLS is enabled by default on new installations. Dovecot will use the self-signed certificate provided by ssl-cert-snakeoil by default. The certificate and key are accessed via symbolic links in /etc/dovecot/private. If you wish to use your own certificates, feel free to replace the symbolic links in /etc/dovecot/private with the actual certificate/key of your preference, or place the certificate and key at the location of your preference and update /etc/dovecot/conf.d/10-ssl.conf accordingly. dovenull group -------------- Upstream recommends that for security's sake, the dovenull user should belong to its own private group to which no one else belongs. Prior to 2.2.9-1, the dovenull user was in the nogroup group which contains other users. This has been rectified for new installs but upgraders should make the change themselves like this: # addgroup --system --group dovenull # usermod -g dovenull dovenull