Skip to main content

Need help understanding this exim_mainlog entry

Comments

4 comments

  • rpvw
    Hi Tina, There were actually 2 Joomla updates in quick succession on Thursday to 3.8.1 and then again on Friday to 3.8.2. Official notification may have come to you by a number of sources - Joomla Security center that uses noreply+feedproxy @ google.com as their from address - or you may have notifications from a provisioning platform like Softaculous if you configured your account to receive them. It is highly unlikely that any official notification would include a reference to (warning do not browse to this address) http : // www dot example dot com / which actually takes you to an Asian porn site, so I would defiantly delete the email, but you should look at upgrading your Joomla installations from official sources :cool: Sorry, realized I hadn't answered about the T value - subject: The subject of the message is added to the arrival log line, preceded by "T=" And the \342\200\223 is an octal character sequence representing the UTF-8 "en dash" character: octal 342 200 223 is the same as hex e2 80 93 See the exim manual for a full list of codes. Thank you
    0
  • Tina
    Hi Tina, There were actually 2 Joomla updates in quick succession on Thursday to 3.8.1 and then again on Friday to 3.8.2. Official notification may have come to you by a number of sources - Joomla Security center that uses noreply+feedproxy @ google.com as their from address - or you may have notifications from a provisioning platform like Softaculous if you configured your account to receive them. It is highly unlikely that any official notification would include a reference to (warning do not browse to this address) http : // www dot example dot com / which actually takes you to an Asian porn site, so I would defiantly delete the email, but you should look at upgrading your Joomla installations from official sources :cool: Sorry, realized I hadn't answered about the T value - subject: The subject of the message is added to the arrival log line, preceded by "T=" And the \342\200\223 is an octal character sequence representing the UTF-8 "en dash" character: octal 342 200 223 is the same as hex e2 80 93 See the exim manual for a full list of codes. Thank you

    Thank you rpvw, I did do the upgrade from 3.6.1 to 3.6.2. Is it possible to know by these log entries if the email was generated by my website or sent from outside the server? :)
    0
  • rpvw
    It rather looks like the mail was generated on your server, and sent OUT to your gMail account (<= myaddress@gmail.com) by your user (U=myuserid) I can't tell from the data you posted if this was actually generated by the Joomla application, or via some other source. You really need an exim guru to jump onto this topic, they will be able to help you much better than I can :confused:
    0
  • cPanelMichael
    Hello, The following Exim document will help you to decipher /var/log/exim_mainlog when investigating these types of issues: 52. Log files In particular, the following information will help you to determine if a message is incoming or outgoing: [SPOILER="Exim Log Line Flags"> 5. Log line flags One line is written to the main log for each message received, and for each successful, unsuccessful, and delayed delivery. These lines can readily be picked out by the distinctive two-character flags that immediately follow the timestamp. The flags are: <= message arrival => normal message delivery -> additional address in same delivery >> cutthrough message delivery *> delivery suppressed by -N ** delivery failed; address bounced == delivery deferred; temporary problem
    You should also view the message headers for the message to see if additional information about the source of the message is available. Thank you.
    0

Please sign in to leave a comment.