Re: [toaster] qmail-ext maildrop problem

2008-04-15 Thread Michael McCallister
} -} else { -fs = fopen(".qmail","r"); } -#else -fs = fopen(".qmail","r"); #endif +/* no .qmail-ext file fallback to the .qmail file (non-qmail behaviour) */ +if (fs == NULL) { +fs = fopen(".qmail","r&quo

Re: [toaster] qmail-ext maildrop problem

2008-04-14 Thread Michael McCallister
Michael McCallister wrote the following on 04/10/2008 11:09 AM: Michael McCallister wrote the following on 04/07/2008 11:11 PM: I ran across a minor, but highly annoying issue in a recent toaster migration and was wondering if anyone here had advice as to a workaround. On both installs (old

Re: [toaster] qmail-ext maildrop problem

2008-04-10 Thread Michael McCallister
Michael McCallister wrote the following on 04/07/2008 11:11 PM: I ran across a minor, but highly annoying issue in a recent toaster migration and was wondering if anyone here had advice as to a workaround. On both installs (old and the new), I have vpopmail compiled with --enable-qmail-ext

[toaster] qmail-ext maildrop problem

2008-04-07 Thread Michael McCallister
I ran across a minor, but highly annoying issue in a recent toaster migration and was wondering if anyone here had advice as to a workaround. On both installs (old and the new), I have vpopmail compiled with --enable-qmail-ext. I also used the qmailadmin to --enable-modify-spam and set --ena

Re: [toaster] migration

2008-04-07 Thread Michael McCallister
Newbie Qmail wrote the following on 4/5/2008 6:47 PM: Hi all is there any migration checklist from one qmail server to another, (just a upgraded hard and with vpopmail mysql database entries?) You ro

Re: [toaster] surbl support

2008-04-04 Thread Michael McCallister
Bill Shupp wrote the following on 04/04/2008 02:31 PM: On Apr 4, 2008, at 2:18 PM, Michael McCallister wrote: Greetings, Sorry to bug the list, but I cannot figure this out. I really like the idea of surbl support on the smtp level before it hits SA (i.e. wipe out junk before it hits SA

[toaster] surbl support

2008-04-04 Thread Michael McCallister
Greetings, Sorry to bug the list, but I cannot figure this out. I really like the idea of surbl support on the smtp level before it hits SA (i.e. wipe out junk before it hits SA). However, I can't seem to get it to work. I am running the latest toaster and I can see all the SURBL additions

Re: [toaster] dovecot imap server

2006-05-02 Thread Michael McCallister
Rick Macdougall wrote: Rick Macdougall wrote: Michael McCallister wrote: Hello, Just wondering if anyone has used dovecot (http://www.dovecot.org/) with the toaster. As of last month, their betas support Maildir++ quotas. I have been hoping to find something that is faster than courier

[toaster] dovecot imap server

2006-05-01 Thread Michael McCallister
Hello, Just wondering if anyone has used dovecot (http://www.dovecot.org/) with the toaster. As of last month, their betas support Maildir++ quotas. I have been hoping to find something that is faster than courier since it struggles to serve my inbox sometimes. From their homepage: Doveco

Re: [toaster] qmail-spamc with qscanq

2004-07-29 Thread Michael McCallister
Tom Collins wrote: On Jul 29, 2004, at 1:36 PM, Bill WONG-SV wrote: Dear All, If i only want to run qmail-spamc with qscanq (without ClamAV), how i can do? What to fill in conf-scancmd ? Anyone can help? Bill Why not just use qmail-spamc? Uninstall qscanq and use qmail

Re: [toaster] qmail-spamc with qscanq

2004-07-29 Thread Michael McCallister
Bill WONG-SV wrote: Dear All,             If i only want to run qmail-spamc with qscanq (without ClamAV), how i can do?  What to fill in conf-scancmd ?     Anyone can help?   Bill I'm not sure if this is the best way, but you could try hacking out qmail-queue wit

[toaster] dbmail

2004-07-29 Thread Michael McCallister
Greetings, Ran into an interesting software project that I thought I would share with this list: http://dbmail.org/ This works with qmail to store all emails in a relational database (i.e. MySQL). I can see good points (faster mail access and easier load balancing in theory - although I guess

[toaster] qmail spp

2004-07-09 Thread Michael McCallister
Greetings, I saw this on freshmeat.net and thought it looked pretty interesting (enough to send to this list): http://qmail-spp.sourceforge.net/ Obviously someone got real tired of creating/applying qmail patches :-) It should be noted that I have not even downloaded this software - just checked ou