• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Limit mail schedules per user

alinea49

New Pleskian
hello
I would like limit mail sending per user between 08:00 AM to 06:00 PM;
plesk 12.5
Ubuntu 14.04.4 LTS‬
Postfix
How to ?

Thanks for all ideas !
Eric
 
Scheduled task for mail utility with -outgoing-messages-mbox-limit option?
More details in the output of

# plesk bin mail --help
 
thanks Igor, but my request is:
[email protected] can only send email from 08:00AM to 06:00PM - unlimited or limited quantity .
If he try to send before 8 or after 6 he can't..
Didn't found solution at this time..
Eric
 
If you set limit on outgoing messages from a mailbox (per hour) to 0 for this time period with:

# plesk bin mail -u [email protected] -outgoing-messages-mbox-limit 0

emails will not be sent out during this period. Isn't it?
I mean period from 06:00PM to 8:00AM
 
Back
Top