Since one of the last updates the Docker-Container webdevops/mail-sandbox is not responding on port 25.
I tried it on multiple hosts and everytime I get the following response from the mailservers sending a mail:
Connecting to X.X.X.X<br /> 8/13/2017 5:33:06 AM Connection attempt #1 - Unable to connect after 15 seconds. [15.03 sec]<br /> <br />PWS3v2 15418ms<br />
This is the containeroutput I get:
-> Executing /opt/docker/provision/entrypoint.d/05-permissions.sh -> Executing /opt/docker/provision/entrypoint.d/20-mail-sandbox.sh -> Executing /opt/docker/provision/entrypoint.d/20-php-fpm.sh -> Executing /opt/docker/provision/entrypoint.d/20-php.sh -> Executing /opt/docker/provision/entrypoint.d/20-postfix.sh -> Executing /opt/docker/bin/service.d/supervisor.d//10-init.sh 2017-08-13 10:28:02,025 CRIT Set uid to user 0 2017-08-13 10:28:02,025 WARN Included extra file "/opt/docker/etc/supervisor.d/cron.conf" during parsing 2017-08-13 10:28:02,025 WARN Included extra file "/opt/docker/etc/supervisor.d/dnsmasq.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/dovecot.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/nginx.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/php-fpm.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/postfix.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/ssh.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/syslog.conf" during parsing 2017-08-13 10:28:02,038 INFO RPC interface 'supervisor' initialized 2017-08-13 10:28:02,038 INFO supervisord started with pid 1 2017-08-13 10:28:03,041 INFO spawned: 'syslogd' with pid 64 2017-08-13 10:28:03,044 INFO spawned: 'nginxd' with pid 65 2017-08-13 10:28:03,046 INFO spawned: 'php-fpmd' with pid 66 2017-08-13 10:28:03,051 INFO spawned: 'dovecotd' with pid 67 2017-08-13 10:28:03,055 INFO spawned: 'crond' with pid 68 2017-08-13 10:28:03,062 INFO spawned: 'postfixd' with pid 70 -> Executing /opt/docker/bin/service.d/syslog-ng.d//10-init.sh 2017-08-13 10:28:03,066 INFO success: nginxd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-08-13 10:28:03,066 INFO success: php-fpmd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-08-13 10:28:03,068 INFO success: dovecotd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-08-13 10:28:03,070 INFO success: crond entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-08-13 10:28:03,070 INFO success: postfixd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) -> Executing /opt/docker/bin/service.d/nginx.d//10-init.sh -> Executing /opt/docker/bin/service.d/cron.d//10-init.sh -> Executing /opt/docker/bin/service.d/postfix.d//10-init.sh -> Executing /opt/docker/bin/service.d/php-fpm.d//10-init.sh Setting php-fpm user to application Error: No files specified Command: go-replace --mode=line --regex -s ^[\s]*myhostname[\s]*=.* -r myhostname = c8ec9665ed21 [SYSLOG] syslog-ng[64]: syslog-ng starting up; version='3.5.6' [SYSLOG] dovecot: ssl-params: Generating SSL parameters [13-Aug-2017 10:28:03] NOTICE: fpm is running, pid 66 [13-Aug-2017 10:28:03] NOTICE: ready to handle connections [13-Aug-2017 10:28:03] NOTICE: systemd monitor interval set to 10000ms 2017-08-13 10:28:04,210 INFO success: syslogd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) [SYSLOG] dovecot: ssl-params: SSL parameters regeneration completed [SYSLOG] postfix[111]: Postfix is running with backwards-compatible default settings [SYSLOG] postfix[111]: See http://www.postfix.org/COMPATIBILITY_README.html for details [SYSLOG] postfix[111]: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload" [SYSLOG] postfix/postfix-script[175]: warning: group or other writable: /usr/lib/postfix/./libpostfix-global.so.1 [SYSLOG] postfix/postfix-script[176]: warning: group or other writable: /usr/lib/postfix/./libpostfix-tls.so.1 [SYSLOG] postfix/postfix-script[177]: warning: group or other writable: /usr/lib/postfix/./libpostfix-util.so.1 [SYSLOG] postfix/postfix-script[178]: warning: group or other writable: /usr/lib/postfix/./libpostfix-dns.so.1 [SYSLOG] postfix/postfix-script[179]: warning: group or other writable: /usr/lib/postfix/./libpostfix-master.so.1 [SYSLOG] postfix/postfix-script[180]: warning: group or other writable: /usr/lib/postfix/./sbin/lmtp [SYSLOG] postfix/postfix-script[181]: warning: group or other writable: /usr/lib/postfix/sbin/./lmtp [SYSLOG] postfix/postfix-script[205]: starting the Postfix mail system [SYSLOG] postfix/master[207]: daemon started -- version 3.1.0, configuration /etc/postfix
Since one of the last updates the Docker-Container webdevops/mail-sandbox is not responding on port 25. I tried it on multiple hosts and everytime I get the following response from the mailservers sending a mail:
Connecting to X.X.X.X<br /> 8/13/2017 5:33:06 AM Connection attempt #1 - Unable to connect after 15 seconds. [15.03 sec]<br /> <br />PWS3v2 15418ms<br />
This is the containeroutput I get:
-> Executing /opt/docker/provision/entrypoint.d/05-permissions.sh -> Executing /opt/docker/provision/entrypoint.d/20-mail-sandbox.sh -> Executing /opt/docker/provision/entrypoint.d/20-php-fpm.sh -> Executing /opt/docker/provision/entrypoint.d/20-php.sh -> Executing /opt/docker/provision/entrypoint.d/20-postfix.sh -> Executing /opt/docker/bin/service.d/supervisor.d//10-init.sh 2017-08-13 10:28:02,025 CRIT Set uid to user 0 2017-08-13 10:28:02,025 WARN Included extra file "/opt/docker/etc/supervisor.d/cron.conf" during parsing 2017-08-13 10:28:02,025 WARN Included extra file "/opt/docker/etc/supervisor.d/dnsmasq.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/dovecot.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/nginx.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/php-fpm.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/postfix.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/ssh.conf" during parsing 2017-08-13 10:28:02,026 WARN Included extra file "/opt/docker/etc/supervisor.d/syslog.conf" during parsing 2017-08-13 10:28:02,038 INFO RPC interface 'supervisor' initialized 2017-08-13 10:28:02,038 INFO supervisord started with pid 1 2017-08-13 10:28:03,041 INFO spawned: 'syslogd' with pid 64 2017-08-13 10:28:03,044 INFO spawned: 'nginxd' with pid 65 2017-08-13 10:28:03,046 INFO spawned: 'php-fpmd' with pid 66 2017-08-13 10:28:03,051 INFO spawned: 'dovecotd' with pid 67 2017-08-13 10:28:03,055 INFO spawned: 'crond' with pid 68 2017-08-13 10:28:03,062 INFO spawned: 'postfixd' with pid 70 -> Executing /opt/docker/bin/service.d/syslog-ng.d//10-init.sh 2017-08-13 10:28:03,066 INFO success: nginxd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-08-13 10:28:03,066 INFO success: php-fpmd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-08-13 10:28:03,068 INFO success: dovecotd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-08-13 10:28:03,070 INFO success: crond entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-08-13 10:28:03,070 INFO success: postfixd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) -> Executing /opt/docker/bin/service.d/nginx.d//10-init.sh -> Executing /opt/docker/bin/service.d/cron.d//10-init.sh -> Executing /opt/docker/bin/service.d/postfix.d//10-init.sh -> Executing /opt/docker/bin/service.d/php-fpm.d//10-init.sh Setting php-fpm user to application Error: No files specified Command: go-replace --mode=line --regex -s ^[\s]*myhostname[\s]*=.* -r myhostname = c8ec9665ed21 [SYSLOG] syslog-ng[64]: syslog-ng starting up; version='3.5.6' [SYSLOG] dovecot: ssl-params: Generating SSL parameters [13-Aug-2017 10:28:03] NOTICE: fpm is running, pid 66 [13-Aug-2017 10:28:03] NOTICE: ready to handle connections [13-Aug-2017 10:28:03] NOTICE: systemd monitor interval set to 10000ms 2017-08-13 10:28:04,210 INFO success: syslogd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) [SYSLOG] dovecot: ssl-params: SSL parameters regeneration completed [SYSLOG] postfix[111]: Postfix is running with backwards-compatible default settings [SYSLOG] postfix[111]: See http://www.postfix.org/COMPATIBILITY_README.html for details [SYSLOG] postfix[111]: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload" [SYSLOG] postfix/postfix-script[175]: warning: group or other writable: /usr/lib/postfix/./libpostfix-global.so.1 [SYSLOG] postfix/postfix-script[176]: warning: group or other writable: /usr/lib/postfix/./libpostfix-tls.so.1 [SYSLOG] postfix/postfix-script[177]: warning: group or other writable: /usr/lib/postfix/./libpostfix-util.so.1 [SYSLOG] postfix/postfix-script[178]: warning: group or other writable: /usr/lib/postfix/./libpostfix-dns.so.1 [SYSLOG] postfix/postfix-script[179]: warning: group or other writable: /usr/lib/postfix/./libpostfix-master.so.1 [SYSLOG] postfix/postfix-script[180]: warning: group or other writable: /usr/lib/postfix/./sbin/lmtp [SYSLOG] postfix/postfix-script[181]: warning: group or other writable: /usr/lib/postfix/sbin/./lmtp [SYSLOG] postfix/postfix-script[205]: starting the Postfix mail system [SYSLOG] postfix/master[207]: daemon started -- version 3.1.0, configuration /etc/postfix