[CentOS] C6.7 evolution to cyrus imap(s) fails

Tue Aug 11 21:05:38 UTC 2015
Alexander Dalloz <ad+lists at uni-x.org>

Am 11.08.2015 um 22:28 schrieb Dr J Austin:
>
> Hi Alexander
>
> [root at maui:/var/log]$ watch 'tail -n40 maillog
>
> does not quiver when I try to connect

That's suspicious.

Let's exclude it is the client which causes the problem: Connect 
directly to the IMAPS server on CLI.

openssl s_client -connect <server ip>:993

You hopefully see a greeting message from the IMAP server. Then issue

a1 LOGIN username password

If you see a success message that you logged in, then everything is fine 
with your cyrus-imapd.

Logout by entering

a2 LOGOUT

If you got that far, the troublemaker is Evolution. Can't help you with 
that one as I am not using it. Validate all the account settings to be 
valid.

> In coming mail can be seen but nothing about evo connections as far as I
> can see
>
> There do seem to be some warnings/errors - they don't look relavant??

Right, irrelevant for your isse.

> Many thanks for your help
>
> John
>
>>
> Aug 11 21:17:29 maui lmtpunix[10038]: duplicate_check:
> <2601564684-JVVYITYRHUOROMKSRSWVQKEO at mzdrthfhs35.com-internet.us> user.ja 0
> Aug 11 21:17:29 maui lmtpunix[10038]: duplicate_check:
> <2601564684-JVVYITYRHUOROMKSRSWVQKEO at mzdrthfhs35.com-internet.us> user.ja 0
> Aug 11 21:17:29 maui lmtpunix[10038]: Delivered:
> <2601564684-JVVYITYRHUOROMKSRSWVQKEO at mzdrthfhs35.com-internet.us> to
> mailbox: user.ja
> Aug 11 21:17:29 maui lmtpunix[10038]: mystore: starting txn 2147483715
> Aug 11 21:17:29 maui lmtpunix[10038]: mystore: committing txn 2147483715
> Aug 11 21:17:29 maui lmtpunix[10038]: duplicate_mark:
> <2601564684-JVVYITYRHUOROMKSRSWVQKEO at mzdrthfhs35.com-internet.us>
> user.ja 1439324249 441771
> Aug 11 21:17:29 maui lmtpunix[10048]: executed
> Aug 11 21:17:43 maui lmtpunix[10038]: accepted connection
> Aug 11 21:17:43 maui lmtpunix[10038]: lmtp connection preauth'd as postman
> Aug 11 21:17:43 maui lmtpunix[10038]: IOERROR: fstating sieve script
> /var/lib/imap/sieve/j/ja/defaultbc: No such file or directory

Cyrus-IMAPd tries to execute the default sieve but there is no sieve 
filter defined for the mailbox. You can ignore that or just configure 
your syslog to not log these debug messages.

> Aug 11 21:17:43 maui lmtpunix[10038]: duplicate_check:
> <CAJCQCtQ+aNqM8SKkH8etmjG6nFzPyLBXtiQ2uanMNPVq-wFioQ at mail.gmail.com>
> user.ja              0
> Aug 11 21:17:43 maui lmtpunix[10038]: duplicate_check:
> <CAJCQCtQ+aNqM8SKkH8etmjG6nFzPyLBXtiQ2uanMNPVq-wFioQ at mail.gmail.com>
> user.ja              0
> Aug 11 21:17:43 maui lmtpunix[10038]: Delivered:
> <CAJCQCtQ+aNqM8SKkH8etmjG6nFzPyLBXtiQ2uanMNPVq-wFioQ at mail.gmail.com> to
> mailbox: user.ja
> Aug 11 21:17:43 maui lmtpunix[10038]: mystore: starting txn 2147483717
> Aug 11 21:17:43 maui lmtpunix[10038]: mystore: committing txn 2147483717
> Aug 11 21:17:43 maui lmtpunix[10038]: duplicate_mark:
> <CAJCQCtQ+aNqM8SKkH8etmjG6nFzPyLBXtiQ2uanMNPVq-wFioQ at mail.gmail.com>
> user.ja              1439324263 441772
> Aug 11 21:18:08 maui lmtpunix[10048]: accepted connection
> Aug 11 21:18:08 maui lmtpunix[10048]: lmtp connection preauth'd as postman
> Aug 11 21:18:08 maui lmtpunix[10048]: IOERROR: fstating sieve script
> /var/lib/imap/sieve/j/ja/defaultbc: No such file or directory

Same as above.

> Aug 11 21:18:08 maui lmtpunix[10048]: duplicate_check:
> <55CA5873.7090007 at htt-consult.com>       user.ja              0
> Aug 11 21:18:08 maui lmtpunix[10048]: duplicate_check:
> <55CA5873.7090007 at htt-consult.com>       user.ja              0
> Aug 11 21:18:08 maui lmtpunix[10048]: Delivered:
> <55CA5873.7090007 at htt-consult.com> to mailbox: user.ja
> Aug 11 21:18:08 maui lmtpunix[10048]: mystore: starting txn 2147483718
> Aug 11 21:18:08 maui lmtpunix[10048]: mystore: committing txn 2147483718
> Aug 11 21:18:08 maui lmtpunix[10048]: duplicate_mark:
> <55CA5873.7090007 at htt-consult.com>       user.ja              1439324288
> 441773

So far just activity of the LMTP processes to deliver mail into the mailbox.

> Aug 11 21:19:03 maui master[2515]: process 10038 exited, status 0
> Aug 11 21:19:13 maui master[2515]: process 10048 exited, status 0

Processes get terminated. That's fine.

> Aug 11 21:19:13 maui master[10160]: about to exec
> /usr/lib/cyrus-imapd/lmtpd
> Aug 11 21:19:13 maui lmtpunix[10160]: executed

You really should see your user login in this log file.

Alexander