I'm strarting your excellent tool using no particular options
$ fake-smtp-server
INFO: SMTP server listening on 0.0.0.0:1025
INFO: HTTP server listening on http://0.0.0.0:1080
I am doing this on a Debian 10 virtual machine.
I am actually able to send email using this fake smtp server from outside the VM.
Great !
But ... I cannot open web gui and I have no idea why.
I already checked that port 1080 is not blocked.
~$ sudo ufw status numbered | grep 1080
[18] 1080 ALLOW IN Anywhere
[33] 1080 (v6) ALLOW IN Anywhere (v6)
I laso tried to access web gui using vm local ip, and also tried starting fake-smtp-server using the local ip of the machine as http-ip, but nothing changes, http server doesn't reply.
$ fake-smtp-server --http-ip 192.168.229.128
INFO: SMTP server listening on 0.0.0.0:1025
INFO: HTTP server listening on http://192.168.229.128:1080
I'm strarting your excellent tool using no particular options
I am doing this on a Debian 10 virtual machine.
I am actually able to send email using this fake smtp server from outside the VM.
Great !
But ... I cannot open web gui and I have no idea why.
I already checked that port 1080 is not blocked.
I laso tried to access web gui using vm local ip, and also tried starting fake-smtp-server using the local ip of the machine as http-ip, but nothing changes, http server doesn't reply.
From inside VM, using the ip is reachable
From outside opening chrome at "http://192.168.229.128:1080/" give no reply
Could you suggest me what can I check to diagnose?