Mail not synchronising

Hi
Trudesk v1.0.5
CentOs 7.6

I have mailer pointing to Office365 which is working but the incident tickets are only appearing when I restart trudesk.

Log is showing the mails are being read

1/18 19:20:20 [8797] - ‘[[34mdebug’[[39m: Processed 2 Mail > Ticket

Mail server is showing the incoming mails as being read but no new tickets are raised.

Any ideas?

Kind regards

Trudesk polls the IMAP server every 10 minutes. This will be configurable to a desired interval in the next release.

I am able to see the poling interval of 10 minutes. After a restart of trudesk the mails are synced OK for the first interval. Further checks see the logs updating with “Processed x mail > Ticket” but no new tickets are actually raised.

There are a couple of things to note here:

  • If Create Account is not enabled under MailCheck settings, the from address must match a trudesk user email address. If it is enabled, an account will get created for the user with the from address as the username.
  • If for any reason the parser fails to parse the body of the email, it will mark the email as read and drop processing it. (I do not see this as the case if the first interval is processing the mail)

There were some event leaks prior to v1.0.5, some of these changes may cause the issues you’re experiencing. I will try to reproduce tonight and push a fix if need be.

I have confirmed it is working correctly with an on-premise exchange server and zoho mail. What mail provider are you using, so I can test with that as well?

Resolved. Not sure of the exact remedy but we rebuilt on a new AWS instance and we can now sync emails.

kind regards

hi i am facing the same issue on Raspberry PI3, Nodejs v10.15.3
I ve debuged the
mailCheck.js
and discovered that
129 …mailCheck.Imap.on(‘end’, function () …
and
203 f.on(‘end’, function () {

are never called.

So with this patch it s ok now :

i replaced the line 197 : mailCheck.messages.push(message)

With


if (_.size(results) === mailCheck.messages.length){
handleMessages(mailCheck.messages)
mailCheck.Imap.destroy()
}


kind regards

1 Like

it s possible you get also this kind of error :
TCP.onStreamRead (internal/stream_base_commons.js:94:17), code=DEPTH_ZERO_SELF_SIGNED_CERT,

because your imap server use a self signed cert

There is a lot of discussion about this solution, but for me it s ok :
insert after line 30 mailCheck.inbox = []
process.env.NODE_TLS_REJECT_UNAUTHORIZED = “0”;

and restart the trudesk service

kind regards

I am having an issue on postfix, where the e-mail comes in gets deleted by TD log message shows up that it created a ticket ( it did not create a ticket ) and it also did not create an account even though it is configured to do so.

Need to make sure the account you’re logged into has access to public tickets.

Trudesk is crashing while parsing mail content for creating tickets. Attaching snapshot for your reference

Hotmail IMAP (office365) configuration is used for mail check. Incoming Email address is already mapped to an Agent.
-> It checks fmand detects an email
-> Deleted it from server
-> sudden exception while parsing
-> trudesk restarts

This is a fresh installation using the install script on a ubuntu 18.04

Pointers here would be helpful.

Hi,

I have the same problem with @acartledge. Trudesk showed “Processed xxx Mails” but no ticket was added.

Here is the log:

0|trudesk | 12/3 09:44:40 [10589] - debug: Processed 1 Mail > Ticket

I tried to enable/disable “Create Account” option and restart Trudesk but same thing happens. I see that the email was marked as read. So probably, the parser fails for some reason :frowning_face:

Do you guys have any suggestion ?

Thanks

I see that the event mailCheck.Imap.on(‘end’… is not fired. I don’t know why. Anyone has an idea ?

I’m having the same problem, “Processed 1 Mail > Ticket” but no ticket gets created, all options turned on, minimum length of issue and set to 0, public tickets enabled. I see imap emails getting deleted but I get nothing for tickets or user account creation.

Version:
Ubuntu 18.04.4 LTS
Trudesk version 1.0.14
npm --version 6.14.6
node --version v10.22.1

I have a postfix and apache server (ISPConfig) running on the same server but the imap pull points to another server.

Please advise.

Used GIT to update my trudesk folder to 1.1.3 and still no dice…

any help troubleshooting this would be appreciated