Failed to setup listeners: bind EADDRNOTAVAIL 0.0.0.0:25 #3411
Replies: 1 comment
-
Well, for anyone who is facing a similar issue, I will share my experience. First, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PROBLEM
Hi @msimerson, I configured the following
Dockerfile
to test this project before recommending it to my company as a high-performance email observer. We want to use this as a CI trigger where it executes the corresponding task based on the mail content (I think this behavior can be achieved with plugins).Note
I leave the actual SSL certs in it so you can test it yourself (I will change them later).
The ERROR log is the following:
Well, the SMTP server I try to connect to uses Postfix with Dovecot. So, 25 port is active, and
telnet smtp.pysnippet.org 25
returns:I have tried everything to make this work
In case you are interested in my Postfix config, I attach the
postfix/main.cf
below:QUESTION
So, as I am only interested in observing incoming messages, how should I configure Heraka properly? You can see that in the
Dockerfile
, I changed a configuration file overriding the defaults (maybe this is just a configuration issue).P.S. Please note that the user I am using doesn't have a password.
Beta Was this translation helpful? Give feedback.
All reactions