The following line is probably missing or commented out in the main.cfg file:
virtual_alias_maps = hash:/etc/postfix/virtual
You need to do the following:
1.) Add or uncomment that line in the main.cf
2.) Type sudo newaliases
3.) Type sudo /etc/init.d/postfix reload
4.) Type sudo /etc/init.d/postfix restart
This should work to fix the issue.
Article ID: 140, Created: 4/23/2025 at 4:27 PM, Modified: 4/23/2025 at 4:27 PM