You need to include master-service.h to get master_service_get_process_limit,
which returns how many processes of this type can be created before reaching
the limit.
vsz_limit includes mmap and malloc allocations. dovecot uses setrlimit() to
enforce the memory limit, so getrusage() should give
Looking forward to any help
On Tue, 2024-10-08 at 08:45 +0800, Joan Moreau via dovecot wrote:
> Additionally, I get error:
> 'master_service_get_process_limit' was not declared in this scope
> (dovecot git version)
>
> On Tue, 2024-10-08 at 08:16 +0800, Joan Moreau via dovecot wrote:
> > Hi
>
> "bdn---" == bdn--- via dovecot writes:
> my program sends messages via Dovecot + Postfix .
No, your program sends email via postfix listening on port 25 or 487.
dovecot doesn't send email, it receives it and then lets an MUA
manipulate it.
> Sometimes it can try to send more than 300 mess
On 07/10/2024 05:08, DaLynX via dovecot wrote:
Hello,
I am getting the following error on my dovecot LMTP server, upon delivery from
my postfix mailserver:
Oct 6 03:31:09 m dovecot[36551]: lmtp: Fatal: Error reading configuration:
read(/var/run/dovecot/config) failed: read(size=8192) faile
On 30/09/2024 15:49, Maciej Polewczyński via dovecot wrote:
When using the last_login plugin I noticed that the IP address
information is not updated. If there is no entry in the sql database
for a given user, the first time the login date and time information
and the IP address will be saved.
my program sends messages via Dovecot + Postfix .
Sometimes it can try to send more than 300 messages at one time.
The result is a message: Error working with IMAP . Error code: 9 Server
response: Logged In
What could it be? a limitation? what?
and I don't see any specifics in the logs
__