Hi,
** Using Dovecot 2.2.22 and Postfix 3.1.0 **
I plan to migrate all accounts on my server from mbox to maildir storage but
before i want to make some tests on dedicated accounts. To do so i want to
overide the general "mail_location" ( mail_location =
mbox:~/mail:INBOX=/var/mail/%u ) with "m
12.02.2023 21:36, Alessio Cecchi пишет:
I've run into this error in the past in some situations:
- one was during the migration from Centos 6 to 7, probably the NFS
client in the kernel had some differences in cache management
- one was with Ubuntu and NFS server in Google Cloud, I don't r
> On 13/02/2023 11:36 EET Xavier wrote:
>
>
> Hi,
>
> ** Using Dovecot 2.2.22 and Postfix 3.1.0 **
>
> I plan to migrate all accounts on my server from mbox to maildir storage but
> before i want to make some tests on dedicated accounts. To do so i want to
> overide the general "mail_locat
Hi,
We have a user with an iPhone who can't see their maildir mailboxes on
dovecot-2.3.20 on fedora37. I've created a "subscriptions" file with all
maildir mailboxes with the proper format (converted from mboxes using
mb2md), but the user can only see their inbox.
It appears this may be a known pr
Hi, I thought it might help to also have my config info.
# 2.3.20 (80a5ac675d): /etc/dovecot/dovecot.conf
# OS: Linux 6.1.10-200.fc37.x86_64 x86_64 Fedora release 37 (Thirty Seven)
xfs
# Hostname: cipher.guardiandigital.com
auth_mechanisms = plain login
default_process_limit = 4000
default_vsz_lim
> You need to use passwd-file driver. I would recommend adding secondary userdb
> for overrides in a separate file instead of modifying /etc/passwd.
>
> userdb {
> driver = passwd
> result_success = continue-ok
> }
>
> userdb {
> driver = passwd-file
> args = /etc/dovecot/overrides
> }
>
> and put
> On 14/02/2023 09:47 EET Xavier wrote:
>
>
> > You need to use passwd-file driver. I would recommend adding secondary
> > userdb for overrides in a separate file instead of modifying /etc/passwd.
> >
> > userdb {
> > driver = passwd
> > result_success = continue-ok
> > }
> >
> > userdb {
>