• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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