mta | Scrape & analyze MTA arrival times
kandi X-RAY | mta Summary
kandi X-RAY | mta Summary
Scrape & analyze MTA arrival times
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Read trip data from logs .
- Parse time string .
- Convert datetime to POSIX timestamp .
- Returns the next minute after t .
mta Key Features
mta Examples and Code Snippets
Community Discussions
Trending Discussions on mta
QUESTION
I am brand new to C# and to stackoverflow. I am reviewing questions that I got wrong on a prep test for my MTA certification. Can anyone help me understand what the correct answer is and why? Thank you!
...ANSWER
Answered 2021-Jun-07 at 00:08The correct answer would be A
Firstly it says update only those whose reference is TKY, all answers deal with that.
Secondly the updated region should be Japan, so that rules out B and C
Finally the update should only affect customers in Tokyo, so that leaves only A since it's the only one of the four to limit the update with and city='TOKYO'
.
QUESTION
I want get some values from array in PHP. I use print_r to debuggin, and my array content is:
...ANSWER
Answered 2021-May-31 at 08:46Your array is multidimensional, the first dimension seems to be the IP of the server.
If that IP is fixed, you can use the answer of @B001ᛦ in the first comment to your question.
Otherwise if it changes and if there can be multiple IPs, you can just loop.
QUESTION
When an e-mail message about to be send fails MTA-STS checks, it must not be delivered by design; will the sender be informed about the delivery failure? When?
Long & Background info:When implementing mta-sts on custom domains to enforce the use of TLS connections, misconfigurations of the mta-sts.txt policy file (or a smtp-server not supporting TLS connections) will result in e-mail not being delivered as an enforced policy will require TLS connections to deliver the e-mail.
Via TLS-reporting the domain holder - not the sender - could be informed about any problems, provided TLS reporting is set-up to a different domain or tool that notifies on a different address than the domain in question.
My question is about any senders of e-mail messages. In a testcase with policy file mentioning incorrect mx records, no e-mails are delivered (as expected), but the test sender did not receive any messages about delivery problems (yet).
Is this expected behaviour? Or will the sender be informed after a number hours? If so, how many hours? - I ask because a delivery failure and NDR (non-delivery-reports) are usually returned instantly.
If a user misspelled an e-mail address or the receving server is down, the sender is informed about the trouble and can take action. Sometimes even the "delivery is delayed" is announced; not failed yet, but not delivered either.
I get the impression that the sender is not informed that a message is not delivered and is "silently blackholed / discarded". To be clear: that the message is not delivered is expected behaviour in this test case.
...ANSWER
Answered 2021-May-12 at 09:47After running some testcases, I have experienced the following:
(This was done by a Outlook.com smtp server.)
Testcase C- MTA-STS: Deliberately incorrect, but existing third-party mx server in mta-sts file.
- DNS: Correct mx server.
The sender was informed about the delivery failure after 24 hours.
It was explained in my local language what was going on; here information highlights:
- That the message could was not delivered.
- That it was tried multiple times to deliver.
- But that the cause was being unable to connect to the remote server.
- Advise was given to contact the recipient by phone to ask the recipient to inform the postmaster about the error.
- It was even suggested that the problem could most likely only be solved by the postmaster.
- (A link was provided but that wasn't really helpful. Additionally the technical bounce message was visible among it the technical words "failed MTA-STS validation").
- MTA-STS: Correct and desired mx in mta-sts file.
- DNS: Deliberately set to incorrect mx server, existing server though.
After 24 hours I received an error back. Confusingly the message state that the address did not exists in the target domain. Though this is true, it shouldn't have gotten this far. However, when reviewing the technical part the outlook-sending server mentioned 'failed mta-sts errors validation'. So the technical part contained the correct mta-sts validation error, but the human/user readable part only mentioned that the target address did not exist in the target server.
I guess if the address doesn't exists, any mta-sts errors are "less important" to report to the end-user. The user was advised to re-type and resend the e-mail and verify if the address with the recipient (phone was mentioned). However, even if the user followed the instructions, the next e-mail wouldn't have been delivered either, but that is beyond this testcase.
Testcase A- MTA-STS: Correct mx in mta-sts file.
- DNS: Fake MX corrects.
After 24 hours I received an error back. The cause for not being able to deliver the message was being unable to resolve the domain location of the recipient. (Undesired result, but logical, mx were referring to nothing.)
The technical part of the message mentioned 'DNS query failed'. Nothing of mta-sts was mentioned.
Testcase Z (weird one)- MTA-STS: Correct mx in mta-sts file.
- DNS: Incorrect but existing mx records; a cname referring to the same IP of the correct mx server (which shouldn't matter because mta-sts should compare cert with cname.)
The results, unexpected:
- One email got delivered somewhere between that 24 time-window.
- One email failed due to mta-sts validation error.
Temporary downtime of webserver might have been a factor, though that shouldn't have mattered. - Cannot explain.
ConclusionI took a while to find the correct testcase as you can see. But Testcase C describes the desired behaviour. Yes, the sender is informed, after 24 hours with outlook.com as smtp-server. The user is informed in clear language. That being said, I do have an additional opinion about the timing here, mentioned below.
LimitationsStaying with the facts: I did not perform a testcase with a server trying unencrypted connections. Testcase C puts the ball into the the recipient's postmaster's court, I would be curious to see where the ball (the 'todo') would be placed, in the case of unencrypted attempts, as that cannot be solved by the recipient but must be solved by the sender or sender's postmaster.
I also did not test multiple smtp servers.
Further thoughtsThat being said, MTA-STS-validation needs to be supported by the sender SMTP (correct me in comments if I am wrong*), so if a server is so old it tries do deliver an e-mail over non-encrypted connection, it will most likely not support MTA-STS so it will not validate the MTA-STS policy and simply deliver the e-mail unprotected. * Found confirmation here, from paragraph "There is a standard...")
If somebody tries to redirect some incoming e-mail by dns-poisoning, a modern smtp-server will not deliver the e-mail to an incorrect destination. So it protects against evil doing, not against legacy.
OpinionI think the feedback delay of 24 hours is too long. Testcase C reports 11 retry attempts within that 24 hour window. Though I appreciate the system not giving up, I would argue that it might be in the interest of the sender to inform him of at least a non-regular delivery.
QUESTION
I can't manage to find the error preventing fail2ban to match these lines:
...ANSWER
Answered 2021-Apr-20 at 16:21The second message (did not issue MAIL/EXPN/VRFY/ETRN
) can be found if you would set mode aggressive
by sendmail-reject
jail (after this fix, e. g. v.0.10.6 and 0.11.2).
There was indeed no exact rule for the first message (rate limit exceeded
) matching this kind of message exactly, due to different handling on the arguments, but...
I fixed this now in f0214b3 on github.
Unless not released you can extend it by yourselves either in filter (copy & paste from github filter) or directly in jail:
QUESTION
i want to use Office 365 / Exchange Online in hybrid with on-prem Mailrelay. The Mailflow is very confusing, what is best practice?
...ANSWER
Answered 2021-Apr-20 at 07:53Third-party MTA: Only Exchange Edge is supported as SMTP gateway for Exchange onprem <-> Exchange online hybrid traffic.
Flow direction: For simplicity you should either use centralized mail transport or non-centralized mail transport.
Centralized mail transport (Inbound and Outbound via Exchange onprem)
Inbound: Internet -> SMTP gateway (third-party MTA is ok) -> Exchange Hybrid -> Onprem mailboxes Inbound: Internet -> SMTP gateway (third-party MTA is ok) -> Exchange Hybrid -> Hybrid SMTP connector (direct or via Edge) -> Online mailboxes
Outbound: Onprem mailboxes -> Exchange Hybrid -> SMTP gateway (third-party MTA is OK) -> Internet Outbound: Online mailboxes -> DHybrid SMTP connector (Direct or via Edge) -> Exchange Hybrid -> SMTP gateway (third-party MTA is ok) -> Internet.
The key is that the SMTP traffic between Exchange Online and the Exchange onprem server should either be direct or via exchange edge.
Non-centralized mail transport (inbound and outbound to internet via Office 365)
Inbound: Internet -> Exchange Online -> Online mailboxes Inbound: Internet -> Exchange Online -> Hybrid SMTP connector -> Exchange Hybrid -> Onprem mailboxes
Outbound: Online mailboxes -> Exchange Online -> Internet Outbound: Onprem mailboxes -> Exchange Hybrid -> Hybrid SMTP connector (either direct or via Exchange Edge) -> Exchange Online -> Internet
QUESTION
My goal
I am making a UI that has an image at the top, and four buttons below it, arranged vertically. The height of the image depends on its width, but it shouldn't be too tall that there isn't enough space for the buttons. After the image is positioned, the buttons can fill up the rest of the space. Horizontally, The image should try to take up as much of the width of the screen as possible, but the buttons should have a constant width of 300 and be centered horizontally. I understand that this is a bad idea for localisation, but I don't plan on localising this app.
A picture is worth 1000 words:
I have only used the stack overflow logo to replace the actual image that I will be using. I am not making a Stack Overflow-related app.
Also, the image view should be on the left of the buttons when the vertical size class is compact (the buttons are still vertically arranged).
I think I basically wanted a stack view whose subviews are aligned differently - the image view is aligned with "Fill", and the buttons are aligned with "Center". However, I don't know how to do that, so I tried to use nested stack views to work around this.
How to reproduce:
The outer stack view top/bottom/leading/trailing all are pinned to the VC's view, alignment set to "Fill", distribution set to "Fill Proportionally". I chose "Fill Proportionally" because I found that works the best if I use a large enough image. I added a variation on the outer stack view's axis, so that it is set to horizontal when vertical size class is compact.
The outer stack view has 2 arranged subviews - the image view and the inner stack view, whose distribution is set to "Fill", alignment is set to "Center".
The inner stack view then has those buttons. Each button has a constant width constraint.
I thought that should do the job. When I run the app, I see some "unable to satisfy constraints" warnings:
...ANSWER
Answered 2021-Apr-18 at 15:29OK - based on the image you posted, I'm going to use a 2:1
aspect ratio for your "Logo Image"...
Start with a "basic" layout:
Here's the constraints:
the Outer StackView
properties:
and the Buttons StackView
properties:
At this point, we should be "good to go" with "portrait" layout.
Let's add some trait variations...
To get this layout:
We'll add `Width: Any / Height: Compact" for the Axis and Alignment of the OuterStack:
and we'll add `Width: Any / Height: Compact" for the Alignment of the ButtonsStack:
If we run that (iPhone 12 sim), we get this:
We're close, but... we get a whole mess of auto-layout warning / error messages in the debug console.
That's because (from my experience) auto-layout needs to make multiple "passes" to fully evaluate the layout, particularly when using Aspect-Ratio constraints mixed with Stack Views.
To get rid of that, we'll give the Image View's Aspect-Ratio constraint a less-than-required Priority
:
This, effectively, allows auto-layout to break constraints during its multiple layout passes.
Here's an entire Storyboard source so you can more closely inspect things:
QUESTION
I'm sure this is probably a fairly simple query for most but I'm quite new to Python and thus Pandas as well. Ultimately, I have thousands of JSON files in a folder that I would like to get into a dataframe. This is the code I'm currently using but unfortunately, it is brutally slow. My guess is because I'm opening every file and processing before moving to the next, this is causing a lag. Seems it would be better to get all the JSON together before loading into a dataframe but I'm not sure.
...ANSWER
Answered 2021-Apr-15 at 20:28You can use a ThreadPoolExecutor
to speed things up:
QUESTION
I sent a reply to an email and this is what I got in return, can you translate it for me? and what should I do? Mail Delivery System MAILER-DAEMON@mx3.imadiff.net sent :
I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below.For further assistance, please send mail to If you do so, please include this problem report. You can delete your own text from the attached returned message. The mail system europeanchampion@pfls.fr: host barracuda03.imadiff.net[194.69.195.26] said:
554 rejecting banned content (in reply to end of DATA command) Reporting-MTA: dns; mx3.imadiff.net X-Postfix-Queue-ID: 6B26E1A50420 X-Postfix-Sender: rfc822; vermontjf@gmail.com Arrival-Date: Sun, 4 Apr 2021 10:45:16 +0200 (CEST)
Final-Recipient: rfc822; europeanchampion@pfls.fr Original-Recipient: rfc822;europeanchampion@pfls.fr Action: failed Status: 5.0.0 Remote-MTA: dns; barracuda03.imadiff.net Diagnostic-Code: smtp; 554 rejecting banned content
...ANSWER
Answered 2021-Apr-15 at 10:18Seems pretty clear in the response you received. The message transfer agent, who's Internet address is mx3.imadiff.net flagged your email as having content that it determined was contraband for their system. You need to look at what you sent and figure it out ... maybe it had curse words in it, or it had an attachment that the filter didn't like. You could try contacting the recipient and asking them what their mail filter system looks for as contraband and then look at the message you sent to see if you can figure out why it got flagged. Then remove whatever that is and re-send it.
QUESTION
I've started a compute engine instance in Google Cloud, I created a folder called "python" in the main dir, and "one.py" in that dir. Than I pasted this into one.py:
...ANSWER
Answered 2021-Mar-21 at 12:56My assumption is that it is looking for raw_data.txt
in the wrong folder and failing because it cannot find the file. To see the full about of the script, add a log file for the cron job to dump the output to. You could say something like: * * * * * /use/bin/python3 /home/m/one.py >> /home/m/out.log
. This would dumb the full output of the execution to out.log
and give you all the information you need to solve the issue.
Without knowing more, my assumption is that the issue is caused by os.getcwd()
. This does not get the current working directory of one.py
but the current working directory where cron is executed from. Since you are opening as a+
, the file must exist first in order to append to the file. What you want instead is os.path.dirname(os.path.realpath(__file__))
which will give you the full directory path of one.py
regardless of where the script is called from. Change that line to be this:
QUESTION
I am trying with these 2 scripts:
test1,sh:
...ANSWER
Answered 2021-Mar-10 at 20:56Is the next to last block the output of crontab -l
? Looks to me like there's an extra "root" in there.
The hint is in your syslog output:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mta
You can use mta like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page