-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Charles J. Boening wrote:
> cat /var/qmail/users/assign | gawk -F ':' '{ print $5}' | xargs -i find
> '{}' -mindepth 2 -name .qmail* | xargs -i rename qmail vpopmail '{}'
Debate your bash scripts all day ;) The project should still allow for
both met
Jeremy Kister wrote:
On 12/16/2005 6:43 PM, Rick Macdougall wrote:
What's the advantage of this over .qmail-user-list in the main domain
directory ?
Which spawns an equally interesting question -- why have user/.qmail at
all? I cant think of any scenarios where user/.qmail is needed..
Be
On 12/16/2005 6:43 PM, Rick Macdougall wrote:
> What's the advantage of this over .qmail-user-list in the main domain
> directory ?
Which spawns an equally interesting question -- why have user/.qmail at
all? I cant think of any scenarios where user/.qmail is needed..
user/.qmail hurts performa
Ahhh ... Got it. I only have a couple domains so I don't do domain
hashing. :)
Sorry ... I can't resist. Friday and all. Here's another stab.
cat /var/qmail/users/assign | gawk -F ':' '{ print $5}' | xargs -i find
'{}' -mindepth 2 -name .qmail* | xargs -i rename qmail vpopmail '{}'
Starting
Hi,
Any chance of vpopmail 5.4.14 getting released within a few days?
I'm trying to squeeze in the latest versions because changing after
launch is painful here (due to Debian-like policies regarding updates
after launch).
Drew Wells wrote:
Yep, it is exactly that. At the moment I have all the files in
~vpopmail/domains// called '.qmail'.
I have attached the patch 'as is' that I have been using for a while now,
and have also quickly modded the patch in include .vpopmail files (as a
secondary to .qmail, please no
Yep, it is exactly that. At the moment I have all the files in
~vpopmail/domains// called '.qmail'.
I have attached the patch 'as is' that I have been using for a while now,
and have also quickly modded the patch in include .vpopmail files (as a
secondary to .qmail, please note this is untested
On 12/16/2005 5:21 PM, Charles J. Boening wrote:
> I thought that was the proposal. To call the files .vpopamil files
> since vdelivermail was actually doing the delivery. You'd still have
> .qmail files in the ~vpopmail/domains/ directory but the
> ~vpopmail/domains// directory would have
> .vpo
On 12/16/2005 4:41 PM, Charles J. Boening wrote:
> Details, details :)
>
> I'm sure you could filter those out.
>
> find /home/vpopmail/domains -mindepth 3 -name .qmail* | xargs -i rename
> qmail vpopmail '{}'
now you've broken those with large numbers of domains and domain hashing..
# gre
I thought that was the proposal. To call the files .vpopamil files
since vdelivermail was actually doing the delivery. You'd still have
.qmail files in the ~vpopmail/domains/ directory but the
~vpopmail/domains// directory would have
.vpopamail files.
Guess I'll have to go back and read again.
On 12/16/2005 3:00 PM, Charles J. Boening wrote:
> Don't really need a perl script. This should work.
>
> find /home/vpopmail/domains -name .qmail* | xargs -i rename qmail
> vpopmail '{}'
from your suggestion, I think you're one of the people who are confused. :)
renaming all .qmail* files in ~
Details, details :)
I'm sure you could filter those out.
find /home/vpopmail/domains -mindepth 3 -name .qmail* | xargs -i rename
qmail vpopmail '{}'
:)
Charlie
> -Original Message-
> From: Rick Macdougall [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 16, 2005 12:22 PM
> T
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jeremy Kister wrote:
> It's hard for some people to understand what qmail-local does and what
> vdelivermail does; calling files ".qmail" which are actually handled by
> vdelivermail is misleading.
If this is a concern, it would make more sense to all
Charles J. Boening wrote:
Don't really need a perl script. This should work.
find /home/vpopmail/domains -name .qmail* | xargs -i rename qmail
vpopmail '{}'
Except for the small problem of replacing the .qmail files for
qmail-local in the domain directories :)
Don't really need a perl script. This should work.
find /home/vpopmail/domains -name .qmail* | xargs -i rename qmail
vpopmail '{}'
Charlie
> -Original Message-
> From: Jeremy Kister [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 16, 2005 11:47 AM
> To: vchkpw@inter7.com
> Subjec
On Fri, 16 Dec 2005 16:03:07 + (GMT), Drew Wells wrote:
> I have patched VpopMail 5.4.13 so that each user in a domain can have
> there E-Mail handled by there own set of .qmail files (in
> /var/vpopmail/domains/{domain}/{user}), this is a patch to
> 'int check_forward_deliver(char *dir)' in v
Drew Wells wrote:
Yep, exactly that. I am using '[EMAIL PROTECTED]' and it is
handled by /var/vpopmain/domains/elysium.ltd.uk/drew/.qmail-vpopmail.
I like it, good idea.
DAve
On Fri, 16 Dec 2005, DAve wrote:
Drew Wells wrote:
It extends the normal use of .qmail file to .qmail, .qmail-d
Yep, exactly that. I am using '[EMAIL PROTECTED]' and it is
handled by /var/vpopmain/domains/elysium.ltd.uk/drew/.qmail-vpopmail.
On Fri, 16 Dec 2005, DAve wrote:
> Drew Wells wrote:
> > It extends the normal use of .qmail file to .qmail, .qmail-default,
> > .qmail-extension and .qmail-extensi
Drew Wells wrote:
It extends the normal use of .qmail file to .qmail, .qmail-default,
.qmail-extension and .qmail-extension-default based on the remaining
extension on the incoming E-Mail address in the order as specified in the
qmail source code.
I may be slow, it's been a very long month al
Yes, it does - I think there may be a slight issue with 'Delivered-To:',
but not sure what to do about it.
On Fri, 16 Dec 2005, Ken Jones wrote:
> That sounds like a pretty good patch to me.
>
> So it completes the vpopmail .qmail file processing
> functionality to match what qmail-local suppor
That sounds like a pretty good patch to me.
So it completes the vpopmail .qmail file processing
functionality to match what qmail-local supports
including . to : character handling?
Ken Jones
Drew Wells wrote:
It extends the normal use of .qmail file to .qmail, .qmail-default,
.qmail-extension
It extends the normal use of .qmail file to .qmail, .qmail-default,
.qmail-extension and .qmail-extension-default based on the remaining
extension on the incoming E-Mail address in the order as specified in the
qmail source code.
On Fri, 16 Dec 2005, DAve wrote:
> Drew Wells wrote:
> > I have
Drew Wells wrote:
I have patched VpopMail 5.4.13 so that each user in a domain can have
there E-Mail handled by there own set of .qmail files (in
/var/vpopmail/domains/{domain}/{user}), this is a patch to
'int check_forward_deliver(char *dir)' in vdelivermail.c.
This means for us when we delete
I have patched VpopMail 5.4.13 so that each user in a domain can have
there E-Mail handled by there own set of .qmail files (in
/var/vpopmail/domains/{domain}/{user}), this is a patch to
'int check_forward_deliver(char *dir)' in vdelivermail.c.
This means for us when we delete an E-Mail address
24 matches
Mail list logo