• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

FreeBSD 6.x and Plesk 8.1.x - known issues

H

hansel

Guest
Hi,

Currently we have several servers running FreeBSD 4.x / FreeBSD 6.x and Plesk 7.5.4. We are in the process of updating those servers to a freshly installed FreeBSD 6.2 server and migrating them directly to 8.1.1

We did however find some issues, which seem to come bak on every migration.

Seems to me more providers are having these same problems, and it sounds like a good idea to share these problems and sum them up in a complete list.

Who's with me?

First errors we encountered during migration from 7.5.4 to a freshly installed 8.1.1 machine:

- rename /usr/local/psa/qmail/control/dhparam1024.pem to dh1024.pem
- rename /usr/local/psa/qmail/control/dhparam512.pem to dh512.pem
- webmail functional?
- p5-Mail-SPF-Query needs to be installed:
cd /usr/ports/mail/p5-Mail-SPF-Query
make install distclean
- rm -Rf /var/tmp
- ln -s /tmp/ /var/tmp

- in case of an upgrade on the same server from 7.5.4

- Causing 'can not re-insert mail errors in log'

chown drweb:qmail qmail-queue
chown drweb:qmail qmail-queue.drweb
chown qmailq:qmail qmail-queue.origin
cp qmail-queue qmail-queue.bak
cp qmail-queue.drweb qmail-queue
/usr/local/etc/rc.d/qmail restart

- Catchall mailaccounts not migrated (someone with a quick fix?)
- On 1 server we found out the limits are not migrated, causing every clients and domain to have unlimited access (...).

Please send your feedback and experiences!
 
Back
Top