Plugin to check mail loop - email

I'm trying to figure if there's already a plugin for Nagios which does the following:
Sending an email from a mailbox A to a mailbox B, these mailboxes are on different mail servers.
The mailbox B is configured on auto-answering received emails, so it sends an automatic answer to mailbox A
Checking if mailbox A got an answer.

Please check check_email_age plugin. It looks for the oldest email in the account, this can be quite easly amended to look for the newest email with a specific subject.

Related

Email succesfully sent but not appear in Sent Items (Microsoft 365)

Hi Good day to everyone here.
My first questions, here we go but i'll try to explain it the best way I could.
I develop auto sending email features using javaxmail in my application for my customer.
Previously when using setting smtp.office365.com I able to send email and the copies of sent email are display in Sent Items folder.
Recently when there are hiccup with smtp office (time out frequently), the IT department at my customer change the setting to use local server instead for smtp (with ip address 172.162.etc.etc). However since the start using this new setting, the email no longer appear in Sent Items but the email still able to sent out ( I test sending email to myself and able to received it ).
Since Im not really familiar and have very limited knowledge on server side for mail server, is there anything I can suggest to the IT department to check for? I only can login the email account on web (https://outlook.office.com/mail/) but when using outlook it required authentication. With web mail i already go thru all settings available and didn't see anything related.
Thanks in advance. Sorry if the question confusing and misleading.
Well, of course - your local SMTP server knows absolutely nothing about your remote Exchange mailbox. It cannot possibly place anything in your Sent Items folder.
You need to send using your Exchange Server - its SMTP server does place sent messages in the Sent Items folder owned by the authenticated user. Keep in mind that MS has recently disabled basic auth in M365. You need to re-enable it for your tenant and the particular mailbox used to send messages.

Prestashop admin new order email sometimes missing

Need help - my prestashop sometimes not sending new order admin emails. They are not in the email logs in backoffice, and not in the spam folder in email.
I also noticed a pattern, that for new orders with just numbers in reference email are generating, but i'm not receiving admin emails for orders with random letters in reference, like this:
Other emails, such as order confirmation and payment confirmation are generating for every order and they are received by customers.
Is there any way to change this order reference to just numbers or any other way to deal with email problem?
Have you tried installing module named "Email Alerts". You can install this module and you can setup notification accordingly.
Hope this helps you !!! :)
Here is the module links:
https://www.dropbox.com/s/is666weeq6qhcug/mailalerts.zip?dl=0
https://github.com/PrestaShop/mailalerts

Why e-mails sent from Roundcube don't appear like sent in another mail clients?

I'm a bit confused as I'm sending e-mails within CPanel's Roundcube, and then I want to check or answer from that mails in another mail client (in this case were Thunderbird and LG Android mail client) but they don't appear there!!
Why could happen that if desktop mail client had the account configured with IMAP protocol??
Thanks in advance.
There apparently was an issue in the past, but this should be fixed if you're running the latest version.There may be different folders for sent messages. Maybe not al of them are shown in Thunderbird, so you can try right-clicking on your account's e-mail adress in TB's folder list and check everything in "Subscribe…". This could help in some cases.

Make new gmail email not be grabbed by pop3

This seems like a fairly obvious thing but I can't figure out how to do it and am hoping one of your geniuses can help me out!
We have a Gmail email account and then a ticket system that checks that account and sends an auto-reply to the sender saying that the email was received. This is checked via POP3 but can also be done via IMAP if necessary.
What I want is this: For certain messages, I'd like to file them immediately in Gmail and have them go to a special folder and have them NOT be checked by the ticket system. That's all.
I tried creating a filter in Gmail to move them, skip the inbox, mark as read, all of that. They still get picked up by the ticket system.
I thought POP3 only checked the INBOX on any server, so I expected that if I skipped the inbox then it would not be accessible. This doesn't seem to be the case.
Please let me know if there are any tricks I can do.
Thank you so much!
Ben
The problem that you are running into is that when connecting to GMail via POP3, you are actually accessing the "All Mails" folder and not the Inbox, so filtering the messages does not remove them from the list presented to your client via POP3.
Switching to IMAP should solve this problem, however, since you'd be able to open whatever folder you wanted.

Can't receive emails send from php

I have set up several email accounts on my vps hosting but I can't receive any emails that are send via php from another hosting. Everything works fine when I send emails from gmail for example, I receive them without a trouble. Does anyone know any reason why emails sent from php can't be received?
Try using phpmailer, it's a good mailing class which automatically sets well defined headers so that the mail is more likely to not land in the spam folder.
Sounds like a spam filter issue. Have you set up a proper Sender ID/SPF framework in your domain name service so that the host appears to be a valid MTA for this domain? Look here for a detailed explanation of Sender ID/SPF/DKIM, etc.
Check your spam folder.
GMail is able to differenciate if a mail has been sent from outlook for example or an automated application. (I dont know how, but they can). If i send an email from my work account to GMAil works, if its a web app or executable with the same email adress, it ends up on the spam folder.