squirrelmail 小松鼠的安装和配置
生活随笔
收集整理的這篇文章主要介紹了
squirrelmail 小松鼠的安装和配置
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
squirrelmail 小松鼠的安裝和配置
一 、前提條件
postfix、dovecot服務(wù)的配置
LAMP環(huán)境搭建完畢
?
二、squirrelmail的配置
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1.? Organization Preferences
2.? Server Settings
3.? Folder Defaults
4.? General Options
5.? Themes
6.? Address Books
7.? Message of the Day (MOTD)
8.? Plugins
9.? Database
10. Languages
D.? Set pre-defined settings for specific IMAP servers
C?? Turn color off
S?? Save data
Q?? Quit
Command >> 2
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Server Settings
General
-------
1.? Domain???????????????? : ning.com
2.? Invert Time??????????? : false
3.? Sendmail or SMTP?????? : SMTP
A.? Update IMAP Settings?? : mail.ning.com:143 (uw)
B.? Update SMTP Settings?? : mail.ning.com:25
R?? Return to Main Menu
C?? Turn color off
S?? Save data
Q?? Quit
Command >> s
保存即可
三、Apache 關(guān)聯(lián) Squirrelmail
在apache 配置文件新建一個 squirrelmail 虛擬目錄
vim /etc/httpd/conf/httpd.conf
Alias /webmail /usr/share/squirrelmail <Directory /usr/share/squirrelmail > Options indexes FollowSymLinks RewriteEngine On AllowOverride All Directoryindex index.php Order allow,deny Allow from all </Directory>
setsebool -P httpd_can_network_connect 1
五、測試
service httpd restart #重啟服務(wù)
service postfix restart
service dovecot restart
打開網(wǎng)頁 輸入 http://192.168.1.22/webmail
一 、前提條件
postfix、dovecot服務(wù)的配置
LAMP環(huán)境搭建完畢
?
二、squirrelmail的配置
/usr/share/squirrelmail/config/conf.pl
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1.? Organization Preferences
2.? Server Settings
3.? Folder Defaults
4.? General Options
5.? Themes
6.? Address Books
7.? Message of the Day (MOTD)
8.? Plugins
9.? Database
10. Languages
D.? Set pre-defined settings for specific IMAP servers
C?? Turn color off
S?? Save data
Q?? Quit
Command >> 2
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Server Settings
General
-------
1.? Domain???????????????? : ning.com
2.? Invert Time??????????? : false
3.? Sendmail or SMTP?????? : SMTP
A.? Update IMAP Settings?? : mail.ning.com:143 (uw)
B.? Update SMTP Settings?? : mail.ning.com:25
R?? Return to Main Menu
C?? Turn color off
S?? Save data
Q?? Quit
Command >> s
保存即可
三、Apache 關(guān)聯(lián) Squirrelmail
在apache 配置文件新建一個 squirrelmail 虛擬目錄
vim /etc/httpd/conf/httpd.conf
Alias /webmail /usr/share/squirrelmail <Directory /usr/share/squirrelmail > Options indexes FollowSymLinks RewriteEngine On AllowOverride All Directoryindex index.php Order allow,deny Allow from all </Directory>
四、修改bool值
setsebool -P httpd_can_network_connect 1
五、測試
service httpd restart #重啟服務(wù)
service postfix restart
service dovecot restart
打開網(wǎng)頁 輸入 http://192.168.1.22/webmail
總結(jié)
以上是生活随笔為你收集整理的squirrelmail 小松鼠的安装和配置的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 用Python实现简单的人脸识别,10分
- 下一篇: 软件项目管理概览----版本控制