Hi, I'm no expert on this stuff but see if this helps..
On Mon, 2003-09-08 at 10:21, Steve Schofield wrote: > I've setup a FreeBSD server using Qmail, Spamassassin, > qmail-scanner, smtp-auth, qmailqueue.patch, vpopmail, qmailadmin etc... For the setup you describe you shouldn't need to install vpopmail, because you are simply forwarding on all mail, no mail is being delivered locally. > On the Front-End server server running Qmail, I put an > entry domainA.com and [EMAIL PROTECTED] in the /var/qmail/control/locals and > /var/qmail/control/rcpthosts file. I think this could be your problem. You don't want your domains to be listed in control/locals because this means qmail will try and deliver it locally (ie. on this server) which then fails because the domains aren't set up. You should only have your domains listed in the control/rcpthosts file. Cheers, Jonathan
