Reid Thompson: > sending mail with mutt started failing yesterday with: > postdrop: fatal: getrlimit: Operation not permitted
Wietse: > > Do you have AppArmor/SeLinux/other "security" software enabled? Reid Thompson: > not intentionally -- ;) i've been using this system for several > years with no problem. > I guess it's possible that an emerge update activated something > w/o my knowing it, but i'd be surprised Postfix requires that the system function getrlimit() works as defined in POSIX standards. You need to find out why getrlimit() can return bogus EPERM errors. EPERM errors are valid for setrlimit() but not getrlimit(). Apparently something messed up the libc interface. Wietse