Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amavis: Can't connect to TCP port 10024 on ::1 [Cannot assign requested address] #27

Open
danbo opened this issue Jun 21, 2017 · 0 comments

Comments

@danbo
Copy link

danbo commented Jun 21, 2017

Started seeing this in the logs.. I think it was after I upgraded docker..

I fixed this by adding

$inet_socket_bind = '127.0.0.1';

to the end of /etc/amavisd/amavisd.conf in the image.

Of course the fastest way to do this was to extract it out of the image:

docker exec -it <image_name> cat /etc/amavisd/amavisd.conf > amavisd.conf

and update the run command to map the locally updated one to the image:

-v $(pwd)/amavisd.conf:/etc/amavisd/amavisd.conf:rw\

Hope this helps someone

Source: https://groups.google.com/forum/#!topic/mailing.unix.amavis-user/WAsTKPO-i-0

@danbo danbo changed the title Amavis: Can't connect to TCP port 10024 on ::1 [Cannot assign requested address] amavis: Can't connect to TCP port 10024 on ::1 [Cannot assign requested address] Jun 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant