From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3DBF7CE1.8040005@rmts.donpac.ru> Date: Wed, 30 Oct 2002 09:32:01 +0300 From: =?KOI8-R?Q?=F0=D2=CF=CB=CF=D0=D8=C5=D7_=E5=D7=C7=C5=CE=C9=CA?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:0.9.9) Gecko/20020322 X-Accept-Language: en-us, en MIME-Version: 1.0 To: sisyphus@altlinux.ru Subject: Re: [sisyphus] =?KOI8-R?Q?=EE=C1=D3=D4=D2=CF=CA=CB=C1_Courier_?= =?KOI8-R?Q?IMAP?= References: <3DBE1E28.4050903@rmts.donpac.ru> <20021029173741.6359920f.dima@sakhalin.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-MDRemoteIP: 192.168.10.5 X-Return-Path: john@rmts.donpac.ru X-MDaemon-Deliver-To: sisyphus@altlinux.ru Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: sisyphus@altlinux.ru X-Reply-To: john@rmts.donpac.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: Dmitry Lebkov wrote: > В пакете есть скрипт /etc/rc.d/init.d/courier-authdaemon. Он должен > выполнятся до /etc/rc.d/init.d/courier-imap или courier-pop3d. Он > запускает соответствующий демон, обеспечивающий авторизацию. Вот что я пытался сделать [root@john root]# service courier-authdaemon stop Shutting down Courier-IMAP authdaemon.plain: [ OK ] [root@john root]# service courier-imapd stop Shutting down Courier IMAP daemon: [ OK ] [root@john root]# service courier-authdaemon start Starting Courier-IMAP authdaemon.plain: [ OK ] [root@john root]# service courier-imapd start Starting Courier IMAP daemon: [ OK ] [root@john root]# service courier-authdaemon status authdaemond.plain (pids 3346 3345 3344 3343 3342 3341 3340 3339 3338 3337 3336 3335 3334 3333 3332 3331 3330 3329 3328 3327 3326 3325 3324 3323 3322 3321 3320 3319 3318 3317 3316 3315 3314 3313 3312 3311 3310 3309 3308 3307 3306 3305 3304 3303 3302 3301 3298 3297 3296 3295 3294) are running... [root@john root]# ps auxw | grep 3346 root 3346 0.0 0.4 2260 612 ? S 09:25 0:00 /usr/lib/courier-imap/authlib/authdaemond.plain start root 3378 0.0 0.4 1680 544 pts/1 S 09:25 0:00 grep 3346 [root@john root]# netstat -pan --inet | grep 143 tcp 0 0 127.0.0.1:143 0.0.0.0:* LISTEN 3361/couriertcpd tcp 0 0 127.0.0.1:1039 127.0.0.1:143 CLOSE_WAIT 2946/kmailR9B8zb.sl [root@john root]# telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See COPYING for distribution information. Однако kmail не говорит ничего при попытке доставить почту (и не доставляет ее), а mozilla говорит: "В соединении с сервером localhost отказано" -- С уважением, Прокопьев Евгений