Re: [toaster] mail lost after maildrop

2007-04-19 Thread Marcus Williams
On 18/04/2007 Maciej SoBtysiak wrote:
> I am observing this weird problem. One user sends mail to another on the 
> same domain.
> The mail appears in all the logs, also in a maildrop log (logfile 
> "/home/vpopmail/maildrop.log")
> but the mail seems to never appear in the inbox nor the spam folder, any 
> ideas?

I dont know where you put your .mailfilter or how you're getting it to
run from vpopmail, but it looks like you are assuming that the current
directory is the VHOME directory. Are you sure you dont need to prepend
all your "Maildir" with $VHOME?

HTH

Marcus

-- 
Marcus Williams, CAD Schroer UK Limited
39 Newnham Road, Cambridge, CB3 9EY


Re: [toaster] mail lost after maildrop

2007-04-19 Thread Maciej Sołtysiak

Hi,

I dont know where you put your .mailfilter or how you're getting it to
run from vpopmail, but it looks like you are assuming that the current
directory is the VHOME directory. Are you sure you dont need to prepend
all your "Maildir" with $VHOME?
  

My .mailfilter file is in /home/vpopmail/
I am not sure about prepending "Maildir" with $VHOME, the setup works but
with certain user A sending to certain user B, mail likes to get lost. 
What is funny is that

MUA's reading confirmations do get through, but normal replies don't.

--
Regards,
Maciej



Re: [toaster] mail lost after maildrop

2007-04-19 Thread Bill Shupp
Maciej Sołtysiak wrote:

>{
>`/usr/local/bin/maildirmake -f spam Maildir`
>`echo "INBOX.spam" >> Maildir/courierimapsubscribed`

Are you sure that's the path to maildirmake?  It's usually in
/var/qmail/bin.  Also, what does /var/log/qmail/current show during
delivery?  success?  If so, then you need to add some debugging to your
mailfiler, like

echo "got to this part.."
to $VHOME

etc ...

Regards,

Bill


Re: [toaster] Bill's Linux Qmail Toaster 0.9.2

2007-04-19 Thread Bill Shupp
Qmail List wrote:
>> ... is up.  Here's the change log:
>>
>> * Upgrade tmda-cgi to 0.16.3
>> * Added Romanian translation - tnx Daniel Toma
>> * Upgrade toaster patch to 0.9.1 (updated tls patch)
>> * Make language selection static (from table of contents page)
>> * Update simscan tar ball with updated configure script (should fix
>> problem locating the clamavdb directory)
> 
> Hi Bill,
> 
> The package simscan is located at
> http://shupp.org/software/simscan-1.3.1.shupp2.tgz and in tgz format.

this is fixed, thanks for pointing it out.

Bill