Hello,
So, I'm trying to setup procmail for some people here, but I"m getting
some strange behavior. We have a Solaris 2.6 machine running NIS, and a
mailserver running 2.7 with sendmail 8.9.1 and procmail v3.11pre7.
I setup the .forward as such:
"|IFS=' ' && exec /usr/local/bin/procmail -f- || exit 75 #username"
For some reason it doesn't appear to always work on the 2.7 machine.
It's almost like the .forward file isn't read. However, when I go to the
mailserver or any other machine not running 2.7 it works
fine(/usr/lib/sendmail -bv username) throws back at me the fact that
it's being piped to procmail. While on the 2.7 machine it just says
it's:
deliverable: mailer local, user testuser
It gets better...for some users it works fine. I tried looking at file
permissions, shells, username lengths...it doesn't seem to make any
sense.
Any ideas?
-Dan