Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Tyrone Miles on October 08, 2002, 09:34:45 AM
-
If I have a application that uses this statement:
$mailprog = "/usr/lib/sendmail";
How can I change this to work with q-mail?
-
[root@e-smith]# which sendmail
/usr/sbin/sendmail
Darrell
-
Thanks a lot Darrell! You are always RIGHT ON!
-
Darrel / Tyrone,
Could you please explain what this command do ?
Are it telling to qmail to emulate sendmail and accept command line parameters like sendmail?
( I´m glad it solved Tyrone problem and I´m trying to learn something else! )
Thanks!
-
Tyrone Miles wrote:
>
> If I have a application that uses this statement:
>
> $mailprog = "/usr/lib/sendmail";
>
> How can I change this to work with q-mail?
Easy. Do nothing!
bash2-2.05a$ ls -l /usr/lib/sendmail
lrwxrwxrwx 1 root root 23 Sep 5 11:22 /usr/lib/sendmail -> /var/qmail/bin/sendmail
bash2-2.05a$
Charlie