Microsoft
Software
Hardware
Network
Question : EXIM mail manager (LAMP) permissions auto-reset how to prevent resetting for a specific file
we want to allow a system script to search in /var/log/exim_mainlog
we have it working successfully
(the script has an extra password for security)
in order to make it work we had to chg the file permissions for exim_mainlog using CHMOD
but EXIM is changing them back every 5 minutes (when it wakes up).
where is the setting in EXIM to exclude a specific file from this resetting, albeit well intended
Answer : EXIM mail manager (LAMP) permissions auto-reset how to prevent resetting for a specific file
If you have RHEL5 you should be able to add an acl with the right access settings onto the file.
see man getfacl & setfacl for more info.
Random Solutions
PowerShell new-aduser error
how to get a user screen resolution
How do I use a second GB NIC to create multipathing to my ISCSI SAN
MS Outlook 2010 automatic backup add in
Setting Up ODBC Connections MS Server 2008
python os.popen
How do I prevent my app from being indexed by search engines
How to Query Same Table twice using 1 SQL Query ?
ASP.Net Need to know how to select and enter into a select statement begin & ending date froma calendar
How do I have an SQL incremental column for each user?