Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
To continue sharing your ideas and feedback, please visit features.plesk.com
There is no such setting. An SMTP connect takes the time that it takes. Are you looking for the timeout setting maybe? You can find more about the directive in the smtp_connect_timeout section of Postfix Configuration Parameters
Yes what i mean is this , while sending message using gamadyne mailer or supermailer.
I want to reduce the rate at which the message is been sent meaning i want it to be sending slowly so that my message won't be identified as spam.
For example some smtp can send 100,000 withing 1hr but i will like to edit my to be able to send that 100,000 withing 3 hours
You are then looking for smtpd_client_message_rate_limit and anvil_rate_time_unit. Should these not yet exist in your postfix main.cf file, you can add them, for example:
But: This may not be the best approach for your plans. When you use Supermailer for example, it is much better to use their built-in feature to send n mails within m seconds and pause for x seconds after sending y mails. That can all be set in sending controls of Supermailer.
The main.cf file is located in /etc/postfix. You need to login to your Linux console. This can be done through SSH directly or through the SSH login extension in Plesk. You can edit the file using a text editor. Postfix needs needs to be restarted afterwards so that the changed settings take effect. As root service postfix restart.
okay no problem, i opened main.conf
How can i set this
smtpd_client_message_rate_limit = 10
anvil_rate_time_unit = 10s
this is the screenshot of the main.conf opened with text editor
I tried this method
smtpd_client_message_rate_limit = 10
anvil_rate_time_unit = 10s
but the sending relay time still run very fast.
Please is there any other way i can modify it so that the smtp will be sending email slowly.