On 12/11/2019 17.14, Wietse Venema wrote: > Fourhundred Thecat: >> On 12/11/2019 16.42, Wietse Venema wrote: >>> remove the dependency on the proxymap service. >> >> you mean change to this ? >> >> local_recipient_maps = $alias_maps > > You seem to have no idea what proxy:unix:passwd.byname does. It > uses the proxymap service to query the unix:passwd.byname table, > which contains the names of UNIX system accounts (see the postconf > manpage, where it describes the -m option). > > If you delete that from local_recipient_maps then the Postfix SMTP > server will not receive email for UNIX system accounts.
I see. Thanks for the explanation. So I assume, what you meant by "remove the dependency on the proxymap service" is to use this: local_recipient_maps = unix:passwd.byname $alias_maps