amit290
05-16-2002, 09:31 AM
whats the sendmail path on raq4???
![]() | View Full Version : sendmail path?? amit290 05-16-2002, 09:31 AM whats the sendmail path on raq4??? ffeingol 05-16-2002, 09:42 AM You should just be able to execute "locate sendmail" from a shell prompt and it will give you all the locations for the string sendmail. Frank ljprevo 05-16-2002, 10:54 AM On a Raq4 it is usally at: /usr/sbin/sendmail amit290 05-16-2002, 07:41 PM ta lads. That was really pissing me off .... 4 some reason "whereis sendmail" wasnt working....now it does!!! I guess I should have tried "locate" as u said ffeingol just didnt think:blush: :cool: amit290 05-17-2002, 05:09 AM ahhhhh got another problem now!! I use Matts CGI Email Script but it wont send the email. I think this is a server problem (path to sendmail?) because the script doesnt throw up an error message. Any ideas? I use "/usr/sbin/sendmail" as path to mail prog ljprevo 05-17-2002, 08:52 AM Show us what you have exactly. Did you put it like this: $mailprog = '/usr/sbin/sendmail'; or like this? $mailprog = /usr/sbin/sendmail; Without the 's? amit290 05-17-2002, 09:27 AM put with the 's $mailprog = '/usr/lib/sendmail'; |