| Newsgroups |
gmane.mail.blat |
| Message-ID |
<[email protected]> |
So, after having successfully installed stunnel on my main machine (Windows 7 64 Bit) I am now trying to port the Installation (Blat and stunnel) to my laptop (Windows 10 64 Bit). I did run the stunnel installer, answered the questions, created a cert file, and added the following lines to the conf file (same as on the other machine):
[mypos smtp]
accept = 25
connect = smtp.mypos.com:26
protocol = smtp
Next, I started the stunnel service, and set the stunnel service to automatic start.
Blat is configure in registry with Base64 Coded login data, Name of sender email, SMTP Port 25, SMTP Server localhost (or 127.0.0.1, tried both).
No success ....
Blat log file shows:
Error: Connection to server was dropped.
*** Error *** SMTP server error
Error: Not a socket.
Error: Not a socket.
ERROR: File name (message text) not given or Bad argument given, Unable to open SMTP socket, SMTP get line did not return 220, command unable to write to socket, Server does not like To: address or Mail server error accepting message data.
Next step : Searching for an stunnel log. Took me a while that i have to run stunnel all users - stunnel gui start, to get to the following:
[ ] Running on Windows 6.2
[ ] No limit detected for the number of clients
[.] stunnel 5.43 on x86-pc-msvc-1500 platform
[.] Compiled/running with OpenSSL 1.0.2m-fips 2 Nov 2017
[.] Threading:WIN32 Sockets:SELECT,IPv6 TLS:ENGINE,FIPS,OCSP,PSK,SNI
[ ] errno: (*_errno())
[ ] GUI message loop initialized
[ ] Running on Windows 6.2
[.] Reading configuration from file stunnel.conf
[.] UTF-8 byte order mark detected
[.] FIPS mode disabled
[ ] Compression disabled
[ ] PRNG seeded successfully
[ ] Initializing service [bbtthailand smtp]
[ ] Ciphers: HIGH:!DH:!aNULL:!SSLv2
[ ] TLS options: 0x03000004 (+0x03000000, -0x00000000)
[ ] Loading certificate from file: stunnel.pem
[ ] Certificate loaded from file: stunnel.pem
[ ] Loading private key from file: stunnel.pem
[ ] Private key loaded from file: stunnel.pem
[ ] Private key check succeeded
[:] Service [mypos smtp] needs authentication to prevent MITM attacks
[.] Configuration successful
[ ] Binding service [mypos smtp]
[ ] Listening file descriptor created (FD=664)
[ ] Option SO_EXCLUSIVEADDRUSE set on accept socket
[!] bind: Address already in use (WSAEADDRINUSE) (10048)
[!] Error binding service [mypos smtp] to 127.0.0.1:25
[ ] Unbinding service [bbtthailand smtp]
[ ] Service [bbtthailand smtp] closed
[!] Server is down
What next?