Re: [toaster] toaster on centos 5

2007-04-17 Thread Qmail List

Hi,

I had install the toaster on 2 seperate centos 5.

lrwxrwxrwx 1 root root 23 Apr 16 10:46 /usr/sbin/sendmail ->
/var/qmail/bin/sendmail

[EMAIL PROTECTED] simscan-1.3.1.shupp2]# sendmail
-bash: sendmail: command not found

linking of sendmail should be /usr/bin/ instead of /usr/sbin


All that shows is that /usr/sbin is not in your path.  What's important
is that the sendmail binary is where other programs expect it.  It's
usually in /usr/sbin and /usr/lib, not /usr/bin.  But if you need it
elsewhere, it's easily fixed with another link.


lrwxrwxrwx 1 root root 39 Apr 18 10:55 /usr/bin/logwatch ->
/usr/share/logwatch/scripts/logwatch.pl


I don't know what this means.  Are you saying sendmail should be in
/usr/bin because logwatch is?


Sorry for my foolishness. I thought sendmail might be in /usr/bin as 
logwatch is.


Thanks Bill 



Re: [toaster] toaster on centos 5

2007-04-17 Thread Bill Shupp
Qmail List wrote:
> Hi,
> 
> I had install the toaster on 2 seperate centos 5.
> 
> lrwxrwxrwx 1 root root 23 Apr 16 10:46 /usr/sbin/sendmail ->
> /var/qmail/bin/sendmail
> 
> [EMAIL PROTECTED] simscan-1.3.1.shupp2]# sendmail
> -bash: sendmail: command not found
> 
> linking of sendmail should be /usr/bin/ instead of /usr/sbin

All that shows is that /usr/sbin is not in your path.  What's important
is that the sendmail binary is where other programs expect it.  It's
usually in /usr/sbin and /usr/lib, not /usr/bin.  But if you need it
elsewhere, it's easily fixed with another link.

> lrwxrwxrwx 1 root root 39 Apr 18 10:55 /usr/bin/logwatch ->
> /usr/share/logwatch/scripts/logwatch.pl

I don't know what this means.  Are you saying sendmail should be in
/usr/bin because logwatch is?

> [EMAIL PROTECTED] simscan-1.3.1.shupp2]# sendmail

Or this.

Regards,

Bill


[toaster] toaster on centos 5

2007-04-17 Thread Qmail List

Hi,

I had install the toaster on 2 seperate centos 5.

lrwxrwxrwx 1 root root 23 Apr 16 10:46 /usr/sbin/sendmail -> 
/var/qmail/bin/sendmail


[EMAIL PROTECTED] simscan-1.3.1.shupp2]# sendmail
-bash: sendmail: command not found

linking of sendmail should be /usr/bin/ instead of /usr/sbin

lrwxrwxrwx 1 root root 39 Apr 18 10:55 /usr/bin/logwatch -> 
/usr/share/logwatch/scripts/logwatch.pl


[EMAIL PROTECTED] simscan-1.3.1.shupp2]# sendmail

Thank you