VIper_Rus
Regular Contributor
Unfortunately not workingTry unsetting the '--insecure' flag to nothing
My guess is curl won't revert to plainauth if there is an ssl flag set
# Server settings #
SMTP="192.168.0.3"
PORT="2525"
PROTOCOL="smtp"
SSL_FLAG=""
Code:
1. Send testmail
2. Send testmail, verbose output
Enter your selection [1-2 e=Exit] 2
* Trying 192.168.0.3:2525...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 192.168.0.3 (192.168.0.3) port 2525 (#0)
< 220 kostyaesmukov-smtp_to_telegram1 SMTP Guerrilla(unknown) #2 (1) 2022-12-14T05:57:24Z
> EHLO amtm-mail-body
< 250-kostyaesmukov-smtp_to_telegram1 Hello
< 250-SIZE 50000000
< 250-PIPELINING
< 250-ENHANCEDSTATUSCODES
< 250 HELP
* STARTTLS not supported.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Closing connection 0
curl: (64) STARTTLS not supported.
sending testmail failed
Last edited: