I have added support for Fedora 9, Fedora 10, and Suse 11.1 to the current packages.
x86_64 support for these new distros was **not** added. The distros have changed names/libraries and some packages (mainly simscan)
do not compile correctly with the new libraries. I did not want to spend a lot of time on fixing these issues and patching
source code when I plan on changing the direction of the project anyway.

Fedora 9 can be compiled for by:
rpmbuild --rebuild --with fedora_9 {package-name}

Fedora 10 can be compiled for by:
rpmbuild --rebuild --with fedora_10 {package-name}

Suse 11.1 can be compile for by:
rpmbuild --rebuild --with sus111 {package-name}

I decided to change the compilation flags for Fedora to alleviate any confusion/naming issues with older distributions.

After the new release of Qmailtoaster comes out I may revisit bringing these packages up to date so they will compile under x86_64
distros; this will mainly involve upgrading from Simscan 1.3.1 to Simscan 1.4.x. If anyone has the experience (and hardware) and
is able to build these packages in a way that conforms to the current standard then please contact me and I will post the updated
packages. I will be focusing on the new version of Qmailtoaster and will not have any time to dwell on the old version of the
packages.

Thanks.