rgrove / larch

:skull: Larch copies messages from one IMAP server to another. No longer maintained.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem of port

M5oul opened this issue · comments

I used Larch between to YunoHost like that: larch -f imap://ip-address -t imap://my-domain-name.
But I get the error after I entered my credentials: [warning] [<] Errno::ETIMEDOUT: Connection timed out - connect(2) for "source-ip-address" port 143 (will retry)

YunoHost use Dovecot on port 993.

May be a port problem…

Thanks for the help ;)

larch connects to port 143 when you use imap:// URI. Try:

larch -f imaps://ip-address -t imaps://my-domain-name

Thanks, I didn't saw that part of documentation.