Thanks for replying Alfredo, I'm not using courier-imap, just straight pop3d. Sorry, I guess I should've made that clear. The steps I've taken are based on what I've found in the archives and the docs, but I must be mis interpreting something... Also, I'm using Redhat 7.1 if that gives any clues.
regis On Tue, 2002-09-24 at 17:23, Alfredo Perez wrote: > Hi, > > > I read about this in the archive time ago, since I had this problem > before. The problem is when you compile courier-imap. It seems > courier-imap does not recognize automatically the roaming users option > from vpopmail I don't remember what option or file you have to edit in > courier-imap. But I am quite sure it is in the archives. > > > Greetings > > > El mar, 24-09-2002 a las 17:09, rm escribió: > > After several months of getting by with sqwebmail for remote users, > > we've decided to add the "enable roaming users" option. It seemed > > simple enough in reading the docs and the archive messages on this > > subject. But I seem to have missed something. > > > > My configure line is: > > ./configure --enable-roaming-user=y > > --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp > > --enable-relay-clear-minutes=60 --enable-mysql-logging=y > > --enable-clear-passwd=y --enable-incdir=/usr/include > > --enable-libdir=/usr/lib --enable-mysql=y --enable-mysql-replication=y > > --enable-valias=y > > > > I modified the smtp run file to use the correct path to > > /home/vpopmail/etc/tcp.smtp - originally I used the "life with qmail" > > example - so the modified file looks like this: > > > > #!/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, NOFILESGID, MAXSMTPD, or LOCAL is unset in > > echo /var/qmail/supervise/qmail-smtpd/run > > exit 1 > > fi > > exec /usr/local/bin/softlimit -m 4000000 \ > > /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x > > /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \ > > -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp > > /var/qmail/bin/qmail-smtpd 2>&1 > > > > I copied the tcp.smtp and the tcp.smtp.cdb file from /etc into > > /home/vpopmail/etc > > > > I also tried to add > /dev/null & at the end of the smtp run file, as > > shown in the FAQ example; but when I add that - the smtp server won't > > start. > > > > In any event - remote logins keep getting the error message "recipient > > not in allowed rcpt hosts" when they try to send mail. > > > > Any ideas on what I've missed here? > > > > Thanks, > > > > Regis > > > > > > > > > >