Gentoo Archives: gentoo-user

From: "José Romildo Malaquias" <j.romildo@×××××.com>
To: misc@×××××××××.org, gentoo-user@l.g.o
Subject: [gentoo-user] opensmtp fatal error: socket: address family not supported
Date: Thu, 16 Jan 2014 00:23:44
Message-Id: 20140116002154.GA1197@romildo.no-ip.org
1 Hello.
2
3 When trying opensmtpd on my gentoo linux system, I am getting the
4 following error message:
5
6 # smtpd -vn
7 configuration OK
8
9 # smtpd -vd
10 debug: init ssl-tree
11 info: OpenSMTPD 201401061555p1 starting
12 debug: bounce warning after 4h
13 debug: using "fs" queue backend
14 debug: using "ramqueue" scheduler backend
15 debug: using "ram" stat backend
16 info: startup [debug mode]
17 mfa: building simple chains...
18 mfa: building complex chains...
19 mfa: done building complex chains
20 mfa: done building default chain
21 debug: queue: done loading queue into scheduler
22 libevent 2.0.21-stable (epoll)
23 debug: parent_send_config_ruleset: reloading
24 debug: parent_send_config_mfa: reloading
25 debug: parent_send_config: configuring smtp
26 debug: mfa ready
27 fatal: smtpd: socket: Address family not supported by protocol
28 warn: lka -> smtp: pipe closed
29 warn: parent -> smtp: imsg_read: Connection reset by peer
30 warn: queue -> smtp: pipe closed
31 fatal: exiting: Connection reset by peer
32 warn: mfa -> smtp: pipe closed
33 warn: control -> smtp: pipe closed
34 warn: mta -> lka: pipe closed
35 warn: mda -> lka: pipe closed
36 warn: scheduler -> queue: pipe closed
37
38 Any clues on how to fix this?
39
40 Romildo