Hello
I have dedicated server wherein i need to have custom number for pop3 limits per IP.
Its usually set in /etc/dovecot/dovecot.conf.
I am looking to change
mail_max_userip_Connections = 3
to
mail_max_userip_Connections = 6
Now my problem is that with every Cpanel Update this value gets reset.
How can i make the modifications in such a way that it does not get reset on cpanel update.
One way to do it will be chattr +I . This will prevent ANY changes to dovecot configuration file.
But that way if there is any important update for dovecot , i will not get the same.
I want a way for Routine updates to work and at the same time this value to not be reset. Any other place to make this change to accomplish whats needed above.
I have dedicated server wherein i need to have custom number for pop3 limits per IP.
Its usually set in /etc/dovecot/dovecot.conf.
I am looking to change
mail_max_userip_Connections = 3
to
mail_max_userip_Connections = 6
Now my problem is that with every Cpanel Update this value gets reset.
How can i make the modifications in such a way that it does not get reset on cpanel update.
One way to do it will be chattr +I . This will prevent ANY changes to dovecot configuration file.
But that way if there is any important update for dovecot , i will not get the same.
I want a way for Routine updates to work and at the same time this value to not be reset. Any other place to make this change to accomplish whats needed above.