[vchkpw] roaming users don't work

2002-09-23 Thread vpopmail

Hello, 

I'm having problems with roaming users, I am using vpopmail5.2.1 and 
courier-imap1.5.3, i compiled vpopmail with: 

 --enable-roaming-users=y
 --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp
 --enable-relay-clear-minutes=60 

..but it just doesn't seem to work, i mean... i cannot relay unless I modify 
/etc/tcp.smtp (and then creating tcp.smtp.cdb) manually... any ideas? 

/home/vpopmail/etc/tcp.smtp and /home/vpopmail/etc/tcp.smtp are always 
empty... i followed the lifewithqmail instructions to install and run qmail 
so i am running smtp and stuff with the following line: 

exec /usr/local/bin/softlimit -m 400 /usr/local/bin/tcpserver -v -R -l 0 
 -x /etc/tcp.smtp.cdb -c $MAXSMTPD -u
$QMAILUID -g $NOFILESGID 0 smtp /home/qmail/bin/qmail-smtpd 21 

...on /service/qmail-smtp/run script. 

anyone can help me?? please, i am lost =/ 

Thank you. 

Miguel. 




Re: [vchkpw] roaming users don't work

2002-09-23 Thread H. D. Lee

On 2002.09.23_18:50:11_+, [EMAIL PROTECTED] wrote:
 Hello, 
 
 I'm having problems with roaming users, I am using vpopmail5.2.1 and 
 courier-imap1.5.3, i compiled vpopmail with: 
 
 --enable-roaming-users=y
 --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp
 --enable-relay-clear-minutes=60 
 
 .but it just doesn't seem to work, i mean... i cannot relay unless I modify 
 /etc/tcp.smtp (and then creating tcp.smtp.cdb) manually... any ideas? 
 

Why did you use /etc/tcp.smtp but passed /home/vpopmail/etc/tcp.smtp to
the configure line? Current best practice is to use
/home/vpopmail/etc/tcp.smtp as vchkpw may not have access to write
tcp.smtp in /etc.

 /home/vpopmail/etc/tcp.smtp and /home/vpopmail/etc/tcp.smtp are always 
 empty... i followed the lifewithqmail instructions to install and run qmail 
 so i am running smtp and stuff with the following line: 

True, because you didn't add entries into /home/vpopmail/etc/tcp.smtp
but /etc/tcp.smtp. Also, what is the content of /home/vpopmail/etc?

 exec /usr/local/bin/softlimit -m 400 /usr/local/bin/tcpserver -v -R -l 
 0 -x /etc/tcp.smtp.cdb -c $MAXSMTPD -u
 $QMAILUID -g $NOFILESGID 0 smtp /home/qmail/bin/qmail-smtpd 21 

Change /etc/tcp.smtp.cdb to /home/vpopmail/etc/tcp.smtpd.cdb
 
 ..on /service/qmail-smtp/run script. 
 
 anyone can help me?? please, i am lost =/ 


HTH
 
 Thank you. 
 
 Miguel. 
 

-- 
H. D. Lee



RE: [vchkpw] roaming users don't work

2002-09-23 Thread Tren Blackburn

Try changing your run file to specify -x /home/vpopmail/etc/tcp.smtp.cdb
and move that tcp.smtp into /home/vpopmail/etc as that's where it should
be.

Regards,

Tren

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, September 23, 2002 6:50 PM
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] roaming users don't work
 
 
 Hello, 
 
 I'm having problems with roaming users, I am using vpopmail5.2.1 and 
 courier-imap1.5.3, i compiled vpopmail with: 
 
  --enable-roaming-users=y  
 --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp
  --enable-relay-clear-minutes=60 
 
 ..but it just doesn't seem to work, i mean... i cannot relay 
 unless I modify 
 /etc/tcp.smtp (and then creating tcp.smtp.cdb) manually... any ideas? 
 
 /home/vpopmail/etc/tcp.smtp and /home/vpopmail/etc/tcp.smtp 
 are always 
 empty... i followed the lifewithqmail instructions to install 
 and run qmail 
 so i am running smtp and stuff with the following line: 
 
 exec /usr/local/bin/softlimit -m 400 
 /usr/local/bin/tcpserver -v -R -l 0 
  -x /etc/tcp.smtp.cdb -c $MAXSMTPD -u
 $QMAILUID -g $NOFILESGID 0 smtp /home/qmail/bin/qmail-smtpd 21 
 
 ...on /service/qmail-smtp/run script. 
 
 anyone can help me?? please, i am lost =/ 
 
 Thank you. 
 
 Miguel.