On Sun, 21 Jan 2024 16:34:44 +0100, Aki Tuomi wrote:
Can you send output of doveconf -n?
Sure, here it is:
2.3.20 (80a5ac675d): /etc/dovecot/dovecot.conf
Pigeonhole version 0.5.20 (149edcf2)
OS: OpenBSD 7.4 amd64
Hostname: mx1.catap.net
default_vsz_limit = 10 G doveadm_password = # hidden, use -P to show it doveadm_port = 12345 first_valid_uid = 1000 mail_attribute_dict = file:%h/Maildir/dovecot-attributes mail_gid = vmail mail_location = maildir:~/Maildir mail_plugins = notify replication fts fts_flatcurve virtual mail_uid = vmail 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 index ihave duplicate mime foreverypart extracttext mbox_write_locks = fcntl mmap_disable = yes namespace inbox { inbox = yes location = mailbox Archive { auto = subscribe special_use = \Archive } mailbox Drafts { auto = subscribe special_use = \Drafts } mailbox Junk { auto = subscribe autoexpunge = 60 days special_use = \Junk } mailbox Sent { auto = subscribe special_use = \Sent } mailbox Trash { auto = subscribe autoexpunge = 60 days special_use = \Trash } prefix = separator = . } namespace virtual { location = virtual:/etc/dovecot/virtual:INDEX=~/virtual mailbox All { comment = All messages without Trash and Junk special_use = \All } mailbox Flagged { comment = All flagged messages without Trash and Junk special_use = \Flagged } prefix = virtual. separator = . } passdb { args = username_format=%u /etc/dovecot/users driver = passwd-file } plugin { fts = flatcurve fts_filters = normalizer-icu snowball stopwords fts_filters_en = lowercase snowball english-possessive stopwords fts_flatcurve_substring_search = yes fts_languages = en de ru es fts_tokenizer_generic = algorithm=simple fts_tokenizers = generic email-address mail_replica = tcps:mx2.catap.net sieve = file:~/sieve;active=~/.dovecot.sieve sieve_before = /etc/dovecot/sieve_before.d/ } protocols = imap lmtp sieve replication_dsync_parameters = -d -l 30 -U -x virtual. service aggregator { fifo_listener replication-notify-fifo { user = vmail } unix_listener replication-notify { user = vmail } } service doveadm { inet_listener { port = 12345 ssl = yes } } service imap-login { inet_listener imap { port = 143 } inet_listener imaps { port = 993 ssl = yes } } service lmtp { unix_listener lmtp { mode = 0666 } } service managesieve-login { inet_listener sieve { port = 4190 } } service replicator { process_min_avail = 1 unix_listener replicator-doveadm { mode = 0600 user = vmail } } ssl_cert = </etc/ssl/mx1.catap.net.fullchain.pem ssl_key = # hidden, use -P to show it userdb { args = username_format=%u /etc/dovecot/users driver = passwd-file override_fields = home=/var/vmail/%u } protocol lmtp { mail_plugins = notify replication fts fts_flatcurve virtual sieve } protocol imap { imap_metadata = yes mail_max_userip_connections = 1000 }
-- wbr, Kirill