in order to use sudo i added 2 lines in visudo
Cmnd_Alias CMD_TIVOLI_DB2_MAIL = /usr/bin/mailx
<login> ALL =(root) NOPASSWD:
CMD_TIVOLI_DB2_MAIL
without success :(.. <login> still cannot send. No message error
> oslevel -r
5300-06
Mailx SHOULD be usable by all users.
Have you looked at the sendmail config?
Regards,
Ted.
==============================================================
| Ted Linnell <edli...@acslink.net.au> |
| |
| Nunawading, Victoria , Australia |
==============================================================
no ! system AIX engineer told me it's not possible .. could you give
me details ?
There is a file called sendmail.cf, not sure where it is held on AIX.
It contains the sendmail configuration, but is quite cryptic.
You should be able to find documentation on sendmail on the web.
I have found it before by googling sendmail, but cannot recall the URL
off the top of my head.
check to see if anyone has changed the permissions of mailx
ls -l $(which mailx)
-rwxr-xr-x 3 bin mail 135190 30 Aug 2008 /usr/bin/
mailx
also check the fpm utility