• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Postfix command time & queue file size limit issue

fearz

Regular Pleskian
Hi,

Is anyone getting/was able to fix these:

Feb 17 12:47:54 earth postfix/spawn[22361]: warning: /usr/lib/plesk-9.0/postfix-queue: process id 26052: command time limit exceeded
Feb 17 12:47:54 earth postfix/spawn[22364]: warning: /usr/lib/plesk-9.0/postfix-queue: process id 26053: command time limit exceeded

and

Feb 17 15:05:03 earth postfix/smtpd[6552]: warning: NOQUEUE: queue file size limit exceeded
Feb 17 15:05:04 earth postfix/smtpd[7683]: warning: 4CF137B0937: queue file size limit exceeded

Plesk 10.1.1 - Centos5

Here is my postconf:

# postconf -d | grep limit
body_checks_size_limit = 51200
bounce_size_limit = 50000
command_time_limit = 1000s
connection_cache_ttl_limit = 2s
default_destination_concurrency_limit = 20
default_destination_recipient_limit = 50
default_extra_recipient_limit = 1000
default_process_limit = 100
default_recipient_limit = 10000
default_verp_delimiters = +=
delay_logging_resolution_limit = 2
duplicate_filter_limit = 1000
forward_path = $home/.forward${recipient_delimiter}${extension}, $home/.forward
header_address_token_limit = 10240
header_size_limit = 102400
hopcount_limit = 50
line_length_limit = 2048
lmtp_connection_cache_time_limit = 2s
lmtp_connection_reuse_time_limit = 300s
lmtp_destination_concurrency_limit = $default_destination_concurrency_limit
lmtp_destination_recipient_limit = $default_destination_recipient_limit
lmtp_line_length_limit = 990
lmtp_mx_address_limit = 5
lmtp_mx_session_limit = 2
local_destination_concurrency_limit = 2
local_destination_recipient_limit = 1
mailbox_size_limit = 51200000
message_size_limit = 10240000
mime_boundary_length_limit = 2048
mime_nesting_limit = 100
qmgr_message_active_limit = 20000
qmgr_message_recipient_limit = 20000
queue_file_attribute_count_limit = 100
recipient_delimiter =
relay_destination_concurrency_limit = $default_destination_concurrency_limit
relay_destination_recipient_limit = $default_destination_recipient_limit
smtp_connection_cache_time_limit = 2s
smtp_connection_reuse_time_limit = 300s
smtp_destination_concurrency_limit = $default_destination_concurrency_limit
smtp_destination_recipient_limit = $default_destination_recipient_limit
smtp_line_length_limit = 990
smtp_mx_address_limit = 5
smtp_mx_session_limit = 2
smtpd_client_connection_count_limit = 50
smtpd_client_connection_rate_limit = 0
smtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetworks}
smtpd_client_message_rate_limit = 0
smtpd_client_new_tls_session_rate_limit = 0
smtpd_client_recipient_rate_limit = 0
smtpd_hard_error_limit = 20
smtpd_junk_command_limit = 100
smtpd_recipient_limit = 1000
smtpd_recipient_overshoot_limit = 1000
smtpd_soft_error_limit = 10
verp_delimiter_filter = -=+
virtual_alias_expansion_limit = 1000
virtual_alias_recursion_limit = 1000
virtual_destination_concurrency_limit = $default_destination_concurrency_limit
virtual_destination_recipient_limit = $default_destination_recipient_limit
virtual_mailbox_limit = 51200000
 
Last edited:
Hello?

Any advice please?

I am still getting those command time limit exceeded...any idea what would be causing this?
 
Seems there is huge size message was sent (message_size_limit = 10240000). And do not forget about uuencoding - usually it increase size to 33% (file with 1000 Kb will be 1333 Kb in UUE)
 
So is there any solution to avoid that even if the message size was big?

I mean..What exactly the cause of seeing those messages?
 
Just increase limits in Postix config. More details in Postfix documentation.
 
Appreciating more support please,

What limit needs to be increased in regards to my reported case?
 
Back
Top