• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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