A alinea49 New Pleskian Mar 1, 2017 #1 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
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
IgorG Plesk addicted! Plesk Certified Professional Mar 1, 2017 #2 Scheduled task for mail utility with -outgoing-messages-mbox-limit option? More details in the output of # plesk bin mail --help
Scheduled task for mail utility with -outgoing-messages-mbox-limit option? More details in the output of # plesk bin mail --help
A alinea49 New Pleskian Mar 1, 2017 #3 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
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
IgorG Plesk addicted! Plesk Certified Professional Mar 1, 2017 #4 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
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
IgorG Plesk addicted! Plesk Certified Professional Mar 1, 2017 #5 So, at 06:00PM you enable # plesk bin mail -u [email protected] -outgoing-messages-mbox-limit 0 and at 8:00AM you enable # plesk bin mail -u [email protected] -outgoing-messages-mbox-limit -1
So, at 06:00PM you enable # plesk bin mail -u [email protected] -outgoing-messages-mbox-limit 0 and at 8:00AM you enable # plesk bin mail -u [email protected] -outgoing-messages-mbox-limit -1