Noel; I finally got RC3 to work. Re-entering the mailboxes did not work. I think the problem was that I had some files in the inbox. I started to test with another mbox and it was working. You may not recall, but I was going to RC3 because of a nulls problem in a receiving email. I had mad a copy of one (including object and stream) under 2.1.3. So instead of filename, it contained "Copy of filename". At that point I could receive but not send. I had to make a couple more changes to get that to work. The following might be useful for faq or release notes or something as it affects the transition form a working 2.1.3 to a working RC3.
1) My 2.1.3 dnsserver: <dnsserver> <servers> <!-- CONFIRM? --> <!--Enter ip address of your DNS server, one IP address per server --> <!-- element. The default configuration assumes a DNS server on the localhost. --> <!--<server>127.0.0.1</server>--> <server>65.83.241.167</server> </servers> <authoritative>false</authoritative> </dnsserver> I run a 172.21x.x. behind my firewall so I have a minimal DNS server for internal use. With 2.2.0 RC3, the config also has: <autodiscover>true</autodiscover> So I guess it discovered this server and the lack of an MX record caused error messages that I think were no relay allowed. 2) This isn't new, it is also a 2.1.3 issue. I think <servernames ...> is a little confusing. Although the comments do explain somewhat, when I was trying to get RC3 working I changed the entry to the actual servername that james in on (ie it was snakeriversoftware.com and i changed it to leela.snakeriversoftware.com). Perhaps a line or two that says "if you want to process emails for [EMAIL PROTECTED] and [EMAIL PROTECTED] that you should entries: <servername>abc.com</servername> <servername>abd.net</servername> ------------------------ I don't understand the new SenderInFakeDomain: <mailet match="SenderInFakeDomain=64.55.105.9,64.94.110.11,194.205.62.122,194.205.62 .62,195.7.77.20,206.253.214.102,212.181.91.6,219.88.106.80,194.205.62.42,216 .35.187.246,203.119.4.6" class="ToProcessor"> in the source, there is are comments such as: * 194.205.62.42/32 # Internet Computer Bureau (.tm) why shouldn't I get email from them? Or are these a bunch of address spaces that reserved like the private spaces? But then, wouldn't they fail the DNS lookup? thanks bill > -----Original Message----- > From: Noel J. Bergman [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 16, 2004 5:36 PM > To: James Users List; [EMAIL PROTECTED] > Subject: RE: error upgrading to RC3 > > > > These filenames are what is still in 2.1.3. I just copied those > > over (as part of copying the var directory). Should I have done > > something different? > > I don't think you did anything wrong. Not sure what > happened. I checked > the change logs, and don't see any change in the file > repository encoding > between 2.1.3 (probably not even 2.1.x) and 2.2.0. > > --- Noel > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]