I see, definitely it's easier anyway if you can get Godaddy to forward your emails. For reference, though, if I remember rightly all you need to do to forward emails with Postfix is
- edit your main.cf and add the location of the canonical map, e.g.
sender_canonical_maps = hash:/etc/postfix/maps/canonical.map
- add the forwarding settings for each couple of email addresses to the canonical map (/etc/postfix/maps/canonical.map), e.g.
source@address.com target@email.com
- postmap /etc/postfix/maps/canonical.map
- postfix reload