I used the ansible method to install Lemmy on a DigitalOcean VPS. They do block port 25 and there is no way around that. I tried to change the port from 25 to 465 in the config.hjson file but still no luck. I am super new to this but I want to get this working so bad. I’m so close! The site is working fine, just no emails. I’ve checked spam, trash, etc. - nothing is getting sent.

  • ZMonster@lemmy.worldOP
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    I tried to get that using:

     sudo docker compose logs postfix
    

    and it just responds:

     no configuration file provided: not found
    

    Any ideas?

    • Illecors@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Since you’re getting logs via docker compose you should either be in the directory that holds docker-compose.yml or specify the full path to the file using -f flag.