mq_exim_max_load_size - where?

Migdiradmin

Verified User
Joined
Jan 5, 2020
Messages
152
Where to change this limit ?
Queue size (xxx) is larger than the maximum value (2000) and may timeout

I try to find mq_exim_max_load_size=in directadmin.conf but i didnt found.


Regards
 
it's default value

try

/usr/local/directadmin c | grep mq_exim_max_load_size

if you want to change just add it into that file
mq_exim_max_load_size=3000
 
it's default value

try

/usr/local/directadmin c | grep mq_exim_max_load_size

if you want to change just add it into that file
mq_exim_max_load_size=3000

Code:
[root@server /]# /usr/local/directadmin c | grep mq_exim_max_load_size
Returned this:

Code:
-bash: /usr/local/directadmin: Is a directory
 
worked with
Code:
[root@server directadmin]# /usr/local/directadmin/directadmin c | grep mq_exim_max_load_size
mq_exim_max_load_size=2000

But now what i have to do?
 
Back
Top