[ILUG] mail forwarding
Kenn Humborg
kenn at bluetree.ie
Mon Nov 29 15:04:28 GMT 1999
> I have a bunch of mail sitting on one server. I`ll set up a .forward to
> bounce all subsequent mails to another server, but is there any quick way
> to bounce the mail that`s already on this machine over to the other
> machine?
I'll assume you mean that you want to move mail that's
already been delivered to /var/spool/mail/<USER>
1. Shut down sendmail on the target machine (to prevent
corruption problems later).
2. Take each /var/spool/mail/<USER> file, copy it to the
target machine and copy it to the corresponding file
in /var/spool/mail/ (append it if the file already exists, of course).
3. Restart sendmail on target.
Later,
Kenn
More information about the ILUG
mailing list