From f710d2ccd912ed2cecad5bd23b01ff0e6de8b15e Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 12 Oct 2010 03:52:11 -0400 Subject: [PATCH] Added instructions for 64Bit installs for opensuse systems. --- docs/INSTALL_OPENSUSE_11_3.txt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/docs/INSTALL_OPENSUSE_11_3.txt b/docs/INSTALL_OPENSUSE_11_3.txt index 0d0c750..e036d6b 100644 --- a/docs/INSTALL_OPENSUSE_11_3.txt +++ b/docs/INSTALL_OPENSUSE_11_3.txt @@ -64,6 +64,11 @@ mkdir -p /var/run/clamav ln -s /var/lib/clamav/clamd-socket /var/run/clamav/clamd +# On 64Bit systems, run this command to symlink the dovecot library folder. Thats for 64Bit systems only, so do not exekute the ln command on 32bit systems. + +ln -s /usr/lib64/dovecot/modules /usr/lib/dovecot + + chkconfig --add amavis chkconfig --add clamd /etc/init.d/amavis start -- Gitblit v1.9.1