First off, sorry for not giving full details on the first post. There's nothing like discovering the SAC doesn't work just a few hours after going live. Frantic, AHHH! Hope I'm not unnecessarily starting a new thread. If there's a working solution out there, please send me there.
I've tried the following, still with no success...
1. Removed the SAC using Scalix Installer
2. Reconfigured SAC using Scalix Installer
- Still not able to use SAC, keeps giving a log on error "you might have forgotten to include you domain..."
3. Reconfigured Scalix using Installer
4. Restarted Scalix Service
- Still not able to use SAC. All Scalix services are running, minus Item Structure Server which is stopped.
Odd thing is that I can still log in using my
sxadmin@sub.domain.com to webmail, but cannot log into SAC. So I know that there's not a password or "CAPSLOC" OR "NUMLOCK" problem with my keyboard. :wink: This also tells me that the server is authenticating properly, over web, local net, localhost on server. So again, this narrows things down to SAC. Everything else is working properly.
Server Details
Dell PowerEdge 700, 2.8GHz, 1GB RAM, 72GB SCSI, 300GB SATA (for backup).
Scalix is running on EXT3, not LVM
SATA drive is an LVM volume, mounted read only except when doing backups.
Other than Scalix, nothing is running on the server.
Here's an outline of my install documentation - just in case it provides hints.
Partition HD
/boot 100MB (Scalix Recommends 75MB)
/ 9GB (Scalix Recommends 6GB)
/swap 4GB
/var 56GB (Remaining Space)
Install Packages
X Windows
KDE
Editors
Graphical Internet
Text-based Internet
Server Configuration Tools
Web Server
Mail Server
Sendmail
SpamAssassin
Windows File Server
Network Servers
krb5-server
Development Tools
Legacy Software Development
Administration Tools
System Tools
Printing Support
Enable Firewall
Trusted Services:
WWW (HTTP)
MAIL (SMTP)
Other Ports:
5729:tcp, 389:tcp, 443:tcp, 110:tcp, 143:tcp
SELinux Disabled
Finish Centos Installation
Configure Network
System Settings > Network > Hosts
Edit
192.168.1.18 webmail.wid.org webmail
vi /etc/mail/local-host-names
192.168.1.18 webmail.wid.org webmail
Configure and Enable SSL
/usr/bin/openssl genrsa 1024 > /etc/httpd/conf/ssl.key/server.key
chmod go-rwx /etc/httpd/conf/ssl.key/server.key
umask 77 ; /usr/bin/openssl req -new -key /etc/httpd/conf/ssl.key/server.key -x509 -days 365 -out /etc/httpd/conf/ssl.crt/server.crt
service httpd restart
Update Centos
yum clean all
yum update
cp /etc/redhat-release /etc/redhat-release.orig
vi /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant)
Configure Sendmail
- Check that Sendmail is only listening on the local loopback address.
cd /etc/mail
vi sendmail.mc
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') dnl
make -C /etc/mail
vi /etc/mail/access
192.168.1 RELAY
make access.db
Download and Install
spamass-milter
clamav
Enable Services
System Settings > Server Settings > Services
clamd
httpd
spamass-milter
spamassassin
Configure Firefox
Edit > Preferences > Web Features
Uncheck Block Popup Windows
Install Scalix 10.0.0
Configure Virus Scanning Ruleset
vi /etc/group
clamav:n:xx:scalix
scalix:n:xx:clamav
cd /var/opt/scalix/rules
vi ALL-ROUTES.VIR
VIRUS-FOUND=1 ACTION=DISCARD
VIRUS-FOUND=0 ACTION=ALLOW
omoff -s sr
omon -s sr
cp /opt/scalix/examples/general/omvscan.map /var/opt/scalix/rules/omvscan.map
chown root omvscan.map
chgrp scalix omvscan.map
chmod 555 omvscan.map
vi /var/opt/scalix/sys/omvscan.cfg
[GENERAL]
ANTI_VIRUS_ENGINE="ClamAV"
Configured spamassassin according to Scalix Technote
Installed rules_du_jour script
Setup backup using Rsync
Added all users and groups using SAC
Changed DNS through ISP to make webmail.wid.org a secondary, lower priority MX
Waited 2 weeks, allowed spammers to test my system. They do a much better job than me using telnet.
___________________________________________________________
May 16
yum update
Installed scalix 10.0.1 - next time will do this on a test server.
Everything seemed to be working - (forgot to test SAC)
Tried to log onto SAC - failed
Changed sxadmin password - still couldn't log on
Changed sxadmin password back to original password - still couldn't log onto SAC, but could log onto webmail.
Added admin privilege to my scalix account - also couldnt' log onto SAC.
Reconfigured Scalix - still no go on SAC
May 17
omshut
Removed SAC
Installed SAC - still couldn't log on
Reconfigured SAC using installer - still couldn't log on
________________________________________________________
Scalix gurus Dave, Dan, Florian, Rachel and the rest... Any words of wisdom on this? I can do everything via command line, but SAC is a really nice tool. Any help or things to think about - even random suggestions - will be greatly appreciated.
Dave