Understanding DMARC Report received? [closed] - email

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 days ago.
Improve this question
Yesterday I set up dmarc for my domain and today I have received an email with subject :
"Report Domain: mydomain.com Submitter: aol.com Report-ID: <1676509415.806853>"
The email has an attachment containing the below.
I was mostly just worried through tweaking my dmarc settings it has caused some form of error message and someone is either not receiving my email or I am not received their email.
Can anyone explain what this mean below and if a concern?
Also not sure what "submitter:aol.com" means in the subject.
Thanks for your help!
<?xml version="1.0"?>
<feedback>
<report_metadata>
<org_name>Yahoo</org_name>
<email>dmarchelp#yahooinc.com</email>
<report_id>1676509415.806853</report_id>
<date_range>
<begin>1676419200</begin>
<end>1676505599</end>
</date_range>
</report_metadata>
<policy_published>
<domain>mydomain.com</domain>
<adkim>r</adkim>
<aspf>r</aspf>
<p>none</p>
<pct>100</pct>
</policy_published>
<record>
<row>
<source_ip>209.85.160.178</source_ip>
<count>1</count>
<policy_evaluated>
<disposition>none</disposition>
<dkim>pass</dkim>
<spf>pass</spf>
</policy_evaluated>
</row>
<identifiers>
<header_from>mydomain.com</header_from>
</identifiers>
<auth_results>
<dkim>
<domain>mydomain.com</domain>
<selector>google</selector>
<result>pass</result>
</dkim>
<spf>
<domain>mydomain.com</domain>
<result>pass</result>
</spf>
</auth_results>
</record>
</feedback>

Related

How does email not addressed to me get routed to my mailbox? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I've been seeing email that's not directly addressed to me land up in my inbox.
My email is something#domain.com, the emails that are delivered are like something+anything#domain.com. After seeing these, I tried other suffixes after the + symbol and all of them land up in my inbox. Does anyone know why that is the case? What happens if someone else registers one of the addresses like something+1#domain.com.
I saw this reliably work for both gmail and outlook, I'm curious to know why that is the case? Is there is a technical reason why mailservers drop off these suffixes.
I'm not sure if StackOverflow is the best place for this question, please move this to another site on the network which may be a better fit if that is the case.
This is called sub-addressing. + part is treated for filtering and all.You can read about it on wiki with page title Email Address.
Also known as plus addressing ortagged addressing. Some mail services support a tag appended to the local part, such that the modified address is an alias to the unmodified address. For example, the address joeuser+tag#example.com denotes the same delivery address asjoeuser#example.com. 

Postfix rewrites my return-path [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I have been changing my mailing addresses from "example.com" to sub domains - say "mail.example.com" to configure no-reply addresses there. I use "sendmail -f noreply#mail.example.com" to send emails making sur ethe Return-Path is correct. My mail delivery chain looks as follows:
SENDING SERVER --> relay_server --> gateway out
For unknown to me reason when my email reaches the gateway that sends out, I see that the "from" address is already altered in the postfix log file to "noreply#example.com". This is also what I see in the detailed message log when it reaches its destination.
I have seen similar topics over here, but I made a step ahead and checked that I use the "-f" sendmail switch.
Any clues?
After the entire weekend of troubleshooting this I eventually found the reason:
http://www.postfix.org/postconf.5.html#masquerade_domains
plus restart of all postfix-related deamons (postfix, dkim and all that) helped.

XPages send doc via email [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to add the option to my application to send the current document via email to another person.
And in the email to be a button which when clicked will redirect the user to the document.
Thank you,
Florin
You could use the sendMail simple action. A quick example:
<xp:button value="Send Mail" id="button1">
<xp:eventHandler event="onclick" submit="true" refreshMode="complete">
<xp:this.action>
<xp:sendMail to="aadmin/xpages#xpages" subject="Test mail" from="myaddress#example.org">
<xp:this.bodyHtml><![CDATA[#{javascript:
return "Visit my page: " + context.getUrl();}]]>
</xp:this.bodyHtml>
</xp:sendMail>
</xp:this.action>
</xp:eventHandler>
</xp:button>
In the bodyHtml property, you can create the necessary HTML for a button there.

How to read / accept / reject meeting invite in Mozilla Thunderbird [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
When someone sends me a meeting invite from Microsoft Outlook, I don't get a properly formatted e-mail in my Mozilla Thunderbird. I cannot accept nor reject the meeting invite.
Can anyone please let me know how to view / accept / reject meeting invites in Thunderbird?
You can use the Lightning add-on for thunderbird. After installing and restarting you can now accept outlook invitations
(source: mozilla.net)

Intercept QMail SMTP emails [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Here is the situation, we have a linux web server that runs Plesk and I need a way to intercept emails sent to and from the server. Plesk uses qmail to send and receive emails.
We have sorted the receiving emails problem by adding a mailgroup to each email address that includes an "archive#" address. Then we use a PHP script to read the "archive#" mailbox and puts the emails into a MySQL database.
My problem at the moment is how to capture the messages sent from the server. Has anyone had any experience in doing this?
Thanks
Peter
this can be done via QUEUE_EXTRA (http://www.google.com/search?q=queue_extra), for which you need to recompile qmail. some hints on doing this on plesk here (http://translate.google.com/translate?hl=en&sl=pt&u=http://www.maglione.com.br/artigos/artigostecnicos/pleskqextrahowto).