I've got everything working except for frowardings. I have an an entry there like so: [email protected] in the source column, and the destination column contains [email protected] When the email is sent to [email protected], it is not forwarded but received internally. Help? Thanks, Jay
Found the issue: The tutorial says to add: virtual_alias_domains = virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf Which did not work. postfix was finding the correct user with the SQL, but forwardings did not work. I changed it to: virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf And the forwardings now work.