Hi there! I tried installing OpenSMTPd in a jail on my FreeBSD server. I had OpenSMTPd running in an other jail some time ago without problems.
I installed it using the ports-system. But when I try to start smtpd it stops with an error. Here the output of "smtpd -dv": ---------------------------------- # smtpd -dv debug: init ssl-tree info: OpenSMTPD 5.4.1p1 starting debug: bounce warning after 4h debug: using "fs" queue backend debug: using "ramqueue" scheduler backend debug: using "ram" stat backend info: startup [debug mode] mfa: building simple chains... mfa: building complex chains... mfa: done building complex chains mfa: done building default chain debug: queue: done loading queue into scheduler libevent 1.4.14b-stable (kqueue) debug: parent_send_config_ruleset: reloading debug: parent_send_config_mfa: reloading debug: parent_send_config: configuring smtp fatal: smtpd: socket: Protocol not supported warn: smtp -> parent: pipe closed warn: mfa -> parent: pipe closed warn: control -> parent: pipe closed warn: queue -> parent: pipe closed warn: lka -> parent: pipe closed warn: mta -> parent: pipe closed warn: mda -> parent: pipe closed warn: scheduler -> queue: pipe closed ----------------------------------- The system is FreeBSD 9.2-RELEASE and as said I installed it inside a jail. The kernel is gerneric so there should be any sockettype available. For testing I shrinked the configfile to a minimum of: --------------------------------- listen on localhost accept for any relay --------------------------------- So for shure "smtpd -n" says "configuration OK". If you need any truss-output I could send it also. Does anyone of you know this problem or can give me a hint where to have a closer look at? Thank you guys! Martin -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
