Displaying 4 results from an estimated 4 matches for "7e2e900c1a".
2023 Jan 16
1
Error: Mailbox INBOX: file_dotlock_create in directory /var/mail failed: Permission denied
...igh in terms of CPU utilization(~90%). I asked it in some
roundcube support group, They believe that it is related to dovecot not
roundcube. Can you shed any light on this issue. Thanks in advance.
Here is $dovecot -n$ output
xyz at roundcube-internal-server-1:/etc/dovecot$ dovecot -n
# 2.3.16 (7e2e900c1a): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.16 (09c29328)
# OS: Linux 5.15.0-1024-kvm x86_64 Ubuntu 22.04.1 LTS
# Hostname: roundcube-internal-server-1
auth_mechanisms = plain login
disable_plaintext_auth = no
listen = *
lock_method = dotlock
mail_always_cache_fields = date.received
mail_c...
2023 Apr 04
1
Email not working
Hi,
First of all may I say I am not an expert on Dovecot so please forgive me if the answer to my query is obvious.
After upgrading from Ubuntu 20.04 to 22.04 my email is not working.
root at mail:~# doveconf -n
# 2.3.16 (7e2e900c1a): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.16 (09c29328)
# OS: Linux 5.15.0-60-generic x86_64 Ubuntu 22.04.1 LTS
# Hostname: mail.odysseytours.nz
auth_debug = yes
auth_mechanisms = plain login
auth_username_format = %{if;%d;eq;mail.odysseytours.nz;%Ln;%Lu}
listen = *, ::
mail_debug = yes...
2023 Mar 07
0
Dovecot "Mailbox sharing between users".
...the folders, but I cannot create a mbox file.
What am I doing wrong?
Help please.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Here are the important configuration items
# 2.3.16 (7e2e900c1a): /etc/dovecot/dovecot.conf
# OS: Linux 4.18.0-425.13.1.el8_7.x86_64 x86_64 AlmaLinux release 8.7
(Stone Smilodon) xfs
namespace shared {
? list = children
? location = maildir:~/Mail/:INDEX=~/Mail/shared/%%u:CONTROL=~/Mail/shared/
? prefix = shared/%%u/
? separator = /
? subscriptions = yes...
2023 Jan 21
1
Different username for passdb and userdb
Hello
I am attempting to use an external IMAP server for authentication, on
Dovecot 2.3.16 (7e2e900c1a), running on Ubuntu 22.04.
The external server requires usernames of the format: user at domain
However, my local users, where the mail is actually drawn from, are of the
format: user (passwd file driven).
I was able to log in with just "user", and have it both authenticate
remotely,...