• 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

Postfix smtpd limit not working on Plesk to reduce spams sending when main.cf changed

NadirL

New Pleskian
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Plesk 11.5.30 #22, Centos 6.4, postfix MTA

PROBLEM DESCRIPTION
We changed the configuration on /etc/postfix/main.cf for postfix to limit outgoing spams by this value :
smtpd_client_recipient_rate_limit = 50
smtpd_client_connection_rate_limit = 10
smtpd_client_message_rate_limit = 25
default_extra_recipient_limit = 50
duplicate_filter_limit = 50
default_destination_recipient_limit = 50

But when we reload postfix, this value are not saved, and we have the default (0 : no limit)

we need to use this postfix feature because our server is used for sending spam



STEPS TO REPRODUCE
open /etc/postfix/main.cf
insert value
save
reload postfix

ACTUAL RESULT

The new values are not saved to limit outgoing mail and it's a real problem, we can't wait for limit outgoing mail plesk module,

EXPECTED RESULT

Saving the modified values and using it by plesk server

ANY ADDITIONAL INFORMATION

is it a bug on plesk ?

Must we make the change in : /usr/libexec/postfix/main.cf ?


thank you
 
Last edited:
Back
Top