Redirecting e-mail to non-local addresses on qmail
I was setting up Drupal multisites on a CentOS 5 system under Plesk 8.2, and the only practical way to do that in such configuration is to use Plesk's excellent system of domain aliases. The only problem was in current Plesk there is no way of assigning e-mail addresses to alias domains. And I needed them badly, for some of them.
The mail server is qmail, so I studied its manual, and read hundreds of Internet posts related to redirects and aliases in qmail.
This is the solution:
- Say we are need a mail for blue.dot@domain.org where domain.org is set up as a domain alias in Plesk.
- Make sure the Mail function for domain.org is switched on in your Plesk.
- Connect to your server's terminal, e.g. using Putty and log in as root and type: nano /var/qmail/control/virtualdomains
- You will see there is a line similar to domain.org:Xwhere 'X' is some number.
- Change that line to: domain.org:alias-domainorgwhere 'domainorg' uniquely characterizes this virtual domain.
- Restart qmail by e.g.: service qmail restart
- cd /var/qmail/alias/
- Now you need to create the following redirect file: nano .qmail-domainorg-blue:dot(Note that the full stop between 'blue' and 'dot' has become a colon here!)
Note that this is a generic solution valid for qmail redirects to non-local users whether or not one deals with domain aliases.
This solution was inspired by the old but wonderful article http://www.linuxjournal.com/article/2313 and also http://lifewithqmail.org; less so by the otherwise obvious http://www.qmail.org/
- Add new comment
- 245 reads
- Email this page
