Re: mail routing question

2001-06-06 Thread arjen-qmail



- You get all reference to the domain and users @ the domain out of
  the qmail control files.
- The line above does _not_ apply to rcpthosts, there the domain remains
- you put in smtproutes:

 domainname.ext:new.smtp.server

and you gove qmail-send a -HUP

Should do it...


Grtz, 

Arjen.


On Thu, 7 Jun 2001, Chris wrote:

 
 We use Qmail+Vpopmail. we are planning to move a virtual domain to another
 server. but i'm afraid the new incoming email will still store in the old
 server after we change the MX dns record to the new server.
 
 anyone know how to configure the old server's qmail route the email to new
 server? many many thanks
 
 
 
   Chris Chan
 
 
 




RE: mail routing question

2001-06-06 Thread Chris Bolt

Add a line like this to /var/qmail/control/smtproutes:

virtualdomain.tld:newserver.tld

See also http://www.qmail.org/man/man8/qmail-remote.html

 We use Qmail+Vpopmail. we are planning to move a virtual domain to another
 server. but i'm afraid the new incoming email will still store in the old
 server after we change the MX dns record to the new server.

 anyone know how to configure the old server's qmail route the email to new
 server? many many thanks