1 / 4

pop3: dovecot

pop3: dovecot. 新增 aa & bb user. usreadd aa ; useradd bb passwd aa 123 passwd bb 123. 安裝 dovecot & 開機啟動. yum -y install dovecot service dovecot start chkconfig dovecot on. etc /dovecot/ dovecot.conf 設定 pop3 軟體找得到 mail 資料夾. ftp://120.125.145.81/dns/dovecot.conf.txt

jeroen
Download Presentation

pop3: dovecot

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. pop3: dovecot

  2. 新增aa & bb user • usreaddaa; useradd bb • passwdaa • 123 • passwdbb • 123

  3. 安裝 dovecot & 開機啟動 • yum -y install dovecot • service dovecot start • chkconfig dovecot on

  4. etc/dovecot/dovecot.conf設定 pop3軟體找得到 mail 資料夾 • ftp://120.125.145.81/dns/dovecot.conf.txt • # vim /etc/dovecot/dovecot.conf • #在最後加這4行才可以給outlook or其他pop3軟體, 收發 emaildisable_plaintext_auth = nomail_location = mbox:~/mail:INBOX=/var/mail/%upop3_uidl_format = %08Xu%08Xvpop3_client_workarounds = outlook-no-nulsoe-ns-eoh • 不管是 sendmail or postfix,都會遇到 /var/mail/預設660,要改600問題, /etc/rc.d/rc.local加這一行: • chmod -R 600 /var/mail/* • reboot

More Related