On 4/30/20 1:25 PM, john_warland@hotmail.com wrote:
I came across this same error and solved it doing some googling and came across this statement.
in main.cf: local_recipient_maps = hash:/opt/mailman/var/data/postfix_lmtp
change it to: local_recipient_maps =
It fixed the immediate issue but I do not know enough to say why. Hope someone can elaborate on this.
Setting
local_recipient_maps =
disables all local recipient checks. If you don't want to do that, you need to specify whatever the current or default setting is in addition, e.g.
local_recipient_maps = proxy:unix:passwd.byname $alias_maps hash:/opt/mailman/var/data/postfix_lmtp
See <http://www.postfix.org/LOCAL_RECIPIENT_README.html>
We need to update the docs for that setting.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan