on oct 2nd i already posted my problem according to that topic: >well, i am still trying to mark all recipients as delivered, but when i try >to open the controlfile like this: > >my $fh = new IO::File $cfile, "a+"; > >it always fails. reading with mode "r" works fine. looks like some kind of >permission problem to me. the perms of my var/tmp are drwxrwx---, those of >my var drwxr-xr-x. i left the default installation settings alone. > >do i have to change the perms/owner of the directory?. i want to do a > >printf $fh "I%d R 200 Ok\nS%d %d", $i, $i, time(); > >$i being the number of the recipient, on each of the recipients (is that ok >as well?). > >please advise >alex meanwhile i tried setting the perms for var and var/tmp to 777 but to no avail. could be the control file is already created with (for modification) bad file permissions. does anybody know a solution for that problem ?thanksalex
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
