<[EMAIL PROTECTED]> writes: > Whenever the .db file gets rebuilt, it gets rebuilt mod 600, and > owned by whoever is receiving the email. This then makes it > unreadable and unwritable by anyone else. > > How can I change the mod to 660 so that it is group > readable/writable?
Try adding the following line to the ~/.tmda/config of each user who will be rebuilding .db files (or in /etc/tmdarc if appropriate). os.umask(002) _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
