Koozali.org: home of the SME Server

Qmail app

Tyrone Miles

Qmail app
« 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?

Darrell May

Re: Qmail app
« Reply #1 on: October 08, 2002, 01:02:43 PM »
[root@e-smith]# which sendmail
/usr/sbin/sendmail

Darrell

Tyrone Miles

Re: Qmail app
« Reply #2 on: October 08, 2002, 01:14:47 PM »
Thanks a lot Darrell! You are always RIGHT ON!

Jáder Marasca

Re: Qmail app
« Reply #3 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!

Charlie Brady

Re: Qmail app
« Reply #4 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