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 can't seem to access the smtp server from the host. I ran the initial setup command and successfully added my account. This is my command for running the docker:
But I get no response when contacting the SMTP server through telnet:
telnet localhost 1025
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
I have also tried to send mail using curl, mutt, and sendmail. None of them have worked. This is my .muttrc file:
set from="[email protected]"
set smtp_url="smtp://[email protected]:password@localhost:1025/"
set ssl_starttls=yes
set ssl_force_tls=yes
set send_charset="us-ascii:utf-8"
Any help would be appreciated. Or if this is a bug, please let me know.
The text was updated successfully, but these errors were encountered:
Login to the container via docker exec -it <container_name> bash. Once you're in just run ./entrypoint.sh and let it run.
If you get permission denied, then run chmod +x ./entrypoint.sh and try again.
Make sure you've configured your settings via protonmail-bridge --cli beforehand.
I can't seem to access the smtp server from the host. I ran the initial setup command and successfully added my account. This is my command for running the docker:
But I get no response when contacting the SMTP server through telnet:
I have also tried to send mail using curl, mutt, and sendmail. None of them have worked. This is my .muttrc file:
Any help would be appreciated. Or if this is a bug, please let me know.
The text was updated successfully, but these errors were encountered: