How to install Scalix on OpenSUSE 10.2
OpenSUSE 10.2 is not supported officially by Scalix, however here’s how you can skip that part and continue your installation:
./scalix-installer –override-release=suse101
If you opt for having your server relay through your ISP SMTP servers the official HOW TO is not that helpful. So I thought I will blog about it for my future reference and who knows may be somebody will benefit from it too!
vim /etc/mail/access
add the following line:
AuthInfo:your.smtpserver.net “U:you@your.smtpserver.net” “P:your_password” “M:DIGEST-MD5 PLAIN LOGIN”
Then edit this file:
vim /etc/mail/linux.mc
add following line:
define(`SMART_HOST’,`your.smtpserver.net’)dnl
then run
m4 /etc/mail/linux.mc > /etc/sendmail.cf
and restart your sendmail
/etc/init.d/sendmail restart
That’s it! Enjoy relaying!
Comments
Leave a Reply
You must be logged in to post a comment.
