Skip to content

Add Poste.io Template #467

@Trackoad

Description

@Trackoad

Template Name

Poste.io

Template URL

https://bitbucket.org/analogic/mailserver

Docker Compose Link

https://hub.docker.com/r/analogic/poste.io

Resources

  • Possible docker-compose.yml :
version: '3'

services:
  mailserver:
    image: analogic/poste.io
    container_name: mailserver
    restart: unless-stopped
    # fill up with your domain
    hostname: mail.domain.com
    ports:
      - "25:25"
      - "8080"
      - "110:110"
      - "143:143"
      - "465:465"
      - "587:587"
      - "993:993"
      - "995:995"
      - "4190:4190"
    environment:
      - HTTPS=OFF
      - HTTP_PORT=8080
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - poste-data:/da
volumes:
  poste-data:
  • Possible template.toml :
[variables]
main_domain = "${domain}"

[config]
env = {}
mounts = []

[[config.domains]]
serviceName = "mailserver"
port = 8080
host = "${main_domain}"
  • Documentation for this feature :
Add record on your DNS : 
@      MX  mail.domain.com
mail   A   *server-ip*

Template Description

Hi, I would like to add this template which allows to have an easy to use and plug and play SMTP server.
I think the project is not open source so I don't know if this PR will be accepted.
Thanks for your time 🚀

Will you send a PR to implement it?

Maybe

Metadata

Metadata

Assignees

No one assigned

    Labels

    templateNew template request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions