Skip to main content

Questions tagged [smtp]

Simple Mail Transfer Protocol. A protocol for delivering e-mail from an end user to a server for storage and later retrieval by the intended recipient.

5 votes
2 answers
1k views

I'm trying to understand how large email providers handle their DMARC records. I've taken a look at Gmail, and I'm a bit confused as to why they don't have a policy set for the main domain (p=none). ...
Hysii's user avatar
  • 249
3 votes
1 answer
828 views

I'm using gmail(and other service providers) to send out emails from port 465 which is working fine. But my login username and passwords were compromised and hackers could gain access and sent out ...
Pradyut Bhattacharya's user avatar
2 votes
1 answer
320 views

I am trying to print the output of the 'HELP' command using the socket library in Python to communicate with an SMTP server, not the output of my connection to the SMTP server. That is how my Pythonic ...
youssef blt's user avatar
0 votes
0 answers
287 views

As an experiment, I attempted to setup a CNAME for mail.mydomain.com pointing to mail.myisp.com, and using mail.mydomain.com instead of mail.myisp.com in setting up email clients connecting to that ...
fgrieu's user avatar
  • 1,297
0 votes
1 answer
261 views

I'm testing my SMTP server using metasploit to see what information I can extract. Currently I'm trying to enumerate SMTP users using smtp_enum module. I've encountered a problem, the server ...
daneos's user avatar
  • 3
1 vote
0 answers
624 views

Can SMTP be relied on to send confidential information and attachments in 2023? With the concentration of email accounts in big cloud platforms belonging to Microsoft, Google and others, is email more ...
aire's user avatar
  • 11
3 votes
1 answer
2k views

In setting up SMTP MTA Strict Transport Security (RFC 8461) for my domain, I've noticed some contradictory advice and practice: although the maximum value for the max_age policy value is around one ...
Emily's user avatar
  • 33
2 votes
0 answers
199 views

I'm using Apache Airflow and I was troubleshooting built-in smtp setup. A mass email occurred on "[email protected]". It was used as a "From:" email in a mass email attack. ...
python_mainly's user avatar
0 votes
1 answer
435 views

The spf record for my domain is: v=spf1 a:smtp.(my-isp).com ip4:(my-static-IP) -all I have recently added smtp.(my-isp).com to the spf record. I have sent some test emails to gmail where the outgoing ...
Peggy Schafer's user avatar
1 vote
2 answers
1k views

Assuming I am creating an online service that allows my clients to send email (using their SMTP credentials), what risks should I consider and how to prevent them? The sender of the emails will always ...
Bob's user avatar
  • 55
1 vote
1 answer
1k views

I was surprised to see that the French cybersecurity agency tolerates an SMTP relay server in the DMZ (which collects emails received from the Internet) to reach the Email server in the LAN. In my ...
Sibwara's user avatar
  • 1,378
1 vote
0 answers
122 views

I am trying to send an e-mail via Windows Powershell ISE using Office365's hosting server, on behalf of another user which is specified in FROM part of the code using. But when I try to do this, I get:...
KontrCode's user avatar
3 votes
2 answers
439 views

Our organization is currently being tested by a IT security firm who have stated that while our internet facing mail gateway is not an open relay, they can connect to it on port 25 using telnet and ...
Mailadmin's user avatar
-1 votes
1 answer
457 views

Maybe with SMTP servers edited?
Omer Itach's user avatar
0 votes
3 answers
2k views

Firstly, i'm not a mail expert! My workplace owns the domain example.com, until recently we had an application hosted on the LAN that worked fine and sent emails from [email protected] to various ...
TheOrdinaryGeek's user avatar

15 30 50 per page
1
2 3 4 5
12