Skip to content

DaCHack/getmail6-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Run getmail6 on latest Alpine in Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published