I did
# ./configure --enable-roaming-users=y
# make
# make install-strip
as described in the installation instructions.
I can't believe I'm having this much trouble getting it to work..
Steven
-----Original Message-----
From: Sean C Truman <[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 10:09 AM
To: Steven Katz; [EMAIL PROTECTED]
Cc: Eduardo Augusto Alvarenga
Subject: Re: RELAY CLIENT
What is your configure line..?
Sean
----- Original Message -----
From: "Steven Katz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Eduardo Augusto Alvarenga" <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2001 11:59 AM
Subject: RE: RELAY CLIENT
> I still haven't been able to get roaming-users to work. I have two
> tcp.smtp.cdb files, one is in /etc/, and the other is in
> /home/vpopmail/etc/. The date of the one in /etc/ hasn't changed since
> I installed vpopmail. The date of the one in /home/vpopmail/etc/ is
> current, so I refer to it in my qmail-smtpd/run file (below). Anyone
> see any glaring problems with my run files? -Steven
>
> My qmail-smtpd/run file:
>
> #!/bin/sh
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> exec /usr/local/bin/softlimit -m 2000000 \
> /usr/local/bin/tcpserver -v -p \
> -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
> -u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/bin/rblsmtpd \
> /var/qmail/bin/qmail-smtpd 2>&1
>
>
> -----Original Message-----
> From: Steven Katz <[EMAIL PROTECTED]>
> Sent: Wednesday, May 16, 2001 2:27 PM
> To: [EMAIL PROTECTED]
> Subject: RE: RELAY CLIENT
>
>
> Eduardo,
>
> I'm trying to get smtp-after-pop-auth to work and I noticed that in
> your reply to Wagner, you mention running tcpserver with some stuff
> (the -x switch and reference to tcp.smtp.cdb) that I don't have, nor
> did I see it in the installation instructions. Where is this
> discussed?
>
> My qmail-pop3d/run file:
>
> #!/bin/sh
> exec /usr/local/bin/softlimit -m 2000000 \
> /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup \
> idma.com /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
2>&1
>
> Thanks,
> Steven
>
>
> -----Original Message-----
> From: Eduardo Augusto Alvarenga <[EMAIL PROTECTED]>
> Sent: Monday, May 14, 2001 7:38 AM
> To: Wagner
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: RELAY CLIENT
>
>
> > I\'m using Qmail+Vpopmail+Qmailadmin+Sqwebmail
> >
> > The problem is: there is a user who is using Outlook Express to get his
> > messages from Qmail. So he conect with his internet provider and get an
> > IP to get the messages, then he wants to cut the connection to write his
> > messages and reconect again to send them, so when he reconects, he gets
> > another IP and there is an authentication problem.
> >
> > How can i turn an user or a domain to be a relay client with his/her
> > name and not with his/her IP ?
>
> Wagner,
>
> Since you\'re using vpopmail. You can try to put the POP before SMTP
> authentication mechanism.
> Compile vpopmail with \"--enable-roaming-users=y\" option and just run
your
> tcpserver with a \"-x /home/vpopmail/etc/tcp.smtp.cdb\" flag.
> Read vpopmail manual for more info abou pop before smtp.
> And beware your users to check mail before sending ANY message at your
> server.
>
>
> Send private messages if you like (may be in portuguese).
>
> Best Regards,
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Eduardo Augusto Alvarenga - Analista de Suporte - #179653
> Blumenau - Santa Catarina. Tel. (47) 9102-3303
> http://www.netron.com.br/~eduardo
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
>
>