rcpthosts? Sorry if this is wrong, but, I'm new. Charles
----- Original Message ----- From: "Daniel Oakes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 10:18 PM Subject: [toaster] Moving servers problem > Okay, have one small problem but one that is driving me up the wall. > > What I did for the record is the following: > > 1) Install mail+vpopmail according to toaster instruction > 2) Archive up old domains and etc directory from old server > 3) Change /var/qmail/users/assign to match the uid/gid of the user on > the new server. > > Mail going out works fine, but the mail server is not receiving mail and > it's coming up with the connection refused on smtp connections (ie > telnet mail.skankyflat.net 25) . Now I have an exact copy of everything > that is on the old server and it all works fine. > > I've check /var/qmail/supervise/qmail-smtpd/run and they're identical on > both machines. The ~vpopmail/etc/tcp.smtp is as follows: > > 127.:allow,RELAYCLIENT="" > > The qmail-smtpd run script is... > > #!/bin/sh > QMAILDUID=`id -u vpopmail` > NOFILESGID=`id -g vpopmail` > MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` > exec /usr/local/bin/softlimit -m 6000000 \ > /usr/local/bin/tcpserver -H -R -l 0 \ > -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \ > -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \ > /var/qmail/bin/qmail-smtpd digitalgenus.com \ > /home/vpopmail/bin/vchkpw /bin/true 2>&1 > > As per the toaster install. I'm flummoxed as to why it's not accepting > mail at all. I've checked permissions/ownership of files. I had a > problem with qmailadmin being non suid but that's fixed. > > I don't know where to start, it's not as easy as a standard qmail > install for finding where things have gone wrong. > > Help? > > Cheers, > Daniel > > > >