Author: John Burnham Date: To: exim-users Subject: Re: [exim] Moving /var/spool/exim to new server.
> I am setting up a new server and need to >
> take all the mail in the queue from the old server to the new.
>
> Is it possible to just move /var/spool/exim to the new server and it
> will work ?
> If you have both servers up and running at the same time, you could simply change the
config on the old one to only have a manualroute router sending everything to the new
server and do a forced queue run (exim -qff).
J