Send frequency limit

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
hsia
Posts: 1
Joined: Tue Jan 15, 2019 12:37 pm

Send frequency limit

Post by hsia »

Hello everyone,
I am using zimbra and need a restriction function to limit the frequency of user sending. I can only send 10 messages per hour,

Code: Select all

anvil_rate_time_unit = 3600s
Smtpd_client_message_rate_limit = 10
Smtpd_client_connection_count_limit = 10
Smtpd_client_connection_rate_limit= 10
It can be restricted by the client, but it can still send mail through zimbra's webmail. Does anyone tell me how to limit the frequency of webmail sending?
User avatar
fs.schmidt
Outstanding Member
Outstanding Member
Posts: 278
Joined: Sat Sep 13, 2014 3:37 am
Location: Brazil
Contact:

Re: Send frequency limit

Post by fs.schmidt »

Hello,

You can achieve this with POLICYD:

https://wiki.zimbra.com/wiki/Cluebringer_Policy_Daemon
Post Reply