½ÃÀÛÆäÀÌÁö·Î Áñ°Üã±âÃß°¡
·Î±×ÀÎ
ȸ¿ø°¡ÀÔ l Ã⼮üũ l ¸¶ÀÌÆäÀÌÁö l CGIMALL
happycgi
ÀÚ·á½Ç »çÀÌÆ®µî·Ï ·©Å·100 ÇÁ·Î±×·¥¸®ºä °ü¸®ÀÚÃßõÀÚ·á Ãʺ¸°¡À̵å
Ä¿¹Â´ÏƼ
Àüü ÆîÃ帱â
Äü¸Þ´º¸µÅ© jquery , CSS , PHP , Javascript , ¹«·áÆùÆ® , ASP
»ó¼¼°Ë»ö
Ȩ > PHP > PHP ¼Ò½ºÃ¢°í > À¥±â¹Ý ¸ÞÀÏ > SquirrelMail »ó¼¼Á¤º¸
»çÀÌÆ®µî·Ï
Ŭ¶ó¿ìµåű×
javascript
PHP
HTML
ASP
mysql
CSS
Mobile
jquery
image
slide
�޴�
������Ʈ
¸Þ´º
ÇöÀçÁ¢¼ÓÀÚ ¸í »õ·Î°íħ
SquirrelMail
¼Ò½ºÅë°èÁ¤º¸ ¿À·ù½Å°í ¹× ¹®ÀÇ
ÇØÇÇÆÀ
³×ƼÁð
Æ®À§ÅÍ·Î º¸³»±â ÆäÀ̽ººÏÀ¸·Î º¸³»±â
¼Ò½ººÐ·ù À¥±â¹Ý ¸ÞÀÏ
´Ù¿î·Îµå Ƚ¼ö 2365 ȸ
°£´Ü¼³¸í imap,pop3 ¸ÞÀÏÀ» À¥»ó¿¡¼­ üũÇÒ¼ö ÀÖ´Â À¥¸ÞÀÏ
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
ȨÆäÀÌÁö¹Ù·Î°¡±â ¼Ò½º´Ù¿î·Îµå µ¥¸ð ¹Ì¸®º¸±â ½ºÅ©·¦Çϱâ
°èÁ¤À» ÀÌ¿ëÇÑ ·Î±×ÀÎ,ÆÄÀÏ÷ºÎ,Æú´õ»ý¼º,Æú´õÀ̵¿,
¿ÜºÎ pop3¸ÞÀÏÀоî¿À±â,¼ö½Ê°¡ÁöÀÇ ½ºÅ²,´Ù¾çÇÑ Ç÷¯±×ÀÎÀ» Á¦°ø.
³×ƼÁð ÀÇ°ß   ÀÌ¿ëÇϽŠÀÚ·áÀÇ Èı⸦ ÀÚÀ¯·Ó°Ô ÀÛ¼ºÇϼ¼¿ä. (»ó¾÷ÀûÀÎ ±¤°í ¹× µµ¹è¼º ±Û µîÀº »çÀüÅ뺸¾øÀÌ »èÁ¦µÉ ¼ö ÀÖ½À´Ï´Ù.)
³»¿ë ¾ÆÀ̵ð ÀÇ°ß³²±â±â
ÇѱÛÀÌ Áö¿ø µÇÁö ¾Ê´Âµí ÇØÇÇ cgiÆÀ¿¡¼­´Â
ÇѱÛÀÌ Áö¿øµÇ´Â ¹öÀüÀ» ¹ÞÀºµí.
±×·±µ¥ Çѱ۵Ǵ ¹öÀüÀº ¾îµ÷´ÂÁö ?
2002-09-30 00:00:00
¹Ú¼ºÀç
Âù¼º 5
¹Ý´ë 7
Find out what directory your webserver is serving. ( For Apache: search for DocumentRoot in httpd.conf )

Let's assume the served Directory is /var/www and you downloaded squirrelmail-1.2.6 and put it into /var/www for this example.


go there:
cd /var/www
Uncompress the package using:


gunzip squirrelmail-1.2.6.tar.gz
or:
bunzip2 squirrelmail-1.2.6.tar.bz2
Unpack the whole package:


tar xfv squirrelmail-1.2.6.tar !
go into the installation directory and create a directory for attachments:


cd squirrelmail-1.2.6
mkdir attachments
make sure everything goes for the quick and dirty solution:


chmod -R 777 attachments data
go into the config directory and configure the remaining steps with the included perl script:


cd config
perl conf.pl
When running conf.pl, follow the instructions.
tips:

ORGANIZATION PREFERENCES
Change name to whatever you'd like.
SERVER SETTINGS
Change Domain to your domain
Change IMAP server to your server.
Change SMTP server to your server.
GENERAL OPTIONS
Change Data Directory, (optional BUT preffered).
Change Attachment Directory
Point your browser to WWW.YOUR-WEBSERVER.COM/squirrelmail-1.2.6


--------------------------------------------------------------------------------

If you do not see squirrelmail on the above URL, check that your webserver has PHP support and that it takes index.php if present in the given directory. For Apache:
DirectoryIndex index.html index.htm index.shtml index.shtm index.php

More info about PHP is in the INSTALL file in your Installation directory.

See more information about solving problems at SquirrelMail.


--------------------------------------------------------------------------------

Since that was the quick and dirty version you are supposed to make your installation secure and smooth now. A few options:

Find out what user your webser is running as. For Apache: User webusername in httpd.conf. Give the data directory to the webserver user and make sure others do not write there:


chown -R webusername data
chmod go-w data
Find out what group your webser is running as.
Give the attachments directory to the webserver group. Give the webserver write but not read permissions. Give the directory to e.g. root:


chown -R root attachments
chgrp -R webgroup attachments
chmod -R 730 attachments
You could rename the squirrel-1.2.6 Directory to something easier:


mv squirrel-1.2.6 webmail
change the path in config/config.php (the old path was stored there)

Now you can browse to WWW.YOURS.DOM/webmail. See Virtual Hosting for your webserver for real ease of URL-use.

See how SquirrelMail works... and refine using "conf.pl" again until satisfied.

Finally... install all plugins... install one and test, install other and test... until satisfied.
2002-06-30 00:00:00
ss
Âù¼º 3
¹Ý´ë 4
°£´ÜÇÑ ¼³Ä¡¹ýÀ̳ª ÇÑ±Û »ç¿ëÀ» À§ÇÑ ÆÁ °°Àº°Å ¾ø³ª¿ä?
À½.....±â´ÉÀº ÁÁÀº °Å °°Àºµ¥ ¾îÄÉ ¼³Ä¡ÇÏ°í »ç¿ëÇØ¾ß ÇÒÁö.....
2002-05-26 00:00:00
±èÁ¤È¯
Âù¼º 4
¹Ý´ë 4
À̸§
³»¿ë
:³×¸Â¾Æ¿ä: :È­³ª´Â±º¿ä: :Àá¿Í: :¿ì¿ïÇØ: :À̰ǾƳÄ: :¿ÕÇÏÇÏ: ¿Õ¿ôÀ½~ ³î·¥~
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
µµ¹è¹æÁöÅ°
 80119324 º¸ÀÌ´Â µµ¹è¹æÁöÅ°¸¦ ÀÔ·ÂÇϼ¼¿ä.