You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting errors whenever I try to send to any of my configured emails stating Recipient is not configured even though I can clearly see the recipient is configured in my file. I have tried using different items listed in the config, tried using fully defined emails, I even tried defining one of the lines as being the email "*" but still receive the error about not being configured. What could possibly be going on here?
For example:
Sending Email through Curl:
curl -vvv smtps://mailrise.mydomain.tld -u AzureDiamond:hunter2 --ssl-reqd --mail-from 'TrueNAS@mydomain.tld' --mail-rcpt 'crowdsec@mailrise.xyz' --upload-file "Desktop\email.txt"% Total % Received % Xferd Average Speed TimeTimeTime Current
Dload Upload Total Spent Left Speed
00000000 --:--:-- --:--:-- --:--:-- 0* Host mailrise.eloc.wtf:465 was resolved.
* IPv6: (none)
* IPv4: 172.16.92.60
* Trying 172.16.92.60:465...
* Connected to mailrise.mydomain.tld (172.16.92.60) port 465
* schannel: disabled automatic use of client certificate
* schannel: remote party requests renegotiation
* schannel: renegotiating SSL/TLS connection
* schannel: SSL/TLS connection renegotiated
<220 b5b79fc9e34b Mailrise 0.0.post1.dev1+gf7543c3
> EHLO email.txt
< 250-b5b79fc9e34b
< 250-SIZE 33554432< 250-8BITMIME
< 250-SMTPUTF8
< 250-AUTH LOGIN PLAIN
<250 HELP
> AUTH PLAIN
<334> AEF6dXJlRGlhbW9uZABodW50ZXIy
<235 2.7.0 Authentication successful
> MAIL FROM:<'TrueNAS@mydomain.tld'> SIZE=207<250 OK
> RCPT TO:<'crowdsec@mailrise.xyz'><250 OK
> DATA
<354 End data with <CR><LF>.<CR><LF>
} [210 bytes data]
* upload completely sent off: 210 bytes
<250 OK
1012070010121001106 --:--:-- --:--:-- --:--:-- 1129
* Connection #0 to host mailrise.mydomain.tld left intact
I am getting errors whenever I try to send to any of my configured emails stating
Recipient is not configured
even though I can clearly see the recipient is configured in my file. I have tried using different items listed in the config, tried using fully defined emails, I even tried defining one of the lines as being the email"*"
but still receive the error about not being configured. What could possibly be going on here?For example:
Sending Email through Curl:
Mailrise logs:
mailrise.conf file:
Docker-Compose.yml
The text was updated successfully, but these errors were encountered: