sun's longitude:219 04 54.77 
· 자유게시판 · 묻고답하기 · 알파문서 · RPMS list
· 사용자문서 · 팁/FAQ모음 · 리눅스Links · 자료실
· 서버정보 · 운영자 · Books/FAQ · FreeBSD
/board/read.php:소스보기  

질문과 답변 게시판입니다.

현재 실시간으로 이곳 서버의 설정파일(몇개)를 보여주고 있습니다.
서버의 설정내용에 관한 질문은 먼저 이곳 서버의 설정내용을 참고하시길 바랍니다.

[*** 쓰기 금지단어 패턴 ***]
글 본문 중간에 업로드할 이미지를 추가하는 방법 : @@이미지이름@@
ex) @@foo.gif@@
2622 번 글의 답장글: Re: Re: Re: Re: Re: horde 웹메일을 설치 하려고 하는데요..
글쓴이: 산이 [홈페이지] 글쓴날: 2007년 01월 24일 01:04:43 수(새벽) 조회: 2679

[이문수]님이 남기신 글:

>
>[산이]님이 남기신 글:
>
>>
>>[이문수]님이 남기신 글:
>>
>>>감사합니다..

>>>
>>>그래서 다른오픈소스로
 바꿨는데요...
>>>
>>>그이름은 zimbra.com 입니다.
>>>
>>>저가 FC4를 사용하기 때문에 크게 문제 없이 인스톨 되리라
생각했지만
>>>
>>>오산이었습니다
 --;  한방에 왜 되지 않을까요 ㅡㅡ;
>>>
>>>
>>>
>>>zimbra의 경우 셋팅 순서가 아주 간단합니다..
>>>
>>>
>>>패키지를 다운받고
>>>
>>>1. 패키지 다운
>>
>>>2. sendmail 이나 postfix 오프
>>
>>/etc/init.d/sendmail stop
>>chkconfig sendmail off
>>/etc/init.d/postfix stop
>>chkconfig postfix stop 
>>
>>>3. hostname 셋팅  공인아이피를 부여해줬고 네트웍 잘
돌아갑니다.
>>
>>- Security Enhanced Linux (SELinux) 를 Off 해야함.
>>- 또한 방화벽이 가동중이면 일단 Off
>>- DNS 에서 해당 호스트 이름에 대해서 A 및 MX 레코드 추가 및
확인
>>
>>예를들어 hostname 이 aaa.foobar.com 이고 IP 주소가 222.120.120.111
이라면 /etc/hosts 파일에서
>>
>>222.120.120.111   aaa.foobar.com
>>
>>이 내용이 있어야 합니다. 또한
>>
>>shell> dig aaa.foobar.com
>>
>>의 결과가 위의 IP주소로 나와야 합니다.
>
>---> 
>127.0.0.1     localhost.localdomain.dfdff localhost
>212.22.2.22   intra.asdasd.asd            intra
>
>
>이렇구요...
>
>dig 결과 잘 떨어집니다. 
>
>
>
>
>>
>>
>>
>>>4. ./install.sh   실행
>>>
>>>     ..
>>>5. 셋팅 후 su zimbra 
>>>6. /etc/rc.d/init.d/zimbra start
>>>7. password 입력하고  그냥 프람프트 떨어집니다.
>>>
>>>실행이 않됩니다..
>>
>>/etc/rc.d/init.d/zimbra 파일을 편집기로 열어서 실제로 start()
부분에서 어떤 명령로 이루어졌는지 실제로 직접 입력해
보세요. 그리고 나서 어떤 결과(오류메시지)가
 있는지 확인하시고.
>
>----->  zimbra 파일의 내용은 아래와 같습니다.
>
>-----------------
>
>command()
>{
>    if [ -f /opt/zimbra/redolog/redo.log ]; then
>        chown -f zimbra:zimbra /opt/zimbra/redolog/redo.log
>    fi
>    su - zimbra -c "zmcontrol $1 </dev/null >>/opt/zimbra/log/startup.log
2>&1"
>}
>
>case "$1" in
>    restart)
>        command shutdown
>        command startup
>        RETVAL=$?
>    if [ -d /var/lock/subsys -a $RETVAL -eq 0 ]; then
>      touch /var/lock/subsys/zimbra
>    fi
>        ;;
>    start)
>        command startup
>        RETVAL=$?
>    if [ -d /var/lock/subsys -a $RETVAL -eq 0 ]; then
>      touch /var/lock/subsys/zimbra
>    fi
>        ;;
>    stop)
>        command shutdown
>        RETVAL=$?
>    if [ -d /var/lock/subsys -a $RETVAL -eq 0 ]; then
>      rm -f /var/lock/subsys/zimbra
>    fi
>        ;;
>    reload|status)
>        command $1
>        RETVAL=$?
>        ;;
>    *)
>        echo $"Usage: $0 {start|stop|restart|reload|status}"
>        RETVAL=1
>esac
>exit $RETVAL
>
>
>-----------------
>
>
>
>/opt/zimbra/bin/zmcontrol  이걸 실행 합니다.
>
>[zimbra@dfff]$ zmcontrol startup
>Host intra.dfdfdfdf.net
>[zimbra@dfff]$
>
>
>[zimbra@intra piconmen]$ zmcontrol stop
>Host intra.dfdfdf.net
>        Stopping mta...Done
>        Stopping spell...Done
>        Stopping snmp...Done
>        Stopping antivirus...Done
>        Stopping antispam...Done
>        Stopping imapproxy...Done
>        Stopping logger...Done
>        Stopping ldap...FAILED
>ldap_url and ldap_master_url cannot be the same on an ldap replica
>
>
>이렇게 떨어집니다... ldap_url 과 ldap_master_url이 같으면
안되는것
>같은데요.... 뭔말인지????
>
>
>[zimbra@intra ff]$ zmcontrol status
>Cannot determine services - exiting
>
>
>상황을 보면 또 위와 같이 나옵니다.
>
>
>ldap 관련 에러 참고는 아래와 같습니다.
>http://www.zimbra.com/forums/showthread.php?t=6108&highlight=ldap
>
>

LDAP 이 반드시 필요한지는 모르겠지만 위의 포럼에서처럼

/opt/zimbra/bin/zmlocalconfig 

결과에서

ldap_host = marshallacademy.com
ldap_is_master = true
ldap_log_level = 0
ldap_master_url = ldap://marshallacademy.com:389
ldap_port = 389
ldap_url = ldap://marshallacademy.com:389

위의 내용과 비교해 보세요.


그리고 위의 문제는

http://www.zimbra.com/forums/showthread.php?t=6373

이 글과 비슷한 내용의 질문인것 같네요

아무래도 zimbra 의 ldap (slapd) 관련 종료 스크립트에 문제가
있는것 같습니다.(grep 버그)


zmcontrol stop

한 다음에

ps auxww | grep zimbra | grep slapd

이 명령어로 slapd 프로세스를 강제로 종료하고 다시 startup
해보세요.




>
>
>
>
>>>로그를 확인해 보면 
>>>
>>>more /opt/zimbra/log/start.log
>>>Host intra.xxxx.net
>>>
>>>이렇습니다...

>>>
>>>
>>>Wiki Forum 에 확인해보면 ㅡㅡ;
>>>
>>>
>>>FC4에 zimbra 설치시 확인할 사항이 뭐가 있을까요????
>>>
>>>
>>>
>>>
>>>
>>>참고. http://wiki.zimbra.com/index.php?title=Installation-Preparing_Your_S
erver_Environment#System_Requirements
>>>
>>>
>>>
>>>[산이]님이 남기신 글:
>>>
>>>>
>>>>[이문수]님이
 남기신 글:
>>>>
>>>>>-----------------------------------------
>>>>>답변자가 기본적으로 참고할 내용입니다.
>>>>>- 배포판(옵션)    : 
>>>>>- 커널버전(옵션)
  : 
>>>>>- 데몬버전(예:apache
 1.3.27) : FC4
>>>>>- 데몬설치유형(RPM/컴파일/기타)
 : 
>>>>>-----------------------------------------
>>>>>
>>>>>
>>>>>안녕하세요
 ^ㅡ^;
>>>>>
>>>>>mod_ssl은 잘 붙였구요 ..
>>>>>
>>>>>다시 horde.org 에 보면 웹메일이 있습니다.. 참 이쁘게
잘맹글었는데요..

>>>>>
>>>>>이걸 인스톨 하려니 난감한 상황이 많이
발생합니다...
>>>>>
>>>>>당최 구글링을 해도 답이 없고 혹시나 해서 질문
드립니다.
>>>>>
>>>>>
>>>>>정확한 인스톨 과정이 어떤지 궁금합니다..
>>>>>
>>>>>딸려있는 퀵 인스톨로 해보면 에러없이 다 진행
되다가...
>>>>>
>>>>>
>>>>>
>>>>>Quick Install
>>>>>=============
>>>>>
>>>>>These are very terse instructions how to install Horde Groupware
Webmail
>>>>>Edition and its prerequisites on a LAMP sytem. They are addressed
to
>>>>>experienced administrators who know exactly what they are doing.  For
more
>>>>>detailed instructions, start reading below at Prerequisites_.
>>>>>
>>>>>1. Compiling PHP for Apache::
>>>>>
>>>>>     cd php-x.x.x/
>>>>>     ./configure --with-apxs=/usr/sbin/apxs \
>>>>>                 --with-gettext --with-dom --with-mcrypt \
>>>>>                 --with-iconv --enable-mbstring=all --enable-mbregex
\
>>>>>                 --with-gd --with-png-dir=/usr --with-jpeg-dir=/usr
\
>>>>>                 --with-mime-magic=/user/share/misc/magic.mime \
>>>>>                 [--with-mysql|--with-pgsql|--with-oci8]
>>>>>     make
>>>>>     make install
>>>>>
>>>>>2. Restart Apache.
>>>>>
>>>>>3. Extract tarball::
>>>>>
>>>>>     cd /usr/local/apache/htdocs
>>>>>     tar zxvf /path/to/horde-webmail-x.y.z.tar.gz
>>>>>     mv horde-webmail-x.y.z horde
>>>>>
>>>>>4. Configure Horde Groupware Webmail Edition::
>>>>>
>>>>>     ./scripts/setup.php
>>>>>
>>>>>5. Test Horde Groupware Webmail Edition::
>>>>>
>>>>>     http://your-server/horde/test.php
>>>>>
>>>>>6. Finish configuration::
>>>>>
>>>>>     http://your-server/horde/
>>>>>
>>>>>   Go to Adminstration => Setup => Horde
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>6번 항목에서 아예 페이지가 먹통이거든요....

>>>>>
>>>>>
>>>>>5번항목에서
 내용은 아래와 같습니다..
>>>>>
>>>>>
>>>>>Horde Version
>>>>>Horde: 3.1.3 
>>>>>Horde Applications
>>>>>Horde: 3.1.3 
>>>>>Imp: H3 (4.1.3) (run Imp tests) 
>>>>>Ingo: H3 (1.1.2) (run Ingo tests) 
>>>>>Kronolith: H3 (2.1.4) 
>>>>>Mnemo: H3 (2.1.1) 
>>>>>Nag: H3 (2.1.2) 
>>>>>Turba: H3 (2.1.3) (run Turba tests) 
>>>>>PHP Version
>>>>>View phpinfo() screen 
>>>>>View loaded extensions 
>>>>>PHP Version: 4.4.2 
>>>>>PHP Major Version: 4.4 
>>>>>PHP Minor Version: 2 
>>>>>PHP Version Classification: release 
>>>>>You are running a supported version of PHP. 
>>>>>PHP Module Capabilities
>>>>>Ctype Support: Yes 
>>>>>DOM XML Support: Yes 
>>>>>FTP Support: Yes 
>>>>>GD Support: Yes 
>>>>>Gettext Support: Yes 
>>>>>Iconv Support: Yes 
>>>>>IMAP Support: Yes 
>>>>>LDAP Support: Yes 
>>>>>Mbstring Support: Yes 
>>>>>Mcrypt Support: Yes 
>>>>>MIME Magic Support (fileinfo): No
>>>>>The fileinfo PECL module or the mime_magic PHP extension (see below) will most
likely provide faster MIME Magic lookups than the built-in Horde PHP magic code. See
horde/docs/INSTALL for information on how to install PECL/PHP extensions.

>>>>>memcached Support (memcache): No
>>>>>The memcache PECL module is needed only if you are using the memcached
SessionHandler. See horde/docs/INSTALL for information on how to install PECL/PHP
extensions. 
>>>>>MIME Magic Support (mime_magic): No
>>>>>The fileinfo PECL module (see above) or the mime_magic PHP extension will most
likely provide faster MIME Magic lookups than the built-in Horde PHP magic code. See
horde/docs/INSTALL for information on how to install PECL/PHP extensions.

>>>>>MySQL Support: Yes 
>>>>>OpenSSL Support: Yes 
>>>>>PostgreSQL Support: No 
>>>>>Session Support: Yes 
>>>>>XML Support: Yes 
>>>>>Zlib Support: Yes 
>>>>>Miscellaneous PHP Settings
>>>>>magic_quotes_runtime disabled: Yes 
>>>>>memory_limit disabled: Yes 
>>>>>safe_mode disabled: Yes 
>>>>>session.use_trans_sid disabled: Yes 
>>>>>session.auto_start disabled: Yes 
>>>>>File Uploads
>>>>>file_uploads enabled: Yes 
>>>>>upload_max_filesize: 2M 
>>>>>post_max_size: 8M 
>>>>>Required Horde Configuration Files
>>>>>config/conf.php: Yes 
>>>>>config/mime_drivers.php: Yes 
>>>>>config/nls.php: Yes 
>>>>>config/prefs.php: Yes 
>>>>>config/registry.php: Yes 
>>>>>PHP Sessions
>>>>>Session counter: 1 
>>>>>To unregister the session: click here 
>>>>>PEAR
>>>>>PEAR Search Path (PHP's include_path): 
/usr/local/apache/htdocs/horde/lib:/usr/local/apache/htdocs/horde/lib/../pear

>>>>>PEAR: Yes 
>>>>>Recent PEAR: Yes 
>>>>>Mail: Yes 
>>>>>Mail_Mime: Yes 
>>>>>Log: Yes 
>>>>>DB: Yes 
>>>>>Net_Socket: Yes 
>>>>>Date: Yes 
>>>>>Auth_SASL: Yes 
>>>>>HTTP_Request: Yes 
>>>>>File: Yes 
>>>>>Net_SMTP: Yes 
>>>>>Services_Weather: Yes 
>>>>>Cache: Yes 
>>>>>XML_Serializer: Yes 
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>무지 길죠 ^--^;
>>>>>
>>>>>
>>>>>혹 아시는 부분이 실수 할 수 있는 부분이 있는지 조언
부탁합니다. 
>>>>
>>>>========================================
>>>>
>>>>정확히 어느쪽 부분에서 루프가 도는지 잘 모르겠네요. horde
소스를 봐야하는데 이건 좀 어렵고... ㅠㅠ
>>>>
>>>>다른분께 여쭈어 보세요. 
>>>
>>>======================================== 
>>
>>======================================== 
>
>======================================== 

========================================

 
이전글 : Re: Re: Re: Re: horde 웹메일을 설치 하려고 하는데요..
다음글 : Re: Re: Re: Re: Re: Re: horde 웹메일을 설치 하려고 하는데요..  
 from 211.212.249.68
JS(Redhands)Board 0.4 +@

Re: Re: Re: Re: horde 웹메일을 설치 하려고 하는데요.. Re: Re: Re: Re: Re: Re: horde 웹메일을 설치 하려고 하는데요..
인쇄용 


apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.01(server) + (network) + (browser) seconds