jata

  • Apr 20, 2024
  • Joined Dec 12, 2022
  • 2 discussions
  • 4 posts
  • 0 best answers
  • Post posted... wait what?
  • Hi,

    How turn off a watchdog for Dovecot??
    I turn off the sieve protocol on Dovecot and watchdog still restarting dovecot service because cannot connect to port 4190 [Dovecto sieve].

    I tryied change settings at data/Dockerfiles/watchdog/watchdo.sh to:

    # /usr/lib/nagios/plugins/check_tcp -4 -H ${host_ip} -p 4190 -e "Dovecot ready" 2>> /tmp/dovecot-mailcow 1>&2; err_count=$(( ${err_count} + $? ))
    but comment is not working after
    docker-compose up -d

    Then I try change settings at docker-compose.yml at Watchdog section, but without effect:
    - SKIP_DOVECOT=${SKIP_DOVECOT:-n}
    - SKIP_UNBOUND=${SKIP_UNBOUND:-n}

    Only 1 settings works correctly - it’s a:

    USE_WATCHDOG=n

    on mailcow.conf - but I only want disable a one future, not all service.

    Any ideas?

    Regards

  • mayk But i would strongly suggest to keep this tool offline after you are done to minimize potential security issues..

    It’s obvious!

    Ok, I will try install PHPMyAdmin as separate docker.

  • I need transport database data from PostfixAdmin to MailCow - the best way for me is a web interface to database.
    Account data like e-mail address, password, alias.

    Of course I look for install PHPMyAdmin in the same cointainer as MailCow.

  • Hi!

    I cannot find on Google propper instruction for install PHPMyAdmin to manage MailCow database.

    Could You help me with short instruction ??

    Regards