> On Nov 28, 2018, at 1:14 PM, Barbara M. <barb...@rfx.it> wrote:
>
> Thanks for replay.
> The box is a standard "CentOS Linux release 7.5.1804 (Core)"
> Postfix standard (RH): postfix-2.10.1-6.el7.x86_64
>
> I inserted in master.cf (last row):
>
> limitrecip unix - - n - - smtp -o
> default_destination_recipient_limit=3
The "<transport>_destination_recipient_limit" parameters are qmgr(8)
parameters, NOT smtp(8) parameters. The correct setting is:
main.cf:
limitrecip_dsetination_recipient_limit = 3
then "postfix reload" to refresh the queue manager.
--
Viktor.