31 questions
0
votes
1
answer
179
views
How to create a working SMTPS server on port 465 using Python?
I'm trying to set up an SMTPS server on port 465 using Python and the aiosmtpd library. While I can connect to the server locally using openssl s_client, external mail servers (like Gmail) are unable ...
7
votes
7
answers
6k
views
Error: The "" scheme is not supported laravel
I have an error when try to send mail to mailhog with laravel, is the follow:
The "" scheme is not supported; supported schemes for mailer "smtp" are: "smtp", "smtps&...
1
vote
0
answers
33
views
Java Mail : Unable to initiate SMTPS protocol via TLS on port 587 [duplicate]
I would like to send SMTPS mail via TLSv1.2/TLSv1.3 on port 587.
I use Axigen as a mail server, with the following configuration:
listeners ssl : 465 / 587
ssl configuration : TLS 1.2 / TLS 1.3
...
0
votes
1
answer
247
views
How can I set [output_adapter.email] with Aruba address in wso2 Identity Server v. 5.11.0?
I'm trying to set an email sender (for example recovery password). I already set with a Gmail and Outlook address mail and it's work!
Now i nedd to configure an Aruba hostmail.
this is my deployment....
0
votes
2
answers
2k
views
Communication sample for SMTP over TLS (known as SSL/TLS)
I am trying to implement SSL/TLS im my SMTP server (PHP). Securing the connection with TLSv1.3 works, and the certificate (LetsEncrypt) is valid. I tested this with https://www.checktls.com/...
-1
votes
1
answer
2k
views
Sendmail Error : opendaemonsocket: daemon TLSMTA: cannot bind: Address already in use
I am installing sendmail/dovecot on my mail sever.
I edited file /etc/mail/sendmail.mc
and add the below lines to make sure the domain name is used in sending mail
#add for domain email by deo malamo
...
0
votes
1
answer
181
views
Mail sending through gmail in Mule Flow
I am struggling with mail sending flow in mule, Getting below error:
Failed to route event via endpoint: DefaultOutboundEndpoint{endpointUri=smtps://dummy.DevGroup:<password>@smtp.gmail.com, ...
2
votes
0
answers
2k
views
How to configure postfix client on port 465?
I installed postfix on a server, but port 25 was blocked by ISP. I followed http://www.postfix.org/TLS_README.html#client_smtps to configure smtps on port 465.
I follow the configuration as Postfix ≥ ...
0
votes
1
answer
231
views
How does Wireshark judge whether a protocol is SMTP or TCP through the header field?
I know that SMTP is based on TCP, like HTTP, but how does Wireshark judge it as SMTP rather than TCP?
1
vote
1
answer
593
views
Which ports are used for which purpose specifically in email communication?
I understand that there are several options to choose from when using an e-mail server.
E.g. 25 and 587 for opt-in encryption and 465 for enforced encryption.
docker-mailserver, a popular docker ...
2
votes
1
answer
2k
views
Centos 7 unable to connect to smtps server "No route to host"
I have 2 PC (the second is a clone of first) running centos 7.
From one is not possible to send mail.
I did some tests and the result is this:
[root@PC2]# telnet smtps.aruba.it 465
Trying 62.149.156....
1
vote
1
answer
1k
views
Sendmail use localhost.localdomain
Sendmail with Perl uses localhost.localdomain instead of a fully qualified domain name (FQDN). Sendmail and server configuration is correct, hostname is setup with FQDN.
My script contains the ...
1
vote
1
answer
2k
views
Unable to submit email on port 465 using Net::SMTP module in Perl
I want to submit email on port 465 of my smtp server using the Net::SMTP module(without using Net::SMTP::SSL) in a perl script from client. On Port 465 of my SMTP server, "submissions" service runs, ...
1
vote
0
answers
383
views
How to send a mail via SMTPS using the curl package in R?
I would like to send a mail using SMTPS in R. Currently, non of the available packages supports sending Mails via TLS (rmail & sendmaileR) or they have a hard to install Java dependency (mailr). I ...
0
votes
1
answer
554
views
mail submission agent (MSA) server hostname from email address via c++
I am looking for a generic way to get the hostname of mail submission servers by only having the email address with c/c++, so I can connect to port 587 and/or 465 smtp submission.
E.g. example@gmail....