On 11/15/22 08:17, Wietse Venema wrote:
> Dhammika Gunawardena:
>> Hi
>>
>> We maintain a private relay server to send ebills for a customer.
>> During peak sending hours, we miss about 5-10% of incoming messages but
>> outgoing messages are available.
>> We capture subject line in incoming messag
On Tue, Nov 15, 2022 at 03:59:36PM +, Eric Wilkison wrote:
> Syslog can drop the logs under heavy load. Look for these logs to confirm:
>
> xxx messages lost due to rate-limiting
>
> Add to rsyslog.conf to disable rate limiting (assuming your using imjournal):
>
> $imjournalRatel
Syslog can drop the logs under heavy load. Look for these logs to confirm:
xxx messages lost due to rate-limiting
Add to rsyslog.conf to disable rate limiting (assuming your using imjournal):
$imjournalRatelimitInterval 0
$imjournalRatelimitBurst 0
Eric
Hi
Thanks for the reply.
OS : CentOS Linux release 7.9.2009 (Core) - VMWARE Virtual Machine,
8vCPU, 24GB RAM
Postfix version : postfix3-3.5.8-1.gf.el7.x86_64
_postconf -nf _
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
bounce_queue_lifetime = 0
command_directory = /usr/
Dhammika Gunawardena:
> Hi
>
> We maintain a private relay server to send ebills for a customer.
> During peak sending hours, we miss about 5-10% of incoming messages but
> outgoing messages are available.
> We capture subject line in incoming message to track ebills. When
> incoming messages ar
> "Dhammika" == Dhammika Gunawardena writes:
> We maintain a private relay server to send ebills for a customer.
Please send more details on your setup: OS, postfix version, "postconf
-nf" output, etc. Give more details
> During peak sending hours, we miss about 5-10% of incoming message
Hi
We maintain a private relay server to send ebills for a customer.
During peak sending hours, we miss about 5-10% of incoming messages but
outgoing messages are available.
We capture subject line in incoming message to track ebills. When
incoming messages are missing, we are in trouble.
Mail