Displaying 2 results from an estimated 2 matches for "puszcza".
2012 May 22
2
Limit max number of e-mails sent per hour
Hello list
I use sendmail-8.14.4-8.el6.x86_64 and I wonder how to restrict the
number of emails sendmail sent over an hour.
Is the define(`confMAX_QUEUE_RUN_SIZE', `200') command what I'm looking for?
Thank you in advance.
Nikos
2012 Nov 06
6
sieve
Hi,
is there a sieve option that can reject a mail directly without creating a new mail and sending that out? I know about
reject "Reject message goes here";
but I am looking for a mechanism that can reject Mail. Postfix can use reject_unverified_recipient to connect to LMTP and ask if a mail would successfully be enqueued and will return the status gotten from the LMTP server if not.