|
Installationsanleitung für Version 5.6-28 unter RedHat bzw. CentOS Linux
Download RPM und Handbuch für Administratoren
RPM installieren
rpm -ihv mailgw-5.6-28.i386.rpm
Ausgabe
Vorbereiten... ########################################### [100%]
useradd: Warnung: Das Home-Verzeichnis existiert bereits.
Es werden keine Dateien vom skel-Verzeichnis dorthin kopiert.
1:mailgw ########################################### [100%]
Kaspersky Mail Gateway has been installed successfully but needs
to be properly configured before using.
Unfortunately, RPM is not able to run scripts interactively, so please run
/opt/kaspersky/mailgw/lib/bin/setup/postinstall.pl
script by yourself to configure it.
Sendmail auf Port 1025 localhost legen
vi /etc/mail/sendmail.mc
Die Zeile
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
ändern auf
DAEMON_OPTIONS(`Port=1025,Addr=127.0.0.1, Name=MTA')dnl
Speichern und das cf-File neu kompilieren
make -C /etc/mail
Sendmail neu starten
service sendmail restart
Prüfen:
netstat -an|grep 1025
ergibt:
tcp 0 0 127.0.0.1:1025 0.0.0.0:* LISTEN
Webmin installieren
Postinstall ausführen
/opt/kaspersky/mailgw/lib/bin/setup/postinstall.pl
Für die Zustellung
127.0.0.1:1025
angeben.
Nach erfolgreicher Installation kommt
Depending on Webmin configuration, you may also need to enable
the Kaspersky Anti-Virus Webmin module. To do this, on the
Webmin main page go to Webmin -> Webmin users -> <username> ->
set the check box on Kaspersky Mail Gateway.
Kaspersky Mail Gateway has been configured successfully.
Kaspersky Mail Gateway is installed.
Configuration file was installed in
/etc/opt/kaspersky/mailgw.conf
Binaries were installed in /opt/kaspersky/mailgw/bin
|