Sign inSign up

dachack/getmail6

By dachack

Updated about 21 hours ago

Image
0

10K+

dachack/getmail6 repository overview

getmail-docker

docker-hub Actions Status

Run getmail6 on latest Alpine in Docker

Docker Compose

services:

  getmail6:
    image: dachack/getmail6
    container_name: "getmail" # choose any name you like
    restart: unless-stopped # always restart in case of issues or system reboot
    environment:
      - GETMAIL_OPTIONS=--verbose #--idle=INBOX
      - POLLING_INTERVAL=300
    volumes:
      - '/opt/appdata/getmail6/getmail6.conf:/getmail/getmailrc'
      - '/opt/appdata/mailu/mail/[EMAIL_ADRESS]:/getmail/[EMAIL_ADRESS]' #path to maildir directory of your imap server (e.g. dovecot)

About

Image can be used in a stack with mailu or mailcow

Image on Docker Hub

https://hub.docker.com/r/dachack/getmail6

Sources in Github

https://github.com/DaCHack/getmail6-docker

Tag summary

Content type

Image

Digest

sha256:4dcd2482f

Size

23 MB

Last updated

about 21 hours ago

docker pull dachack/getmail6