Package: imapcopy
Version: 1.04-2
Severity: normal

Trying to use imapcopy to migrate one gmail account to another.

Used the following stunnel.conf:

==================================
cert = stunnel.pem
foreground=yes
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
debug = 7
client = yes

[imap-in]
accept = 127.0.0.1:1143
connect = imap.gmail.com:993
retry = yes

[imap-out]
accept = 127.0.0.2:2143
connect = imap.gmail.com:993
retry = yes
==================================
... or just ...
==================================
cert = stunnel.pem
foreground=yes
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
debug = 7
client = yes

[imap]
accept = 127.0.0.1:1143
connect = imap.gmail.com:993
retry = yes
==================================

... with matching entries in the SourceServer, SourcePort,
DestServer and DestPort lines of ImapCopy.cfg.

Business uses gmail so username at imap.gmail.com is the
full e-mail address.

Login does not work where there is a dot in the username,
i.e. when username is "foo....@qux.com".

I tried changing my passwords to all alphanumeric,
and re-verified them over and over, but it never worked.

It logged in fine with the source address, which does not
have a "." in the username.

I tried switching source/dest in the Copy line in ImapCopy.cfg
and then tested with the -t switch, but it still failed on
the one with the "." in the username.

Thanks.

Mark


-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages imapcopy depends on:
ii  libc6  2.19-18+deb8u1

imapcopy recommends no packages.

imapcopy suggests no packages.

-- no debconf information

Reply via email to