-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trouble with fetching mail #34
Comments
hi there, strange! I am not using gmail so don't know about that, but fetch is working on my dovecot server. |
running on a Gentoo:
running a fetch or
|
ok, fetchmail is more or less what I have
but the imap listfolders blocking is odd. IS that on dovecot or gmail? I am confused since there are two cases, perhaps first concentrate on one and specify the user account with |
I just noticed, that things seem to work fine on my old debian8 machine, and that it chooses a different method of running openssl:
(tls instead of ssl) I am tempted to copy the "tls" command to the "ssl" case in the zsh script. Feels a bit hackish and I don't understand too much of what is going on here though :) |
in zlibs/imap I copied l.35 to l.38, essentially forcing the tls behaviour this way. it works for It seems I need to tell either my system, or jaromail to use TLS instead of SSL. |
all my debugging is now going on with the dovecot server. I found the TLS setting in the account configuration, which I had actually seen before. Thank you very much for your time. I will keep trying. |
for future reference, this is how far I've gotten for now:
where SERVER, LOGIN and PW_IN_PLAINTEXT are real values |
OK. Its hard to troubleshoot, I know since at dyne we do run our own mailserver... my hope is that this software is at least transparent enough to help this troubleshooting. Copying lines of script is still a viable option as most variables you can guess or read and it all boils down to a telnet sort of session over openssl. If you come to any more hints for future reference, you are very welcome to post them, besides that I hope you solve your problem. If its a bug in jaro mail i'll certainly be fixing it. I'm struggling myself with interfacing to gmail these days, to help an old friend download emails and get out of there... |
Thank you very much for your great work!
jaro peek
works fine on both a googlemail and a debian server running dovecotjaro fetch
times out, not finding any folders on the debian server and finding 9 folders on googlemail.Also, if I peek into the debian server and download a message by typing
R
a file for the email gets created, but filesize is 0.logfiles (
systemd status
) on debian server saysdovecot[13126]: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=x.x.x.x, lip=x.x.x.x, TLS handshaking: Disconnected, session=<OcSsni1m9gBU0jOB>
for an attempt to fetch,
and
dovecot[13126]: imap-login: Login: user=<USER>, method=PLAIN, rip=x.x.x.x, lip=x.x.x.x, mpid=13152, TLS, session=<a5ccny1m+ABU0jOB>
if I peek.
my guess is fetchmail is not properly configured, but I really don't know how to continue from here. Can you (or someone ;) point me towards a solution? that would be highly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: