Re[2]: [toaster] Syncdir

2005-01-25 Thread Maciej Soltysiak
Hello Adam, Wednesday, January 26, 2005, 12:52:27 AM, you wrote: > Here is the description of the issue I found: > "Qmail was designed for BSD-like filesystems. And it is > unreliable under Linux because it assumes that link() is a > synchronous operation. This is not the case with EXT2 and Rei

Re[3]: [toaster] sending spam to users' spam folders

2005-04-13 Thread Maciej Soltysiak
Hello Maciej, Wednesday, April 13, 2005, 4:06:33 PM, you wrote: > Hi Jason, > I will try that, thanks! >> If you use qmailadmin, then use the --enable-modify-spam and the >> --enable-spam-command to allow the option of spam filtering on a >> per-user basis from within qmailadmin. > I am using i

[toaster] courier quotawarnmsg does not work for me

2005-04-13 Thread Maciej Soltysiak
Hi, All resources on the web say that in order to have users warned about reaching the quota limit, I just have to rename /usr/lib/courier-imap/etc/quotawarnmsg.example to /usr/lib/courier-imap/etc/quotawarnmsg but it does not work, I tried sending mail to reach the quota. Maybe it is because I

Re[5]: [toaster] sending spam to users' spam folders

2005-04-13 Thread Maciej Soltysiak
Hello Jason, Wednesday, April 13, 2005, 10:58:38 PM, you wrote: > maildrop.log needs to be chown'd to vpopmail.vchkpw as well Thanks, I managed to get it working! For starters I have: if (/^X-Spam-Status: Yes/) { exception { to "Maildir/.spam2/" } } And it is fin

Re: [toaster] updates

2005-04-23 Thread Maciej Soltysiak
Hello Bill, Saturday, April 23, 2005, 9:46:03 PM, you wrote: > I have upgraded a few items: Great! > - - The toaster is now 0.7.10 due to vpopmail and ripmime updates. I was wondering. Do you have previous versions of the toaster so I could diff around it and see exactly what changed ? > http:/

Re[2]: [toaster] updates

2005-04-23 Thread Maciej Soltysiak
Hello Bill, Saturday, April 23, 2005, 11:57:24 PM, you wrote: > Maciej Soltysiak wrote: >> I was wondering. Do you have previous versions of the toaster >> so I could diff around it and see exactly what changed ? > No, I don't. But you can just check out the ChangeLog,

Re: [toaster] Paranoid tcpserver

2005-04-29 Thread Maciej Soltysiak
Hi, I think You should change this: /var/qmail/bin/qmail-smtpd \ /home/vpopmail/bin/vchkpw /bin/true 2>&1 to this: sh -c 'test -z "$TCPREMOTEHOST" \ && echo "451 bad reverse DNS" \ || exec \ /var/qmail/bin/qmail-smtpd \ /home/vpopmail/bin/vchkpw /bin/true' 2>&1 Ple

Re: [toaster] RFC 2821 patch

2005-08-17 Thread Maciej Soltysiak
Hello Christian, Tuesday, August 16, 2005, 10:44:30 PM, you wrote: > [1] http://www-dt.e-technik.uni-dortmund.de/~ma/qmail-bugs.html (section > 3.2) About the whole file: Man, this is scary. It puts me off. I new qmail has problems but this many? One day I guess I will start considering using exi

[toaster] Another version of my -solt patch for netqmail+toaster

2006-05-03 Thread Maciej Soltysiak
Hello, I released an update of my -solt patch that might be applied over netqmail after patching with Bill's toaster patch. It is an update to the lastest version of the toaster patch (0.8.2) The patch and the corresponding README is available at http://soltysiak.com/qmail/ Excerpt from the REA