If I manually run fetchmail I see:
Code: Select all
fetchmail: Server certificate verification error: unable to get local issuer certificate
fetchmail: Server certificate verification error: certificate not trusted
fetchmail: Error exchanging credentials
57 messages (19 seen) for otrs at webmail.cimgroup.com.
reading message otrs@server.domain.com:1 of 57 (1019 header octets) (98 body octets).
If I run fetchmail -vv I see a similar certificate error, but it appears to authenticate and then I see
Code: Select all
Trying to connect to 127.0.0.1/25...connected.
fetchmail: SMTP< 220 server.domain.com ESMTP Postfix (Ubuntu)
fetchmail: SMTP> EHLO server.domain.com
fetchmail: SMTP< 250-server.domain.com
fetchmail: SMTP< 250-PIPELINING
fetchmail: SMTP< 250-SIZE 10240000
fetchmail: SMTP< 250-VRFY
fetchmail: SMTP< 250-ETRN
fetchmail: SMTP< 250-STARTTLS
fetchmail: SMTP< 250-ENHANCEDSTATUSCODES
fetchmail: SMTP< 250-8BITMIME
fetchmail: SMTP< 250 DSN
fetchmail: forwarding to localhost
fetchmail: SMTP> MAIL FROM:<user@domain.com> BODY=8BITMIME SIZE=1117
fetchmail: SMTP< 250 2.1.0 Ok
fetchmail: SMTP> RCPT TO:<otrs@localhost>
fetchmail: SMTP< 250 2.1.5 Ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 End data with <CR><LF>.<CR><LF>
#
fetchmail: IMAP< )
fetchmail: IMAP< A0011 OK FETCH completed.
fetchmail: IMAP> A0012 FETCH 1 BODY.PEEK[TEXT]
fetchmail: IMAP< * 1 FETCH (BODY[TEXT] NIL)
If I check the procmail logs they are empty after the tickets stopped reaching OTRS. I did flip the entire box but that hasn't helped.
Any suggestions on other log files to look into? Or how to trace these steps.
Thanks,
Manu