> On Mar 23, 2019, at 3:59 AM, Davide Marchi <dan...@msw.it> wrote:
>
> tpd_recipient_restrictions =
> ...
> check_policy_service inet:mailstore.example.com:12340
>
>
> I've a doubt: is it correct the space between "[..]service"
> and "inet[..]"?
Yes, that's what should appear in the file.
> I've run:
>
> postconf smtpd_recipient_restrictions=check_policy_service
> inet:mailstore.example.com:12340
This is not the right way to make the recommended change.
Edit the file with an editor and add:
check_policy_service inet:mailstore.example.com:12340
at the appropriate point in the recipient restrictions (depending
on what's already there).
--
Viktor.