* [Comm] Сервер POP3
@ 2004-01-16 9:57 Jura
2004-01-16 10:09 ` Aleksey Avdeev
0 siblings, 1 reply; 4+ messages in thread
From: Jura @ 2004-01-16 9:57 UTC (permalink / raw)
To: community
У меня установлен сервер uw-imap.
В /etc/xinetd.d
лежат файлы:
uw-pop3 и uw-pop3s
uw-imap и uw-imaps
...
Подскажите, чем отличаются серверы с "...s"
и какой лучше подключить?
Юрий
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Сервер POP3
2004-01-16 9:57 [Comm] Сервер POP3 Jura
@ 2004-01-16 10:09 ` Aleksey Avdeev
2004-01-16 10:39 ` Jura
0 siblings, 1 reply; 4+ messages in thread
From: Aleksey Avdeev @ 2004-01-16 10:09 UTC (permalink / raw)
To: community
Jura пишет:
> У меня установлен сервер uw-imap.
> В /etc/xinetd.d
> лежат файлы:
> uw-pop3 и uw-pop3s
> uw-imap и uw-imaps
> ...
>
> Подскажите, чем отличаются серверы с "...s"
> и какой лучше подключить?
fgrep -e pop3 -e imap /etc/services
--
С уважением. Алексей.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Сервер POP3
2004-01-16 10:09 ` Aleksey Avdeev
@ 2004-01-16 10:39 ` Jura
2004-01-16 11:23 ` Aleksey Avdeev
0 siblings, 1 reply; 4+ messages in thread
From: Jura @ 2004-01-16 10:39 UTC (permalink / raw)
To: community
Aleksey Avdeev пишет:
> Jura пишет:
>
>> У меня установлен сервер uw-imap.
>> В /etc/xinetd.d
>> лежат файлы:
>> uw-pop3 и uw-pop3s
>> uw-imap и uw-imaps
>> ...
>>
>> Подскажите, чем отличаются серверы с "...s"
>> и какой лучше подключить?
>
>
> fgrep -e pop3 -e imap /etc/services
>
pop3 110/tcp pop-3 # POP version 3
pop3 110/udp pop-3
imap 143/tcp imap2 # Interim Mail Access Proto v2
imap 143/udp imap2
imap3 220/tcp # Interactive Mail Access
imap3 220/udp # Protocol v3
imaps 993/tcp # IMAP over SSL
imaps 993/udp # IMAP over SSL
pop3s 995/tcp # POP-3 over SSL
pop3s 995/udp # POP-3 over SSL
Спасибо, про SSL я понял!
Возник второй вопрос - почему серверы IMAP имеют версию 2 и 3
В книгах, изданных в 2002 году пишут, что текущей версией IMAP
является 4 ?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Сервер POP3
2004-01-16 10:39 ` Jura
@ 2004-01-16 11:23 ` Aleksey Avdeev
0 siblings, 0 replies; 4+ messages in thread
From: Aleksey Avdeev @ 2004-01-16 11:23 UTC (permalink / raw)
To: community
Jura пишет:
> Aleksey Avdeev пишет:
>
>> Jura пишет:
>>
>>> У меня установлен сервер uw-imap.
>>> В /etc/xinetd.d
>>> лежат файлы:
>>> uw-pop3 и uw-pop3s
>>> uw-imap и uw-imaps
>>> ...
>>>
>>> Подскажите, чем отличаются серверы с "...s"
>>> и какой лучше подключить?
>>
>>
>>
>> fgrep -e pop3 -e imap /etc/services
>>
> pop3 110/tcp pop-3 # POP version 3
> pop3 110/udp pop-3
> imap 143/tcp imap2 # Interim Mail Access Proto v2
> imap 143/udp imap2
> imap3 220/tcp # Interactive Mail Access
> imap3 220/udp # Protocol v3
> imaps 993/tcp # IMAP over SSL
> imaps 993/udp # IMAP over SSL
> pop3s 995/tcp # POP-3 over SSL
> pop3s 995/udp # POP-3 over SSL
>
> Спасибо, про SSL я понял!
> Возник второй вопрос - почему серверы IMAP имеют версию 2 и 3
Не сервера, а умолчальные порты для них: в зависимости от
желания админа на _любом_ порту может висеть _любой_ сервис. (В
приделах разумного ;-))
> В книгах, изданных в 2002 году пишут, что текущей версией IMAP
> является 4 ?
Деталей незнаю (ниже - ИМХО). ;-)
Историческое наследие, наверное: IMAP серверов (внешних)
настроенных не на 143 порт пока не встречал. IMAP отличный от 4
- тоже. Помоему IMAP4 (сервер) совместим с IMAP2 (клиент). (Про
IMAP3 - не в курсе.)
--
С уважением. Алексей.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-01-16 11:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-16 9:57 [Comm] Сервер POP3 Jura
2004-01-16 10:09 ` Aleksey Avdeev
2004-01-16 10:39 ` Jura
2004-01-16 11:23 ` Aleksey Avdeev
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git