• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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