SMTP Error (-1): Connection to server failed.

Issue #185 closed
Former user created an issue

While running mail server on Windows 10 (x64) machine with following script always receives SMTP Error (-1): Connection to server failed. error while sending email from http://localhost:2000

posteio_mailserver:
    image: analogic/poste.io:latest
    container_name: posteio_mailserver
    ports: 
    - "25:25"
    - "1014:80"
    - "1015:443"
    - "110:110"    
    - "143:143"
    - "465:465"
    - "587:587"
    - "993:993"
    - "995:995"
    - "4190:4190"
    environment:
       - HTTPS=OFF
    volumes:
       - ./maildata:/data

Docker machine created with docker-compose up -d

Comments (4)

  1. vykook

    Same problem(running on CoreOS). I event tested telnet to port 25 and it stops immediately [I] vykook ) telnet blahblah.xx 25 Trying 111.111.111.111... Connected to blahblah.xx. Escape character is '^]'. Connection closed by foreign host.

  2. SH repo owner

    There should be something in logs - either in /data/log/s6/qpsmtpd or container logs, can you please paste them here?

  3. Log in to comment