Hi, I have a lightweight admin background, but good enough to set up most servers. I have switched from sendmail to postfix for the first time, but I keep going around in circles on the following...
In sendmail, I used to maintain a table (mailertable) where I would redirect email like this
Code:
user@hosteddomain1 smtp:user@gmail.com
user2@hosteddomain1 smtp:user2@yahoo.com
user3@hosteddomain1 local:james
user4@hosteddomain1 error:mailbox closed
hosteddomain1 smtp:someone@hotmail.com
I happily mapped any incoming email address of any valid hosted domain either to go out to it's final destination via smtp, or if the person has a local mailbox, it delivered locally. Any errors could be forced, and a catch-all for the domain could be directed also.
I've struggled with virtual hosts and transport and a combination of the two to come up with the same result for postfix. I have this feeling I'm missing something really simple, or I am not 'getting it' when I'm doing something postfixy and I still have sendmaily expectations...
Can someone please put me on the right path so I will at least know I'm pointing in the right direction and working with the right files to achieve my aims? Postfix is so amazingly powerful and flexible, I'm having trouble figuring this bit out.
I have this feeling I just need a calm hand on my shoulder, a friendly smile and a hand pointing me the right way....
Many thanks.