https://bugzilla.novell.com/show_bug.cgi?id=224015 ------- Comment #3 from werner@novell.com 2006-11-28 03:53 MST ------- sendmail uses the effective id of the user and its group. Then it simply checks the permissions of e.g. the ~/.forward file and also its location with stat() and with lstat() if a symbolic link is _not_ allowed (e.g. to avoid faked home directories). Beside the effective permissions with ACLs will be return by stat() and lstat() within the effective id of the user and its group(s). No user space program uses the acl tools to check permissions because this is done automatically by using the normal system calls lstat() and stat(). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.