搭建iredmail时出现的问题

 admin   2023-04-01 11:46   151 人阅读  0 条评论

1  passwd
    2  yum -y install vim
    3  wget https://github.com/iredmail/iRedMail/archive/refs/tags/1.6.2.tar.gz
    4  tar -zxvf 1.6.2.tar.gz
    5  cd iRedMail-1.6.2/
    6  ls
    7  bash iRedMail.sh
    8  systemctl status nginx
    9  reboot
   10  netstat -ano
   11  netstat -ano | grep 25
   12  tail -f /var/log/maillog
   13  vim /etc/postfix/master.cf
   14  reboot
   15  systemctl status iredapd
   16  yum -y install python
   17  yum -y install python2
   18  systemctl restart iredapd
   19  systemctl status iredapd
按照官方文档装的,发送邮件时提示stmp错误Recipient address rejected: Server configuration problem

原因是应为iredapd没有启动,查看是报错了

python找不到web这个模块

图片.png

安装一下就好了

pip3 install web.py>=0.51
pip2 install web.py>=0.51 more-itertools==5.0.0

图片.png


本文地址:https://liuchunjie.top/?id=541
版权声明:本文为原创文章,版权归 admin 所有,欢迎分享本文,转载请保留出处!

 发表评论


表情

还没有留言,还不快点抢沙发?