Kerio Mail Server

LNX Kerio + AD

Debian

  • apt-get install libstdc++5
alien -c kerio ...
dpkg -i kerio....
case "$1" in
    start)
        echo -n "Starting Kerio MailServer: "
        ulimit -c unlimited
        ulimit -s 2048
        ulimit -n 4096
        cd /opt/kerio/mailserver && ./mailserver
        echo "OK"
    ;;
    stop)
        echo -n "Stopping Kerio MailServer: "
        PID=`pidof mailserver`
        if [ "$PID" ] ; then
            kill $PID
            echo "killing...."
        else
            echo "not running?"
        fi
    ;;
esac
linux/internet/kerio.txt · Poslední úprava: 13.03.2020 18:43 (upraveno mimo DokuWiki)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0