Could add message_size_limit to postfix listener?

  • @akong7777


    There is a generic listener file for Postfix already which allows you to override any parameter from both, the main.cf file and the master.cf file.


    See https://github.com/i-MSCP/imsc…tfix/10_postfix_tuning.pl


    So here, in you case, you must change the %mainCfParameters configuration parameter as follow:


    Perl
    1. my %mainCfParameters = (message_size_limit => <the_size_you_want>);


    Also, you must not forgot to remove sample configuration for the @masterCfParameters configuration parameter. Should be


    Code
    1. my @masterCfParameters = ();

    For the rest, it is as with other listener (copy to /etc/imscp/listeners.d directory and run imscp-setup script to active it).

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