How to add email forwarding in linode server
2013-06-16
32 words
1 min read
Google and recode here.
- Install postfix
apt-get update
apt-get upgradeapt-get install postfix
- /etc/postfix/main.cf download and edit
virtual_alias_maps = hash:/etc/postfix/virtual
- /etc/postfix/virtual
[email protected] [email protected]
[email protected] [email protected] postmap /etc/postfix/virtual to build database
/etc/init.d/postfix reload
Authored By Jesse Lau
A freelancer living in New Zealand, engaged in website development and program trading. Ever won 1st ranking twice in the Dukascopy Strategy Contest. This article is licensed under a Creative Commons Attribution 4.0 International License.