当前位置:首页>网络学院>服务器>Mail服务器教程>文章内容

Linux Qmail Toaster

[ 来源: | 作者: | 时间:2007-07-21 | 收藏 | 推荐 ] 【

Install:

http://www.it55.com/

cd /var/src/
tar -xzf tar/ucspi-tcp-0.88.tar.gz
cd ucspi-tcp-0.88
patch -p1 < /var/src/netqmail-1.05/other-patches/ucspi-tcp-0.88.errno.patch
make
make setup check
top

45398 www.it55.com it55学习IT知识,享受IT生活 4dfkjn


  • qmail

    qmail rocks. It's a modern smtp server that makes sendmail obsolete. 免费资源www.it55.com

    Info: http://www.qmail.org

    IT资讯之家 www.it55.com

    The patch you will apply below is a composite of existing patches.
    http://www.it55.com/

    • smtp auth
    • spf
    • qmail-queue (to allow for virus scanners)
    • maildir++ patch
    • support oversize dns packets (not necessary if you use dnscache)
    • chkuser (check for local users, envelope syntax)
    • spam throttle
    • qregex (regular expression matching in badmailfrom and badmailto)
    • big concurrency (set the spawn limit above 255)

    Install: 45398 www.it55.com it55学习IT知识,享受IT生活 4dfkjn

    mkdir /var/qmail
    groupadd nofiles
    useradd -g nofiles -d /var/qmail/alias alias
    useradd -g nofiles -d /var/qmail qmaild
    useradd -g nofiles -d /var/qmail qmaill
    useradd -g nofiles -d /var/qmail qmailp
    groupadd qmail
    useradd -g qmail -d /var/qmail qmailq
    useradd -g qmail -d /var/qmail qmailr
    useradd -g qmail -d /var/qmail qmails

    cd /var/src
    tar -xzf tar/toaster-scripts-0.7.tar.gz
    cd netqmail-1.05/netqmail-1.05/

    vd;k;l www.it55.com rdfg

    # NOTE: RedHat/Fedora users may need to link certain include files for the TLS patch.
    # Issue the command below only if make fails:
    ln -s /usr/kerberos/include/com_err.h /usr/kerberos/include/krb5.h /usr/kerberos/include/profile.h /usr/include/
    # as well as remove the sendmail link if it still exists:
    rm /usr/sbin/sendmail
    www.it55.com在线教程

    make
    make setup check
    # NOTE: qmail will be patched AFTER vpopmail is installed
    it55.com

    # turn on SPF checking
    echo 3 > /var/qmail/control/spfbehavior

    it55.com

    # Setup the primary administrator's email address.
    #

    www.it55.com在线教程

    (编辑:IT资讯之家 www.it55.com

  • 上一篇:snmp 服务配置   下一篇:yum apt redhat 7.3

    网友评论

    [以下评论为网友观点,不代表本站。请自觉遵守互联网相关政策法规,所有连带责任均有评论者自负。]
    [不超过250字]