migrating webmail to gmail

requirements imapcopy, stunnel

enable imap for the account

use to connect via ssl to imap.gmail.com

stunnel -c -f -d 1143 -r imap.foo.tld:993 -P ”

set config server to 127.0.0.1 with port 1143

SourceServer 127.0.0.1
SourcePort 1143

DestServer 127.0.0.1
DestPort 1144


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *