I am updating a system from postfix-2.10.1 to postfix-3.5.9 (and RHEL7->RHEL9),
and it seems my forward_path is no longer getting processed correctly.
postconf shows the correct forward_path:
root@rt2:/etc/postfix-auth> postconf -c /etc/postfix-auth/ forward_path
forward_path = $home/.forwa
> So the cases that use ${recipient_delimiter} will only match addresss that
> actually have an extension. If you want to use it unconditionally, you'll
> need to use a literal "+", instead.
Wow! There is no need for me to use the literal. Thank you so much for such a
quick solution!
rt2