Hello, after upgrade to version 2.3.17, we enconter a lot of errors, such as:
Dec 2 13:41:22 mail5 dovecot:
lmtp(user@domain)<41944>
Here is my config: #dovecot -n # 2.3.17 (e2aa53df5b): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.17 (054dddfa) # OS: Linux 4.19.0-18-amd64 x86_64 Debian 10.11 nfs # Hostname: auth_cache_verify_password_with_worker = yes auth_failure_delay = 5 secs auth_mechanisms = plain login auth_verbose = yes auth_worker_max_count = 256 default_client_limit = 10000 default_process_limit = 10000 default_vsz_limit = 1 G dict { lastlogin = mysql:/etc/dovecot/mysql/dovecot-dict-lastlogin.conf quotadict = mysql:/etc/dovecot/mysql/dovecot-dict-quota.conf } disable_plaintext_auth = no first_valid_uid = 100 imap_hibernate_timeout = 5 secs imap_idle_notify_interval = 3 mins log_timestamp = "%Y-%m-%d %H:%M:%S " login_log_format_elements = user=<%u> method=%m rip=%r lip=%l pid=%p %c login_trusted_networks = xxxx mail_fsync = always mail_location = maildir:/home/virtual0/%d/%u mail_nfs_index = yes mail_nfs_storage = yes mail_plugins = zlib quota mail_log notify mail_privileged_group = mail maildir_stat_dirs = yes 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 metric imap_command { filter = event=imap_command_finished AND tagged_reply_state=OK group_by = cmd_name } metric imap_select_no { filter = event=imap_command_finished AND cmd_name=SELECT AND tagged_reply_state=NO } metric imap_select_no_notfound { filter = event=imap_command_finished AND cmd_name=SELECT AND tagged_reply="NO*Mailbox doesn't exist:*" } metric storage_http_gets { filter = event=http_request_finished AND category=storage AND method=get } mmap_disable = yes namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { auto = subscribe special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Spam { auto = subscribe autoexpunge = 30 days special_use = \Junk } mailbox Trash { auto = subscribe autoexpunge = 60 days special_use = \Trash } mailbox virtual/All { special_use = \All } prefix = } passdb { args = /etc/dovecot/mysql/dovecot-sql.conf driver = sql } plugin { last_login_dict = proxy::lastlogin last_login_key = # hidden, use -P to show it mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid box msgid size quota = dict:user::proxy::quotadict quota_rule2 = Trash:ignore quota_rule3 = Spam:ignore quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 The email account that you tried to reach is over quota quota_status_success = DUNNO quota_warning = storage=95%% quota-warning 95 %u quota_warning2 = storage=80%% quota-warning 80 %u sieve = ~/.dovecot.sieve sieve_before = /etc/dovecot/sieve/default.sieve sieve_dir = ~/sieve trash = /etc/dovecot/dovecot-trash.conf zlib_save = gz zlib_save_level = 6 } protocols = imap sieve pop3 lmtp service anvil { client_limit = 50000 unix_listener anvil-auth-penalty { mode = 00 } } service auth { client_limit = 50000 unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } unix_listener auth-master { group = mail mode = 0660 user = vmail } user = root vsz_limit = 1 G } service dict { unix_listener dict { mode = 0660 user = vmail } } service imap-hibernate { unix_listener imap-hibernate { group = $default_internal_group mode = 0660 } } service imap-login { inet_listener imap { address = * port = 143 } inet_listener imaps { address = * port = 993 } process_min_avail = 16 service_count = 1 } service imap { extra_groups = $default_internal_group process_min_avail = 16 unix_listener imap-master { user = $default_internal_user } vsz_limit = 2 G } service lmtp { process_min_avail = 16 unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0600 user = postfix } vsz_limit = 1 G } service managesieve-login { inet_listener sieve { port = 4190 } process_min_avail = 16 service_count = 1 } service managesieve { vsz_limit = 1 G } service pop3-login { inet_listener pop3 { address = * port = 110 } inet_listener pop3s { address = * port = 995 } process_min_avail = 16 service_count = 1 } service pop3 { process_min_avail = 16 vsz_limit = 1 G } service quota-status { executable = /usr/lib/dovecot/quota-status -p postfix process_min_avail = 16 unix_listener /var/spool/postfix/private/quota-status { group = postfix mode = 0666 user = postfix } } service quota-warning { executable = script /usr/local/bin/quota-warning.sh unix_listener quota-warning { mode = 0660 user = vmail } user = vmail } service stats { unix_listener stats-reader { mode = 0660 user = vmail } unix_listener stats-writer { mode = 0666 user = vmail } } ssl_cert =
Any help please? Aurel
Hi Aurel,
apparently before 2.3.17 '.dovecot.lda-dupes' and '.dovecot.lda-dupes.lock' where files, but starting with this release they are full folders with cur/new/tmp in them.
Don't know if this is a bug or something is missing from the docs.
On 12/2/21 1:55 PM, Aurel Mihai wrote:
Hello, after upgrade to version 2.3.17, we enconter a lot of errors, such as:
Dec 2 13:41:22 mail5 dovecot: lmtp(user@domain)<41944>
: Error: lmtp-server: conn unix:pid=40487,uid=107 [22]: rcpt user@domain: stat(/home/virtual0/domain/user/.dovecot.lda-dupes/tmp) failed: Not a directory Any help please? Aurel
**
-- Best regards, Adrian Minta
Hi Adrian, Aurel.
I am not sure why Adrian consider that .dovecot.lda-dupes would have been changed like this?
Your problem is that you have configured mail home and mail location to point to same place, causing dovecot to consider .dovecot.lda-dupes as a maildir folder.
This is a very common misconfiguration, which leads into exactly this kind of issues.
The recommended configuration is to configure mail_location=maildir:~/mail to avoid this issue.
Aki
On 02/12/2021 20:42 Adrian Minta adrian.minta@gmail.com wrote:
Hi Aurel, apparently before 2.3.17 '.dovecot.lda-dupes' and '.dovecot.lda-dupes.lock' where files, but starting with this release they are full folders with cur/new/tmp in them.
Don't know if this is a bug or something is missing from the docs.
On 12/2/21 1:55 PM, Aurel Mihai wrote:
Hello,
after upgrade to version 2.3.17, we enconter a lot of errors, such as:
Dec 2 13:41:22 mail5 dovecot: lmtp(user@domain)<41944>
: Error: lmtp-server: conn unix:pid=40487,uid=107 [22]: rcpt user@domain: stat(/home/virtual0/domain/user/.dovecot.lda-dupes/tmp) failed: Not a directory Any help please?
Aurel
-- Best regards, Adrian Minta
Hi, Thank you. I configured mail home and mail location to point to different places: mail_home to /home/virtual0/%d/%n and, respectively, mail_location to maildir:/home/virtual0/%d/%n/Maildir Now the initial error: "Error: lmtp-server: conn unix:pid=40487,uid=107 [22]: rcpt user@domain: stat(/home/virtual0/domain/user/.dovecot.lda-dupes/tmp) failed: Not a directory" does no longer appear in the mail log, but in the user home directory there is still this folder showing up *.dovecot.lda-dupes.locks,* but this time it is empty, it has no "/cur", "/tmp", "/new" directories.
# ls -lha /home/virtual0/domain/user total 32K drwx------ 5 vmail mail 8.0K Dec 6 09:19 . drwx------ 4 vmail mail 152 Dec 6 08:50 .. -rw------- 1 vmail mail 568 Dec 6 09:19 .dovecot.lda-dupes drwx------ 2 vmail mail 152 Dec 6 09:19 .dovecot.lda-dupes.locks lrwxrwxrwx 1 vmail mail 23 Dec 6 08:33 .dovecot.sieve -> sieve/sieve.sieve.sieve -rw------- 1 vmail mail 323 Dec 6 09:19 .dovecot.svbin drwxr-xr-x 10 vmail mail 8.0K Dec 6 09:20 Maildir drwx------ 3 vmail mail 152 Dec 6 09:18 sieve
Aurel
On Fri, Dec 3, 2021 at 9:11 AM Aki Tuomi aki.tuomi@open-xchange.com wrote:
Hi Adrian, Aurel.
I am not sure why Adrian consider that .dovecot.lda-dupes would have been changed like this?
Your problem is that you have configured mail home and mail location to point to same place, causing dovecot to consider .dovecot.lda-dupes as a maildir folder.
This is a very common misconfiguration, which leads into exactly this kind of issues.
The recommended configuration is to configure mail_location=maildir:~/mail to avoid this issue.
Aki
On 02/12/2021 20:42 Adrian Minta adrian.minta@gmail.com wrote:
Hi Aurel, apparently before 2.3.17 '.dovecot.lda-dupes' and '.dovecot.lda-dupes.lock' where files, but starting with this release they are full folders with cur/new/tmp in them.
Don't know if this is a bug or something is missing from the docs.
On 12/2/21 1:55 PM, Aurel Mihai wrote:
Hello,
after upgrade to version 2.3.17, we enconter a lot of errors, such as:
Dec 2 13:41:22 mail5 dovecot: lmtp(user@domain)<41944>
: Error: lmtp-server: conn unix:pid=40487,uid=107 [22]: rcpt user@domain: stat(/home/virtual0/domain/user/.dovecot.lda-dupes/tmp) failed: Not a directory Any help please?
Aurel
-- Best regards, Adrian Minta
participants (3)
-
Adrian Minta
-
Aki Tuomi
-
Aurel Mihai