This is a discussion on Re: Postfix smtpd killed by signal 11: bad command startup within the mailing.postfix.users forums, part of the Mail Servers and Related category; Jonas De Vuyst: > I've also done an strace which also seems to suggest a libnss_dns > problem. It'...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Jonas De Vuyst:
> I've also done an strace which also seems to suggest a libnss_dns > problem. It's strange though, it seems to complain that > /etc/resolv.conf is not a directory No. It complains that /etc is not a directory. You're running Postfix with chroot turned on, and there is no etc directory in the chroot jail. > and incorrectly states that > /usr/lib/libnss_dns.so.2 and /usr/lib do not exist. But perhaps I'm > misunderstanding something. You're running Postfix with chroot turned on, and these do not exist in the chroot jail. Turn off chroot until you have found what incorrect object library or #include file you were using. Wietse |