[pfx] forward_path setting not being processed correctly after upgrade

2023-10-26 Thread sandmant--- via Postfix-users
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

[pfx] Re: forward_path setting not being processed correctly after upgrade

2023-10-26 Thread sandmant--- via Postfix-users
> 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