Setup smtp on synology Nas while running checkmk on a container

CMK 2.2.0:
Synology NAS :

Hello all i have synology NAS with docker installed, inside docker i run the container checkmk
now i have trouble to setup SMTP only thing i can find in checkmk is to put an email adress?
but no smtp settings

Can somone help or give me a tip how to proceed?

KR

Output of “cmk --debug -vvn hostname”: (If it is a problem with checks or plugins)

Check Setting up mail dispatching in Linux

So you need to configure the docker container to at least one MTA is working as well.

i can use the terminal of check mk inside the dockercontainer but seems i cant find the smtp settings been looking under /etc but so far no luck

Well you need to be familiar with Linux OS and how to setup a MTA for example, Postfix, Qmail, Exim, Sendmail or Nullmailer.

As you figured out in CheckMK you only setup a email address.

For Postfix check Basic Postfix Configuration

ok thanks for the hint, but what i did do is enable smtp on my synology nas and installed synologymailplus server or isnt that the same?

Well but your Docker Container (Linux Instance) did not know who to contact to send mails to.
Therefor you need an MTA here as well, which take care of local mails and send them accordingly to your MailServer.

ok thanks, i wil try install postfix on the local checkmk container?

Based on your screenshot postfix is already installed, you need to configure it accordingly.

May be a solution for you: Configure Postfix to Send Email Using External SMTP Servers | Linode Docs

thank u i got it to work, by following the guide thanks alot!

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.