RE: [vchkpw] Can not get vpopmail to enable roaming support

2003-08-29 Thread Raymond Luong
Hey Jonas Thanks for your straight forward answer. I like it! I follow your suggestion. This is what i did for the vpopmail configure ./configure \ --enable-roaming-users=y \ --enable-tcprules-prog=/usr/local/bin/tcprules \ --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp \

RE: [vchkpw] Can not get vpopmail to enable roaming support

2003-08-29 Thread Jonas Pasche
Hey Raymond, please send answers to the list only; I'm subscribed. ./configure \ [...] --enable-mysql=y \ [...] Ah, you used MySQL. In that case, open relay information is stored in your MySQL database, not in open-smtp. I never used the MySQL setup; so I cannot tell anything more about

RE: [vchkpw] Can not get vpopmail to enable roaming support

2003-08-28 Thread Raymond Luong
This is my qmail-smtp/run file:#!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` LOCAL=`head -1 /var/qmail/control/me` if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z "$LOCAL" ]; then echo QMAILDUID,

Re: [vchkpw] Can not get vpopmail to enable roaming support

2003-08-28 Thread Steven Job
I'm having just the oposite problem, I can't turn it off when I want to. :-) Not quite sure if this helps but here is configuration information I used. ./configure \ --enable-roaming-users=y \ --enable-tcprules-prog=/usr/local/bin/tcprules \

RE: [vchkpw] Can not get vpopmail to enable roaming support

2003-08-28 Thread Shane Chrisp
not get vpopmail to enable roaming support I'm having just the oposite problem, I can't turn it off when I want to. :-) Not quite sure if this helps but here is configuration information I used. ./configure \ --enable-roaming-users=y \ --enable-tcprules-prog=/usr/local/bin

Re: [vchkpw] Can not get vpopmail to enable roaming support

2003-08-28 Thread Steven Job
Raymond, Are you using: --enable-learn-passwords=y \ I just tried it without it and it didn't work. Try adding that and see if it works. -Steve On Thu, 28 Aug 2003, Raymond Luong wrote: Please Help I recompile vpopmail with --enable roaming=y-- but it still does not work. I

RE: [vchkpw] Can not get vpopmail to enable roaming support

2003-08-28 Thread Steven Job
-Original Message- From: Steven Job [mailto:[EMAIL PROTECTED] Sent: Friday, 29 August 2003 1:12 AM To: Raymond Luong Cc: vpopmail list Subject: Re: [vchkpw] Can not get vpopmail to enable roaming support I'm having just the oposite problem, I can't turn it off when I want

RE: [vchkpw] Can not get vpopmail to enable roaming support

2003-08-28 Thread Raymond Luong
? Its normally tcp.smtp.cdb. May be that your file is empty and being ignored? Shane -Original Message- From: Steven Job [mailto:[EMAIL PROTECTED] Sent: Friday, 29 August 2003 1:12 AM To: Raymond Luong Cc: vpopmail list Subject: Re: [vchkpw] Can not get vpopmail to enable roaming support I'm

RE: [vchkpw] Can not get vpopmail to enable roaming support

2003-08-28 Thread Jonas Pasche
Hi Raymond, I didn't change the tcp.cmtp to tcp.smtp.cdb. I simple link my /etc/tcp.smtp to ~vpopmail/etc/tcp.smtp and made the file 777 so any program can write to it. You simply try fiddling around, ending up with world-writable files and symlinks. Hey, this is Unix, stop acting helpless.