RedHat Linux 9, Courier 0.45.6 or 0.47

I can't send mail from ordinary user, from root sending works.
Used command:
--------------------------------------------------------------
$ echo "sometext" | sendmail [EMAIL PROTECTED]
--------------------------------------------------------------

But for all that:
--------------------------------------------------------------
$ ps ax|grep sendmail
8701 pts/0    S      0:00 sendmail [EMAIL PROTECTED]
--------------------------------------------------------------
$ strace -p 8701
Process 8701 attached - interrupt to quit
futex(0x4213405c, FUTEX_WAIT, 2, NULL <unfinished ...>
--------------------------------------------------------------
Sendmail process freezes...

Search in Internet shows these pages:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg06587.html
http://www.mail-archive.com/[EMAIL PROTECTED]/msg06642.html
These pages says: possible problems in incorrect work with NPTL.

I try to do the same way as:
--------------------------------------------------------------
$ export LD_ASSUME_KERNEL=2.4.1
$ echo "sometext" | sendmail [EMAIL PROTECTED]
--------------------------------------------------------------

And this works!
Is this a bug in courier's sendmail?

--

Michael V. Reztsov



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to