選取設定後 Build 發佈
2013年11月19日 星期二
2013年11月18日 星期一
linux mail 架設
DNS server
修改 addr = 0.0.0.0
安裝:
# yum -y install dovecot

#cd /etc/mail
# m4 sendmail.mc > sendmail.cf

#gedit /etc/dovecot/dovecot.conf
mail_location = mbox:/mail:INBOX=/var/mail/%u
儲存 → 離開
# chmod 0600 /var/spool/mail/*
重啟相關服務
# service dovecot restart
測試功能
# m4 sendmail.mc > sendmail.cf
修改 addr = 0.0.0.0
安裝:
# yum -y install dovecot
#cd /etc/mail
# m4 sendmail.mc > sendmail.cf
#gedit /etc/dovecot/dovecot.conf
mail_location = mbox:/mail:INBOX=/var/mail/%u
儲存 → 離開
# chmod 0600 /var/spool/mail/*
重啟相關服務
# service dovecot restart
測試功能
# m4 sendmail.mc > sendmail.cf
訂閱:
文章 (Atom)