On Thursday 29 April 2004 02:39, Rick Widmer wrote:
> Good luck. Two servers, or a virtual server where each qmail+vpopmail
> image appeared as a separate machine would be the only ways I would want
> to keep them separate. If you find a reasonable way, please let us know.
An idea could be to ru
On Thursday 29 April 2004 03:53, Jonathan Shaw wrote:
> vconvert -c -m
>
> Works like a charm for me.
Thanks for the input, I'm more and more towards his option.
Ciao
ce
--
"Computer science is no more about computers than astronomy is about
telescopes."
-- E. W. Dijkstra
Hello.
Need your advice.
I have vpopmail 5.2.1 installed with oracle. Now i want to upgrade with
vpopmail 5.4.0 and move to mysql away from oracle(mysql is on the same
host where oracle and vpopmail).
oracle configure params were:
./configure \
--enable-md5-passwords=y \
--enable-clear-p
Cesare D'Amico wrote:
Thanks for all your advices, I'll try to find some time to have a look at the
(really interesting) pmailadmin framework. Does it work with cdb files yet?
Right now there are things that only work with cdb files. At least with
the extension option. Once I get all the fe
Hello all
I read lots of mails and google pages but did not found any help for
this strange behavior.
my netqmail1.5 patched with the tls-smtpauth from the netqmail page with
vpopmail 5.4.3 is working pretty well (pop and smtp are working)..
BUT BUT BUT !
if i send a mail with this server it is
On Sun, 2004-04-04 at 14:48, Oden Eriksson wrote:
> I would recommend a more generic patch instead of this one, I personally like
> this one very much:
>
> http://www.netdevice.com/qmail
This patch appears to support cdb only... what about those of us using
mysql? Do you know of a patch for thi
On Thu, 2004-04-01 at 08:13, lola wrote:
> hmmm. so if this really doesn't work with aliases stored in mysql... how do
> you guys filter spam mail??? i don't have to use maildrop. any other method
> would be fine.
>
> could you tell me your experiences? in the end i'm looking for a way to
> filter
You may do it enabling chkuser always, deleting the lines of code checking
for that string.
We could also look for a different string or for a different file (i.e.
like .qmailenablebounce), if you tell me your need and we may change what
we want.
Tonino
P.S. I'm studying for version 2.0 of ch
On Thu, 2004-04-29 at 15:40, Jason 'XenoPhage' Frisvold wrote:
> On Sun, 2004-04-04 at 14:48, Oden Eriksson wrote:
> > I would recommend a more generic patch instead of this one, I personally like
> > this one very much:
> >
> > http://www.netdevice.com/qmail
>
> This patch appears to support cd
On Thu, 2004-04-29 at 10:49, tonix (Antonio Nati) wrote:
> You may do it enabling chkuser always, deleting the lines of code checking
> for that string.
You mean disable this code in qmail-smtpd.c ? :
if ( strstr(read_buf, "bounce-no-mailbox") == NULL ) {
On Thu, 2004-04-29 at 09:55, David wrote:
> I agree, chkuser patch works with mysql, or cdb, depending how vpopmail
> was compiled. The patch calls vauth_getpw vpopmail function, and
> depending how vpopmail was compiled that function looks inside cdb or
> mysql.
Is there a huge difference between
On Thu, 2004-04-29 at 17:49, Jason 'XenoPhage' Frisvold wrote:
> On Thu, 2004-04-29 at 09:55, David wrote:
> > I agree, chkuser patch works with mysql, or cdb, depending how vpopmail
> > was compiled. The patch calls vauth_getpw vpopmail function, and
> > depending how vpopmail was compiled that fu
At 29/04/2004 29/04/2004 -0400, you wrote:
On Thu, 2004-04-29 at 10:49, tonix (Antonio Nati) wrote:
> You may do it enabling chkuser always, deleting the lines of code checking
> for that string.
You mean disable this code in qmail-smtpd.c ? :
if ( strstr(read_buf, "bounce-no-mailb
On Thu, 2004-04-29 at 11:59, David wrote:
> No idea, never used goodrcptto patch.
Eh, well.. thanks anyways :)
> I don't know much about maildrop but I found time ago this mega script,
> http://mymail.alien77.com/maildropMEGAEXAMPLE
>
> I'm pretty sure it will help many people.
> The guy who wr
Hi,
I have qmail + vpopmail install on my linux server.
I have 6 domains for which my qmail is responsible for.
parikhsteel.com is one of them.
I have some 25 email users for this domain.
I want to forward all the mails of 20 users to three users of
parikhsteel.com
How do I do that?
What would
Sorry for I sent this mail second time.
I was not sure if my first mail got through or not?
coz I got no answer ;-)
Sameer.
Sameer Ingole wrote:
Hi,
I have qmail + vpopmail install on my linux server.
I have 6 domains for which my qmail is responsible for.
parikhsteel.com is one of them.
I have
Sameer Ingole wrote:
Hi,
I have qmail + vpopmail install on my linux server.
I have 6 domains for which my qmail is responsible for.
parikhsteel.com is one of them.
I have some 25 email users for this domain.
I want to forward all the mails of 20 users to three users of
parikhsteel.com
How do
On Thursday 29 April 2004 09:49 am, tonix (Antonio Nati) wrote:
> P.S. I'm studying for version 2.0 of chkuser, this could be another issue.
please make it not suck (like the current one does), that's all I ask.
-Jeremy
--
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies,
Jeremy,
why does the actual suck?
It's the first time I hear that.
Tonino
At 29/04/2004 29/04/2004 -0500, you wrote:
On Thursday 29 April 2004 09:49 am, tonix (Antonio Nati) wrote:
> P.S. I'm studying for version 2.0 of chkuser, this could be another issue.
please make it not suck (like the cur
- Original Message -
From: "Rick Widmer" <[EMAIL PROTECTED]>
> If you want to do something, grab the latest development CVS from
> SourceFORGE and get familiar with the code. Mbowe has a number of good
> comments in the source code on things that need to be done. Pick one
> and submit
tonix (Antonio Nati) wrote:
Jeremy,
why does the actual suck?
It's the first time I hear that.
Tonino
At 29/04/2004 29/04/2004 -0500, you wrote:
On Thursday 29 April 2004 09:49 am, tonix (Antonio Nati) wrote:
> P.S. I'm studying for version 2.0 of chkuser, this could be another
issue.
please
Sorry Sebastien,
I forgot to tell that those 20 users (individuals) actually exist.
I also want them to get those mails.
Then there are 2 users whose mails don't need to be forwarded to anybody.
(that makes it 20+2 = 22 users)
If I make a cache all account, all the mails will be forwarded to that
On Apr 29, 2004, at 6:06 PM, Sameer Ingole wrote:
I forgot to tell that those 20 users (individuals) actually exist.
I also want them to get those mails.
Create a .qmail file in each user's directory with the alias for the
forwards, and the Maildir for delivery.
-/home/vpopmail/domains/domain
Hello,
Earlier today we had a customer with a long domain name sign up for our
services (.com).
I used the following command and arguments to add the domain to vpopmail.
vadddomain -q10M -b .com.
When adding them using the vp
On Apr 29, 2004, at 7:04 PM, Sean Plaice wrote:
2) Change the evaluation in vadddomain() to use MAX_PW_DIR instead of
MAX_PW_DOMAIN.
Thanks for finding that. You are correct.
--- vpopmail.c 4 Mar 2004 05:17:54 - 1.28.2.1
+++ vpopmail.c 30 Apr 2004 03:49:42 -
@@ -174,7 +174,7 @@
Hi,
For test purpose I did what you suggest on another domain but it didn't
work.
This is what I did.
8<-
[EMAIL PROTECTED] Maildir]# pwd
/home/vpopmail/domains/majornminor.com/sam/Maildir
[EMAIL PROTECTED] Maildir]# ls -lhA
total 14K
-rw-r-
Hi,
After so many tries I found out my mistakes and one of yours.
1) The .qmail file should reside in
-/home/vpopmail/domains/domain.com/fred/.qmail--
&[EMAIL PROTECTED]
/home/vpopmail/domains/domain.com/fred/Maildir/
2) One thing to be taken care of is the file permissions.
the .qmail
27 matches
Mail list logo