[vchkpw] auto create dir for spam email

2004-03-04 Thread frankie
http://www.jerfu.com/toaster/FullToaster_1.0.6.html show me a way to alter vpopmail.c in order to create directory for spam email automatically. However, it is only for version 5.3.11. Is there any link that can show me related information about vpopmail 5.4.1 ? Regards, Frankie

[vchkpw] possible bug in vdelivermail (v5.3.24)

2004-03-04 Thread Andreas Wiesmann
hi I tried to run an extension of the filter possibilities of sqwebmail taking into account the .qmail in the user home created by qmailadmin using the maildrop filter below. However I run into trouble if there is a forward address entry in the qmailadmin .qmail file ([EMAIL PROTECTED]).

Re: [vchkpw] Re: strange behaviour in local delivery

2004-03-04 Thread Jan Reilink
Maurice Snellen wrote: On Thursday, February 26, 2004 at 11:46 Jan Reilink wrote: [local delivery, catch-all, forwards] Is this a known issue, is there a solution? The problem is that you are setting the catchall for example.com to a postmaster address. As you are probably aware, upon creating a

[vchkpw] how to make sender does not receive it's own email ?

2004-03-04 Thread Matthieu Foillard
Hi list, I'm running a classic setup using qmail + vpopmail + qmailadmin. I've some aliases defined and i want sender which is belong to an alias does not receive its own email. exemple, i've defined an alias like [EMAIL PROTECTED] - [EMAIL PROTECTED], [EMAIL PROTECTED] if [EMAIL PROTECTED]

[vchkpw] Re: strange behaviour in local delivery

2004-03-04 Thread Maurice Snellen
On Thursday, March 04, 2004 at 12:20 Jan Reilink wrote: Yes, but what about: :/var/vpopmail/domains/example.com# cat .qmail-default | /var/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED] :/var/vpopmail/domains/anotherexample.com# cat .qmail-postmaster [EMAIL PROTECTED] As long as

Re: [vchkpw] auto create dir for spam email

2004-03-04 Thread Barry Solof
Hi, qmailadmin has hooks that will allow you to send info to other places when you add, delete or modify a user. Read the document /var/src/qmailadmin-x/README.hooks for details. Basically, it'll tell you to create a .qmailadmin-hooks file, what to put in it and the various places you

Re: [vchkpw] Re: strange behaviour in local delivery

2004-03-04 Thread Jan Reilink
Maurice Snellen wrote: On Thursday, March 04, 2004 at 12:20 Jan Reilink wrote: Yes, but what about: :/var/vpopmail/domains/example.com# cat .qmail-default | /var/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED] :/var/vpopmail/domains/anotherexample.com# cat .qmail-postmaster [EMAIL PROTECTED] As

Re: [vchkpw] Re: strange behaviour in local delivery

2004-03-04 Thread Jeremy Kitchen
On Thu, 2004-03-04 at 09:13, Maurice Snellen wrote: On Thursday, March 04, 2004 at 12:20 Jan Reilink wrote: Yes, but what about: :/var/vpopmail/domains/example.com# cat .qmail-default | /var/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED] :/var/vpopmail/domains/anotherexample.com# cat

Re: [vchkpw] Re: strange behaviour in local delivery

2004-03-04 Thread Jeremy Kitchen
On Thu, 2004-03-04 at 09:25, Jan Reilink wrote: Maurice Snellen wrote: On Thursday, March 04, 2004 at 12:20 Jan Reilink wrote: Yes, but what about: :/var/vpopmail/domains/example.com# cat .qmail-default | /var/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED]

Re: [vchkpw] possible bug in vdelivermail (v5.3.24)

2004-03-04 Thread Tom Collins
On Mar 4, 2004, at 2:45 AM, Andreas Wiesmann wrote: Is that a known problem? Is it already solved in newer versions of vpopmail (I use 5.3.24)? We made a lot of changes between 5.3.24 and the final 5.4.0 release. Please go to http://vpopmail.sf.net/ and upgrade to 5.4.0 and then report back if

[vchkpw] Re:?vchkpw]?uto?reate?ir?or?pam?mail

2004-03-04 Thread Frankie Wong
I will be pleased if you can send me your script in order to let me have a better reference for my own script design. Regards, Frankie Hi, qmailadmin has hooks that will allow you to send info to other places when you add, delete or modify a user. Read the document

Re: [vchkpw] Re:?vchkpw]?uto?reate?ir?or?pam?mail

2004-03-04 Thread Barry Solof
Hi, Here's my scripts. There is probably a better way to do this but it works on our system. .qmailadmin-hooks: --snip-- adduser /home/vpopmail/domains/make_dirs.sh --snip-- make_dirs.sh: --snip-- #!/bin/bash NEWFOLDER=.Sent # From qmailadmin hooks USERNAME=$1 DOMAIN=$2 PASSWORD=$3

[vchkpw] Delays in vdelivermail to large default domain

2004-03-04 Thread Japheth Cleaver
Hi there, I had a big giant email planned here, but as I was writing it I narrowed down the scope of the problem we're having to a recursive stat call (I think) in vdelivermail.c First, some background on the setup: I'm in the process of migrating a 12 G, ~5000 user

Re: [vchkpw] Delays in vdelivermail to large default domain

2004-03-04 Thread Tom Collins
On Mar 4, 2004, at 1:36 PM, Japheth Cleaver wrote: It appears to be stating every single message in every user underneath the default domain's directory(!). Given that there is about 12 GB of mail that's being transferred over in the test systems (before we go live), that would explain the long

Re: [vchkpw] Delays in vdelivermail to large default domain

2004-03-04 Thread Japheth Cleaver
D'oh! That makes total sense, and I hadn't considered it all. I've recompiled with --disable-domainquotas and things are delivering fine. It might be worth putting a warning in the migration FAQ about long delivery times for people who move everything over to a single domain like this...

[vchkpw] Re:?vchkpw] Auto create dir for spam email

2004-03-04 Thread Frankie Wong
I have tried the follows but it can't work .qmailadmin-hooks: /adduser /home/vpopmail/domains/mkspamdirs.sh mkspamdirs.sh: USERNAME=$1 DOMAIN=$2 SPAMFOLDER=.Spam THEDIR=`/home/vpopmail/domains/$DOMAIN/$USERNAME` exec /usr/local/bin/maildirmake `$THEDIR/Maildir/$SPAMFOLDER` Please point out

[vchkpw] vpopmail with mysql authentication of installer specified database

2004-03-04 Thread harrylucs
Hi to vpopmail users, I remember reading from the proftpd forum that a vpopmail+proftpd enthusiast was using his own defined mysql table to authenticate both vpopmail and proftpd users. Is it possible to do this without changing the source code? (I am not overly happy about changing source since

Re: [vchkpw] vpopmail with mysql authentication of installer specified database

2004-03-04 Thread Jeremy Kitchen
On Fri, 2004-03-05 at 01:12, [EMAIL PROTECTED] wrote: Hi to vpopmail users, I remember reading from the proftpd forum that a vpopmail+proftpd enthusiast was using his own defined mysql table to authenticate both vpopmail and proftpd users. Is it possible to do this without changing the

[vchkpw] Re: vpopmail with mysql authentication of installer specified database

2004-03-04 Thread harrylucs
Hi, At the moment I am using a mysql database for vpopmail authentication. Does pure-ftpd use vpopmail authentication so it would use the same database table as defined by vpopmail? If you know the URL, would you please be able to point me to it? I am currently googling for all references to