Coder Social home page Coder Social logo

containers-mailserver's People

Contributors

johnsonbrothers avatar thkukuk avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

containers-mailserver's Issues

need to config smtp_tls_wrappermode and smtp_tls_security_level

Hi, its me again :-)

I need to use port 465 as relay port at my ISP and get this in my postfix log
SMTPS wrappermode (TCP port 465) requires setting "smtp_tls_wrappermode = yes", and "smtp_tls_security_level = encrypt" (or stronger)
I can see in entrypoint.sh that this cant be changed by config outside the container.

I know how to make the changes in my container,
podman exec -it postfix bash -c "postconf smtp_tls_wrappermode=yes & postconf smtp_tls_security_level=encrypt & postfix reload"
but how do i make this permanent?

Missing openssl?

mitmanek:systemd $ podman ps
CONTAINER ID  IMAGE                                                                               COMMAND               CREATED       STATUS       PORTS                                                                             NAMES
ed06ab80d466  registry.opensuse.org/opensuse/dovecot:latest                                       /usr/sbin/dovecot...  19 hours ago  Up 19 hours  0.0.0.0:1143->143/tcp                                                             dovecot
mitmanek:systemd $ podman run -it dovecot /bin/sh
useradd: warning: the home directory /var/spool/vmail already exists.
useradd: Not copying any file from skel directory into it.
Add TLS config...
No CA cert file found, generating one
Generating private CA key...
/common-scripts/ssl-helper: line 29: openssl: command not found
chmod: /etc/certs/dovecot-ca.key: No such file or directory
Generating CA certificate...
/common-scripts/ssl-helper: line 34: openssl: command not found
No certificate file and certificate key provided, generate:
/etc/certs/dovecot-tls.crt and /etc/certs/dovecot-tls.key
Generating certificate key...
/common-scripts/ssl-helper: line 67: openssl: command not found
Generating sign request...
/common-scripts/ssl-helper: line 69: openssl: command not found
Generating certificate...
/common-scripts/ssl-helper: line 74: openssl: command not found
/entrypoint.sh: line 261: openssl: command not found
chmod: /etc/certs/dovecot-dhparam.pem: No such file or directory
Enforce TLS...
Updating certificate store...
# 

Is this right?

Cant get postfix and dovecot to use the same maildir

Hi, thanks for making this public. I found this via openSUSE and podman containers.

I have a setup for my self with openldap, postfix and dovecot on a MicroOS-server.

But, i have a problem to get postfix and dovecot to use the same Maildir.
When i start postfix, all mail is delivered to /var/opt/postfix/vmail///new
Dovecot try to find mail at /var/opt/postfix/vmail//Maildir/new
(/var/opt/postfix/vmail is my data persistent directory for /var/spool/vmail)

And i cant find a parameter in either container to configure this in /etc/default/container postfix, /etc/default/container-dovecot or in my openldap-entry for the user.

Do you have some tips to solve this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.