http://www.perlmonks.org?node_id=198717


in reply to Using perl in mail server migration

This isn't a perl question at all. You should just set up sendmail to relay all mail from server A to server B.

Something like this should do the trick: define('SMART_HOST', 'smtp:my.server.here')

gav^

Replies are listed 'Best First'.
Re: Re: Using perl in mail server migration
by Marza (Vicar) on Sep 18, 2002 at 08:01 UTC

    Or why not change the name of server A and make it's old name a DNS cononical for server B

    However, you are correct as this does not look perl related.