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

Title: Qmail app
Post 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?
Title: Re: Qmail app
Post by: Darrell May on October 08, 2002, 01:02:43 PM
[root@e-smith]# which sendmail
/usr/sbin/sendmail

Darrell
Title: Re: Qmail app
Post by: Tyrone Miles on October 08, 2002, 01:14:47 PM
Thanks a lot Darrell! You are always RIGHT ON!
Title: Re: Qmail app
Post by: Jáder Marasca on October 08, 2002, 05:05:48 PM
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!
Title: Re: Qmail app
Post by: Charlie Brady on October 08, 2002, 06:31:32 PM
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