[vchkpw] How do I enable roaming users?

2004-02-28 Thread Axiom
Hi All, I'm having great difficulty with something that I feel is pretty straight forward. I cannot figure out how to get enable roaming users. I am running a system with FreeBSD 5.1 + qmail + vpopmail + courier-imap. All I want to be able to do is add the --enable-roaming-users=y option to

[vchkpw] Re: How do I enable roaming users?

2004-02-28 Thread Axiom
tcpserver instead of just the qmail-start command? I appreciate your time and help, -Casey Jeremy Kitchen writes: On Sat, 2004-02-28 at 15:06, Axiom wrote: [snip] and then ran the ~vpopmail/bin/clearopensmtp program to update my ~vpopmail/etc/tcp.smtp.cdb file. is tcpserver configured

[vchkpw] Re: How do I enable roaming users?

2004-02-28 Thread Axiom
Jeremy Kitchen writes: http://scriptkitchen.com/godkills.jpg <--- please, think of the kittens On Sat, 2004-02-28 at 15:15, Axiom wrote: No... tcpserver is not running although it is installed with my ucspi-tcp package. I am running qmail with the following startup script which is loca

[vchkpw] Re: How do I enable roaming users?

2004-02-28 Thread Axiom
Jeremy Kitchen writes: On Sat, 2004-02-28 at 15:36, Axiom wrote: Sorry about the top posting. I have never heard of top posting before. I just had to look it up on google to see what it even meant. Now I know :) I am not sure how qmail-smtpd is running. I don't even see it in my pr

[vchkpw] How do I enable roaming users?

2004-02-28 Thread Axiom
Hi all, I'm trying to enable roaming users with my vpopmail installation. I am now to the point where i am trying to get qmail-smtpd to look at a tcp.smtp.cdb file so that I can allow certain networks to relay through my server. I was running qmail-smtpd with inetd and now I am running it w

RE: [vchkpw] How do I enable roaming users?

2004-02-28 Thread Axiom
> I have created /etc/tcp.smtp with the following info in it: > > 192.168.1:allow,RELAYCLIENT="" > :allow > OK here is your problem I believe. The lines should read: 192.168.1.:allow,RELAYCLIENT="" ^ Notice the . that I have that you are missing. It's been so long since I set min