Skip to content

Allow configuring ipv6 in helm chart? #195

Description

@kiaraly

I'm running docker-mailserver in a dualstack setup with some tweaks. Would integrating this into the helm chart be desirable?

I'm using this snippet to make dovecot listen for both ipv4 and ipv6 addresses

    configMaps:
      dualstack:
        create: true
        path: /etc/dovecot/conf.d/90-dualstack.conf
        data: |
          listen = *,::

and manually tweak the service to have ipFamilyPolicy: RequireDualStack. With this I can see both ipv4 and ipv6 clients in the logs connecting to my server.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions