Re: [toaster] updated toaster patch

2007-03-26 Thread daniel
> Bill Shupp wrote: > >> I'll test signing later when I have some time to set it up. > > Signing works just fine as well: > > DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; > s=default; d=merchbox.com; > > b=qx+1bc1baPy6zBt2CYUIXMpTpoN3307dqQIzJ/8F++3h5hf+xpj92dGGqchxq79S6w733qBSTRN1qv0OGNMtphJ

[toaster] Quota problem

2007-03-26 Thread daniel
I know this is not toaster related but i think there are people here that may be of help. I have a huge problem. I'm responsible for mail service of 35-40 clients each of them with a virtual domain. I searched the qmailadmin mailing list in hopes of an answer but i couldn't find any. The problem

Re: [toaster] Quota problem

2007-03-26 Thread tonix (Antonio Nati)
At 14.18 26/03/2007, you wrote: I know this is not toaster related but i think there are people here that may be of help. I have a huge problem. I'm responsible for mail service of 35-40 clients each of them with a virtual domain. I searched the qmailadmin mailing list in hopes of an answer but

Re: [toaster] Quota problem

2007-03-26 Thread daniel
> At 14.18 26/03/2007, you wrote: >>I know this is not toaster related but i think there are people here that >>may be of help. >> >>I have a huge problem. I'm responsible for mail service of 35-40 clients >>each of them with a virtual domain. >> >>I searched the qmailadmin mailing list in hopes of

Re: [toaster] Quota problem

2007-03-26 Thread tonix (Antonio Nati)
At 15.10 26/03/2007, you wrote: I saw your description on the qmailadmin list and i thought that was exactly what i was looking for and i was disapointed that the link you posted was not available. I will be gratefull if you can send me the patch to try it out and see if it matches my need altho

Re: [toaster] Quota problem

2007-03-26 Thread Bill Shupp
tonix (Antonio Nati) wrote: > This version should also resolve the problem of 2GB limit, as I've > updated all 32 bit variables, and currently I have customers with more > than 2GB quota. Do you have patches for other Maildir++ programs? Like courier-imap, and maildrop? And also my patch for qm

[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

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

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

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
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.

Re: [toaster] Quota problem

2007-03-26 Thread tonix (Antonio Nati)
At 18.00 26/03/2007, you wrote: tonix (Antonio Nati) wrote: > This version should also resolve the problem of 2GB limit, as I've > updated all 32 bit variables, and currently I have customers with more > than 2GB quota. Do you have patches for other Maildir++ programs? Like courier-imap, and m