insequi
07-28-2001, 10:20 AM
I like to use procmail on my RAQ4, so I've created a .procmailrc in one users home dir and also a .forward which I've chmod to 644
The .forward contains
"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #username"
But all mails are always bouncing with this:
----- The following addresses had permanent fatal errors -----
"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #username"
(reason: service unavailable)
(expanded from: <username@domain.com>)
----- Transcript of session follows -----
smrsh: IFS=' not available for sendmail programs
554 5.0.0 "|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #username"...
Service unavailable
Any ideas what's wrong here?
The .forward contains
"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #username"
But all mails are always bouncing with this:
----- The following addresses had permanent fatal errors -----
"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #username"
(reason: service unavailable)
(expanded from: <username@domain.com>)
----- Transcript of session follows -----
smrsh: IFS=' not available for sendmail programs
554 5.0.0 "|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #username"...
Service unavailable
Any ideas what's wrong here?
