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

2007-03-26 Thread Mo Mule

Thanks a lot!

I took what you said and applied it to the toaster directions and it works 
now.


What I think happened is simple operator error.  During the setup of 
simplehelpdesk, I noticed that the 'mail' command was missing.  I then 
proceeded to install mailx which also installed postfix.  I removed postfix 
(and mailx).  I ran the "rpm -e --nodeps postfix" command and didn't realize 
that I had to re-create the symbolic links to /usr/sbin/sendmail again...


Thanks for the help.

Deion "Mule" Christopher


Original Message Follows
From: Bill 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 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 it deliver email messages to the local
> qmail accounts?

Does /usr/sbin/sendmail exist?  And is it a symbolic link to
/var/qmail/bin/sendmail?  That's all you need for local injection to work.

Regards,

Bill

_
The average US Credit Score is 675. The cost to see yours: $0 by Experian. 
http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE




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 it deliver email messages to the local
> qmail accounts?

Does /usr/sbin/sendmail exist?  And is it a symbolic link to
/var/qmail/bin/sendmail?  That's all you need for local injection to work.

Regards,

Bill


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

2007-03-26 Thread Mo Mule
The helpdesk webpage is on the same machine as the toaster.  I access it 
using (example) help.me.com.  I have two virtual vpopmail domains on the 
same machine (examples) help.me.com and coolguy.me.com


You're right with it not entirely being a toaster issue, but in a way it 
seems to be pointing toward a qmail toaster configuration thing...  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?   Or like I asked before, could it just need a new php 
command or wrapper to 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

Date: Mon, 26 Mar 2007 21:34:12 +0300 (EEST)

> 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 'mail' command to send messages to my locally-hosted
> qmail
> accounts?  Would I need to change the php code to something else or use
> some
> sort of sendmail/postfix wrapper to get it to work?
>
> For those of you who are not familiar with the mail command, the 
following

> _should_ send out a message to the recepient from the commandline:
>
> the mail (mailx) command looks like this:
>
> ~]# mail [EMAIL PROTECTED]
> Subject: Hi toasty!
> This is a test for Toasty!
> .
> CC:
> ~]#
>
> I have run into the same problem on three separate toaster machines.
>
> Thanks,
>
> Deion "Mule" Christopher
>
> _
> Live Search Maps – find all the local information you need, right when 
you

> need it. http://maps.live.com/?icid=hmtag2&FORM=MGAC01
>
>

I think it's not toaster related, somewhat.

If the machine where you're hosting the site it's not the one you're
running the toaster then there is a great chance that the sendmail daemon
thinks it's a local accout that you want to send mail to.

A quick fix would be to rename the hostname of the system into something
different from the domain you're trying to send mail to. Something like
www.your_domain.com

_
Live Search Maps – find all the local information you need, right when you 
need it. http://maps.live.com/?icid=hmtag2&FORM=MGAC01




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 I get the 'mail' command to send messages to my locally-hosted
> qmail
> accounts?  Would I need to change the php code to something else or use
> some
> sort of sendmail/postfix wrapper to get it to work?
>
> For those of you who are not familiar with the mail command, the following
> _should_ send out a message to the recepient from the commandline:
>
> the mail (mailx) command looks like this:
>
> ~]# mail [EMAIL PROTECTED]
> Subject: Hi toasty!
> This is a test for Toasty!
> .
> CC:
> ~]#
>
> I have run into the same problem on three separate toaster machines.
>
> Thanks,
>
> Deion "Mule" Christopher
>
> _
> Live Search Maps – find all the local information you need, right when you
> need it. http://maps.live.com/?icid=hmtag2&FORM=MGAC01
>
>

I think it's not toaster related, somewhat.

If the machine where you're hosting the site it's not the one you're
running the toaster then there is a great chance that the sendmail daemon
thinks it's a local accout that you want to send mail to.

A quick fix would be to rename the hostname of the system into something
different from the domain you're trying to send mail to. Something like
www.your_domain.com



[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 'mail' command to send messages to my locally-hosted qmail 
accounts?  Would I need to change the php code to something else or use some 
sort of sendmail/postfix wrapper to get it to work?


For those of you who are not familiar with the mail command, the following 
_should_ send out a message to the recepient from the commandline:


the mail (mailx) command looks like this:

~]# mail [EMAIL PROTECTED]
Subject: Hi toasty!
This is a test for Toasty!
.
CC:
~]#

I have run into the same problem on three separate toaster machines.

Thanks,

Deion "Mule" Christopher

_
Live Search Maps – find all the local information you need, right when you 
need it. http://maps.live.com/?icid=hmtag2&FORM=MGAC01