ix_listener quota-warning {
user = vmail
}
}
-- -
And it is set.
Thank you.
-Original Message-
From: Koga Hayashi [mailto:haya...@progdence.co.jp]
Sent: Wednesday, October 28, 2020 12:50 PM
To: 森川 孝司 ; dovecot@dovecot.org
Subject: RE: dovecot quota-warning detection ma
Morikawa,
What do you mean by "logged-in user"?
%u stands for the username.
If, for an example, user "morikawa" exists in your dovecot server (I mean as
local user), your quota warning configuration should be fine.
But if user "morikawa" does not exist in your server, and, dovecot can't
resolve
ot.org] On Behalf Of Koga Hayashi
Sent: Wednesday, October 28, 2020 1:58 PM
To: 森川 孝司 ; dovecot@dovecot.org
Subject: RE: dovecot quota-warning detection mail
Morikawa-san,
Your conf is wrong.
Should be:
quota_warning = storage = 95 %% quota-warning 95 %u Your conf:
quota_warning = storage = 9
Michael,
Your Dovecot's LMTP is just looking up root because mails are sent to root.
If you don't want root to be looked-up, then you just have to prevent being
sent to root, I guess.
Are the mails sent to postmaster addressed to root in the alias file?
Should check the alias on the postfix side
Alessio,
> remote 1.2.3.4 {
> }
This isn't supported.
You can only set the same max connection for all userips.
protocol imap {
mail_max_userip_connections = 100
}
The conf above will act :
- 1.2.3.4's max connections will be set to 100 when using imap connection.
- 1.2.3.5's max connection
Rob,
We need to see your conf before answering your question.
Can you give us the result of the next command?
# doveconf -n
From: dovecot On Behalf Of Rob Campbell
Sent: Saturday, November 6, 2021 12:04 PM
To: dovecot@dovecot.org
Subject: Unable to find mail
I just installed dovecot and it see