docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker Image for PostfixAdmin

Results 16 docker issues
Sort by recently updated
recently updated
newest added

**From documentation :** > **All environment vars** are supporting the secret's docker strategy. **From docker-entrypoint.sh :** > # Init vars for running script > POSTFIXADMIN_DB_TYPE=$(get_env_value 'POSTFIXADMIN_DB_TYPE' 'sqlite') > POSTFIXADMIN_DB_HOST=$(get_env_value "POSTFIXADMIN_DB_HOST"...

On container startup, passwords are logged in plaintext. I've replaced them with `REDACTED` below, but they're plaintext. If you feel this is useful diagnostic information, please hide it behind a...

When running a container with a fixed unprivileged UID, gosu can not be executed. It would be really nice if gosu could be made optional, for example when a specific...

I set the POSTFIXADMIN_SETUP_PASSWORD using environment variable but this appears to do nothing as I can't login to setup.php page using the specified password.

The fpm-alpine image misses the tzdata package and does not handle the timezone correctly, leading to inconsistent behavior compared to apache and fpm. ``` docker run --rm -it -e "TZ=Europe/Luxembourg"...

Good morning, I launched the image then contained it then I managed to enter the postfix admin web page but the problem is that I am asked to email an...

config.local.php : ```php ``` Logs from mailserver : ```shell Mar 21 01:29:18 mail postfix/submission/smtpd[1927]: connect from postfixadmin.mailserver_mailnetwork[172.18.0.4] Mar 21 01:29:18 mail postfix/submission/smtpd[1927]: warning: non-SMTP command from postfixadmin.mailserver_mailnetwork[172.18.0.4]: To: [email protected] Mar...

Last day I investigated php-fpm and especially postfixadmin strace file with some cool information behind the doors. Postfixadmin needs for login inside database for password 3 additionally binarys - in...

Hello. I get error from smtp server "SMTP protocol synchronization error (next input sent too soon: pipelining was advertised):" when checkbox "send welcome mail" is used. My SMTP server Exim...