> In line 319 a "su - $s_user" is done. But > this user has no right to access tmpfile > when umask is stricter than 022. I put a line "chown $s_user $tmpfile before line 319 ("su - $s_user -c ....") and now works with umask 027 too ciao, Ralf Baerwaldt