Re: [vchkpw] Vpopmail and ezmlm

2002-10-31 Thread Zeno Davatz
On 31.10.2002 3:45 Uhr, Cory Wright
[EMAIL PROTECTED] wrote:

 On Wed, Oct 30, 2002 at 07:14:13PM +0100, Zeno Davatz wrote:
 
 Do these two work fine together?
 Is there a special howto to follow?
 
 They work file together.  Remember to su to the vpopmail user before
 running ezmlm-make, otherwise you will have to chown -R the list dir
 to vpopmail.vchkpw.
Thanks for the hint. If I do

$ su vpopmail
And then
$ ./ezmlm-make -rdugm -5 [EMAIL PROTECTED] ~/list ~/.qmail-list info-list
yweseelocal.com

I get access denied.

Thanks for any help and hints.

Zeno





Re: [vchkpw] Vpopmail and ezmlm

2002-10-31 Thread Zeno Davatz
On 31.10.2002 3:45 Uhr, Cory Wright
[EMAIL PROTECTED] wrote:

 On Wed, Oct 30, 2002 at 07:14:13PM +0100, Zeno Davatz wrote:
 
 Do these two work fine together?
 Is there a special howto to follow?
 
 They work file together.  Remember to su to the vpopmail user before
 running ezmlm-make, otherwise you will have to chown -R the list dir
 to vpopmail.vchkpw.
Done this.

Now if I send a Mail to [EMAIL PROTECTED] I get a MAILER-DAEMON
reply that the user [EMAIL PROTECTED] does not exist.

Am I missing something here? Should emlmz create that user?

Thanks for any help an hints.

Zeno





Re: [vchkpw] Vpopmail and ezmlm

2002-10-31 Thread Cory Wright
On Thu, Oct 31, 2002 at 02:00:32PM +0100, Zeno Davatz wrote:

[From a different post]
 $ su vpopmail
 And then
 $ ./ezmlm-make -rdugm -5 [EMAIL PROTECTED] ~/list ~/.qmail-list info-list 
yweseelocal.com

[Previous post]
 Now if I send a Mail to [EMAIL PROTECTED] I get a MAILER-DAEMON
 reply that the user [EMAIL PROTECTED] does not exist.

Zeno,

This is not a flame, but before you post this to the list, stop and think 
about what is actually happening.

First, you switched to the 'vpopmail' user, which is what you were supposed 
to do.

Next you ran the ezmlm-make command with several arguments that start
with ~/ .  You seem to know what ~/ implies, so think about this a little
and expand it.  ~/list is a shortcut for /home/vpopmail/list (assuming
your vpopmail home directory is /home/vpopmail).  Also, ~/.qmail-list
becomes /home/vpopmail/.qmail-list , correct?

So, you can see that this list is really setup like the following:

ezmlm-make [options] /home/vpopmail/list \
 /home/vpopmail/.qmail-list \
 info-list \
 yweseelocal.com

Are things getting clearer now?  If not, what you most likely want is:

ezmlm-make [options] /home/vpopmail/domains/yweseelocal.com/list \
 /home/vpopmail/domains/yweseelocal.com/.qmail-list \
 list  \
 yweseelocal.com

Good Luck,

Cory Wright




Re: [vchkpw] Vpopmail and ezmlm

2002-10-31 Thread Zeno Davatz
On 31.10.2002 22:24 Uhr, Cory Wright
[EMAIL PROTECTED] wrote:

 On Thu, Oct 31, 2002 at 02:00:32PM +0100, Zeno Davatz wrote:
 
 [From a different post]
 $ su vpopmail
 And then
 $ ./ezmlm-make -rdugm -5 [EMAIL PROTECTED] ~/list ~/.qmail-list info-list
 yweseelocal.com
 
 [Previous post]
 Now if I send a Mail to [EMAIL PROTECTED] I get a MAILER-DAEMON
 reply that the user [EMAIL PROTECTED] does not exist.
 
 Zeno,
 
 This is not a flame, but before you post this to the list, stop and think
 about what is actually happening.
I am trying my best.

 First, you switched to the 'vpopmail' user, which is what you were supposed
 to do.
Yes correct.

 Next you ran the ezmlm-make command with several arguments that start
 with ~/ .  You seem to know what ~/ implies, so think about this a little
 and expand it.  ~/list is a shortcut for /home/vpopmail/list (assuming
 your vpopmail home directory is /home/vpopmail).  Also, ~/.qmail-list
 becomes /home/vpopmail/.qmail-list , correct?
Yes. Got that.

 So, you can see that this list is really setup like the following:
 
 ezmlm-make [options] /home/vpopmail/list \
/home/vpopmail/.qmail-list \
info-list \
yweseelocal.com
Yes they are clearer now. My list is actually up an running.

Thanks for your kind help.

Zeno





[vchkpw] Vpopmail and ezmlm

2002-10-30 Thread Zeno Davatz
Hi List

I am a Newbie to Vpopmail and ezmlm.

Do these two work fine together?
Is there a special howto to follow?

Thanks for any help and hints.

Zeno





Re: [vchkpw] Vpopmail and ezmlm

2002-10-30 Thread Cory Wright
On Wed, Oct 30, 2002 at 07:14:13PM +0100, Zeno Davatz wrote:
 
 Do these two work fine together?
 Is there a special howto to follow?

They work file together.  Remember to su to the vpopmail user before
running ezmlm-make, otherwise you will have to chown -R the list dir
to vpopmail.vchkpw.

Regards,

Cory Wright