zoukankan      html  css  js  c++  java
  • iredmail安装资料整理

    https://www.linuxprobe.com/centos-install-iredmail.html

    https://blog.csdn.net/davidemiya/article/details/78249310

    
    

    https://430060.com/ac/21

    
    

    https://www.linuxprobe.com/centos-install-iredmail.html

    
    

    https://blog.csdn.net/wyl9527/article/details/79462897

    
    

    https://www.cnblogs.com/kerrycode/p/3595724.html

    
    

    https://blog.csdn.net/daixinmei/article/details/62891662

     
    1、yum install bzip2 net-tools bash-completion wget
    2、hostnamectl set-hostname mail.99vps.com
    

      

    3、/etc/selinux/config    
       SELINUX=disabled
    

      

    https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.9.tar.bz2
    systemctl enable postfix;systemctl start postfix
    systemctl enable dovecot;systemctl start dovecot
    systemctl enable dovecot;systemctl start dovecot
    systemctl enable spamassassin;systemctl start spamassassin
    systemctl enable uwsgi;systemctl start uwsgi
    systemctl enable mysqld;systemctl start mysqld
    systemctl enable postfix;systemctl start postfix
    

      

    要打开的端口:https://docs.iredmail.org/network.ports.html
    frps与frpc服务器都要开启80、443、25端口,
    443端口切记开启,否则映射后无法打开站点
    
    [web01]
    type = http
    local_ip = 127.0.0.1
    local_port = 80
    custom_domains = mail.99.com
    use_encryption = true
    
    
    [web02]
    type = https
    local_ip = 127.0.0.1
    local_port = 443
    custom_domains = mail.99.com
    use_encryption = true
    

      

    cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
    备份原始的更新源
    wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
    下载并设置更新源为aliyun
    wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-7.repo
    下载并设置EPEL源,此源中包含更多的软件
    yum clean all
    清理yum缓存
    yum makecache
    创建yum缓存
  • 相关阅读:
    js获取长度,根据编码获取长度
    springcloud(七,多个服务消费者配置,以及zuul网关案例)
    springcloud(六,多个服务提供者)
    springcloud(五,多个服务注册中心eureka)
    jquery根据选择器进行页面赋值,封装赋值方法
    让页面元素无法选中,不能全选
    取消绑定事件
    js设置元素指定时间隐藏
    js手动抛出异常
    php 之 数据访问 查询关键字 (0506)
  • 原文地址:https://www.cnblogs.com/shabake/p/10692987.html
Copyright © 2011-2022 走看看