-
In
- modules/imap/hm-imap.php
- modules/pop3/hm-pop3.php
- modules/smtp/hm-smtp.php
`stream_socket_enable_crypto()` is called with `STREAM_CRYPTO_METHOD_TLS_CLIENT` as `crypto_type`. According to a…
jmce updated
7 months ago
-
**Version**
2.0.1
**Describe the bug**
`send_notification()` and `TattlerClientHTTP.send()` report no feedback upon certain delivery failures such as in SMTP.
**To Reproduce**
Steps to …
-
**Describe the bug**
Most our agents do not connect to server with error message : server certhe tificate mismatch. A couple of agents to not have this behaviour.
If we manually revert to an ol…
-
Hi,
I'm unable to send mails via backend-combined /w imap and smtp.
Any ideas regarding this problem?
This is from backend/imap/config.php
> $imap_smtp_params = array('host' => 'ssl://smtp.example.…
-
This note is based on "TLSRPT for MTAs" Version 0.01. I summarize my understanding of the global architecture, present ball-park performance numbers, and make suggestions for the internal storage.
…
-
Using 3.2.3 (on Cygwin) I can successfully connect to my mail server, but then it times out:
$ echo hello | email -V -f -n "name" -s "subject" -r smtp.xx.net -p 465 -tls -m LOGIN -u -i
Connec…
bs066 updated
3 years ago
-
### Context
- Hardware: *computer*
- YunoHost version: 11.2.9.1
- I have access to my server: *Through SSH | through the webadmin*
- Are you in a special context or did you perform some particul…
-
A non-intuitive error is shown to the user when the SMTP server is misconfigured:
```
root@iptool001:/etc/nipap# grep smtp *
nipap-www.ini:smtp_server = smtp.ecg.derp
root@iptool001:/etc/nipap# host …
-
While recently testing a deployment, I noticed that connections to a port that seemed open, but never returned an EHLO response, also seemed to not record any error message. In this case, we were try…
-
Add an option to log all communication between the smtp server and client.
For the `gen_smtp_client` this should (also) be a per-connection option so that problems on live systems can be investigat…