Setting up email forwards
The only things running on the old site are some static HTML pages, which have already been moved, and a mail server of some sort that does nothing except forward emails sent to that domain to exactly 2 email addresses.
So what would be the easiest way to 'prepare' my linode for a quick transition, given that all I want to do is run something that will accept email to 2 addresses at the domain, and forward them to 2 other addresses? What software would be best suited for this task?
5 Replies
Anyway - if you really want to host this yourself, you could give postfix a try, though it seems like overkill if all you're doing is forwarding a few addresses. There may be a stripped-down MTA out there that is set up to just relay messages, but I've never heard of such a thing.
One thing to consider would be to, instead of hosting this yourself, to use Google Apps for your Domain
…just my $0.02.
@dieselmachine:
Where is the option to forward mail in the google apps control panel/dashboard?
To setup an email forward for one user:
User Accounts -> click user -> Add nickname
To setup an email list that forwards to multiple users:
User Accounts -> Create email list
@egatenby:
@dieselmachine:Where is the option to forward mail in the google apps control panel/dashboard?
To setup an email forward for one user:
User Accounts -> click user -> Add nickname
This is actually incorrect. The nickname functionality just adds a user alias to the account. I'd use this, for instance, if you wanted to receive (in the same account) mail sent to
The best way to do this is just to create your desired user accounts, log into them and then in the user "settings" menu, you can set up forwarding.
@dieselmachine:
So what would be the easiest way to 'prepare' my linode for a quick transition, given that all I want to do is run something that will accept email to 2 addresses at the domain, and forward them to 2 other addresses? What software would be best suited for this task?
Most MTAs will support a .forward file in a user's home directory. This file simply contains a destination email address where all of the emails are redelivered.