Mantis - logwatch
Viewing Issue Advanced Details
5071 regular use minor always 2013-04-27 10:20 2013-04-27 10:20
ghenry  
 
normal  
new  
open  
none    
none  
0005071: missing sendmail when using CSWpostfix (SUNWsendamil removed)
server solaris 10 sparc.


callisto-root% /opt/csw/bin/logwatch --detail 10 --mailto root@cmi.univ-mrs.fr
Can't exec "sendmail": No such file or directory at /opt/csw/bin/logwatch.pl line 1017, <TESTFILE> line 3.
Can't execute sendmail -t: No such file or directory
callisto-root% which sendmail
sendmail: Command not found.

according to /opt/csw/share/doc/postfix/README.CSW, i did:

  ln -s /opt/csw/sbin/sendmail /usr/lib/sendmail
  ln -s /opt/csw/bin/newaliases /usr/sbin/newaliases
  ln -s /opt/csw/bin/mailq /usr/bin/mailq

but logwatch doesn't use /usr/lib.

As a workaround, i did:

callisto-root% ln -s /opt/csw/sbin/sendmail /usr/sbin/sendmail
Issue History
2013-04-27 10:20 ghenry New Issue

There are no notes attached to this issue.