i-mscp-setup script is no longer there???

  • perl /var/www/imscp/engine/setup/imscp-setup -danv isn't working anymore with 1.5. Did the path change?


    Thank you guys for the help!

    Hello dear,


    Errata files are not for dogs :D


    https://github.com/i-MSCP/imsc…ata.md#imscp-setup-script

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • :D


    so just to have this written down. You can now start this process with:


    Code
    1. perl /var/www/imscp/engine/setup/imscp-reconfigure -danv


    #closed

    stay hungry, stay foolish!

  • I should be able to see the changed with dovecot -n right?

    Right.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • But there are no changes :/


    If i check the dovecot.conf file there is the "listener" entry with mail_max connections

    stay hungry, stay foolish!

  • @nextx42


    The dovecot -n command show up parameters for which values are no default. I bet that in the listener file, you left the value to 10 which is the default value...


    In the listener file, you must raise the value to something higher than 10 and then you'll see the parameter listed in the output of the dovecot -n command.


    For instance:

    Shell-Script
    1. root@jessie:~# dovecot -n | grep mail_max_userip_connections
    2. mail_max_userip_connections = 100
    3. root@jessie:~#

    BTW: Please write the real parameter name which is mail_max_userip_connections and not mail_max connections. If you don't do so, other people that are reading this thread could be a bit lost.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • That worked!


    Thank you very much!

    You're welcome.


    Thread closed.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206