Re :
Quote
- We specify "no_unknown_recipient_checks" to disable attempts to find out if a recipient is unknown.
- We specify "no_header_body_checks" to disable header/body checks.
- We specify "no_milters" to disable Milter applications (this option is available only in Postfix 2.3 and later)
These parameters are optional. The no_header_body_checks and no_milters are ineffective with i-MSCP because we are not using any body check map, nor the milter service.
About the no_unknown_recipient_checks parameter, we already disable the smtp restrictions so I think that the result is same.
Quote
We don't specify "no_address_mappings" here. This enables virtual alias expansion, canonical mappings, address masquerading, and other address mappings after the content filter. The main.cf setting of "receive_override_options" disables these mappings before the content filter.
If I understand well, this parameter is useless since these mappings are already disabled in main.cf. Well, we can remove this parameter from master.cf if you want.
Thank you for using i-MSCP