> Well it was originally "-r-s--x--x 1 root courier" but I'd never seen an 's' there before so I had no idea what it meant and tried chmod 555 to fix it, but nothing changed.

the 's' where it is run means the binary is setuid, it means when you run the binary regardless of what user you are, it will run the binary as that user (in this case root).

This is normal for example on a lot of default installs for sendmail (or something runing as sendmail in compatibility mode (symlinked)).

I don't use/install the sendmail wrapper that comes with courier, but I would expect it to be similar.

If you are sysadmin a system with MTA etc. It is advisable to learn about system permissons, things like setuid, setgid and sticky bits all play their part and should be understood.

Ricky


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to