Re: [toaster] Simplehelpdeskfinal wont send mail through qmail setup

2007-03-26 Thread Mo Mule
ill Shupp <[EMAIL PROTECTED]> Reply-To: toaster@shupp.org To: toaster@shupp.org Subject: Re: [toaster] Simplehelpdeskfinal wont send mail through qmail setup Date: Mon, 26 Mar 2007 12:15:38 -0700 Mo Mule wrote: > I think it has something to do with: > > rpm -e --nodeps sendma

Re: [toaster] Simplehelpdeskfinal wont send mail through qmail setup

2007-03-26 Thread Bill Shupp
Mo Mule wrote: > I think it has something to do with: > > rpm -e --nodeps sendmail postfix > > So is it possible to have the qmail toaster AND mailx(postfix) running > on the same machine? I don't recommend it. > Or like I asked before, could it just need a new > php command or wrapper to have

Re: [toaster] Simplehelpdeskfinal wont send mail through qmail setup

2007-03-26 Thread Mo Mule
have it deliver email messages to the local qmail accounts? Thanks, Deion "Mule" Christopher Original Message Follows From: [EMAIL PROTECTED] Reply-To: toaster@shupp.org To: toaster@shupp.org Subject: Re: [toaster] Simplehelpdeskfinal wont send mail through qmail setup

Re: [toaster] Simplehelpdeskfinal wont send mail through qmail setup

2007-03-26 Thread daniel
> Hi all, > > I have the toaster installed with all the bells and whistles and all works > fine. > > I have set up SimpleHelpDesk(final) on apache which uses the following > snippet of code: > > mail($db_user->user_email, $mail_subject, $mail_content, "From: > $config[helpdesk_email]"); > > How do

[toaster] Simplehelpdeskfinal wont send mail through qmail setup

2007-03-26 Thread Mo Mule
Hi all, I have the toaster installed with all the bells and whistles and all works fine. I have set up SimpleHelpDesk(final) on apache which uses the following snippet of code: mail($db_user->user_email, $mail_subject, $mail_content, "From: $config[helpdesk_email]"); How do I get the 'ma