Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Mod to enable the smtpd email monitor in the linuxserver.io healthchecks container

Notifications You must be signed in to change notification settings

revilo951/lsio-docker-healthchecks-email-recv-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Archived

This functionailty is now built into the container

lsio docker healthchecks email recv mod

Mod to enable the smtpd email monitor in the linuxserver.io healthchecks container

You need to start the container first without this mod, so that the config files you need to modify are generated.

  • Stop the running container
  • Create the file 90-smtpd (copy the file contents from the one in this repo, or download it from here), somewhere you can map it into the container
  • Use a volume to map the file in to this location: /location/of/file/90-smtpd:/etc/cont-init.d/90-smtpd in your docker run or docker-compose
  • Edit the local_settings.py file that is in the /config directory, and add this line at the bottom, modifying to suit your setup/domain: PING_EMAIL_DOMAIN = "your.domain.com"
  • Map the SMTP port 2525:2525 in your docker run or docker-compose

Start the container again. you should be able to send email to the container, using the IP/hostname of the container and port 2525 as the mailserver.

About

Mod to enable the smtpd email monitor in the linuxserver.io healthchecks container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages