* [devel] /etc/services
@ 2004-06-17 11:40 Sergey Y. Afonin
2004-06-17 11:53 ` Sergey Y. Afonin
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Sergey Y. Afonin @ 2004-06-17 11:40 UTC (permalink / raw)
To: devel
Приветствую.
А как All посмотрит на предложение добавить в services
lmtp 24/tcp # Local Mail Transfer Protocol
lmtp 24/udp # Local Mail Transfer Protocol
?
24 - отдельный вопрос. Это из постфиксовских рекомендаций. А вот в
описании cyrus-imap встречается вариант 2003...
А то lmtp кое-где встречается не в виде локального сокета, а в services
отсутствует...
И еще вопрос. Как принято добавлять не особо стандартные сервисы, как то
smmapd ? В принципе, коль скоро эта штука появилась, то, возможно, ее и
postfix, и exim использовать будут... На мой взгляд удобно.
--
С уважением, Сергей Афонин
asy@altlinux.ru
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [devel] /etc/services
2004-06-17 11:40 [devel] /etc/services Sergey Y. Afonin
@ 2004-06-17 11:53 ` Sergey Y. Afonin
2004-06-17 12:03 ` Dmitry V. Levin
2004-06-17 12:50 ` Sergey Y. Afonin
2 siblings, 0 replies; 9+ messages in thread
From: Sergey Y. Afonin @ 2004-06-17 11:53 UTC (permalink / raw)
To: ALT Devel discussion list
On Thursday 17 June 2004 16:40, Sergey Y. Afonin wrote:
> И еще вопрос. Как принято добавлять не особо стандартные сервисы, как то
> smmapd ? В принципе, коль скоро эта штука появилась, то, возможно, ее и
> postfix, и exim использовать будут... На мой взгляд удобно.
И сразу поясню, почему не unix socket. Есть идея попробовать поставить один
сервер с cyrus-imap и обставить его некоторым количеством MX-ов, которые
будут заниматься всякими проверками/обработками. Соответственно, общаться
они будут с Цирусом по IP.
--
С уважением, Сергей Афонин
asy@altlinux.ru
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [devel] /etc/services
2004-06-17 11:40 [devel] /etc/services Sergey Y. Afonin
2004-06-17 11:53 ` Sergey Y. Afonin
@ 2004-06-17 12:03 ` Dmitry V. Levin
2004-06-17 12:48 ` Sergey Y. Afonin
2004-06-17 12:50 ` Sergey Y. Afonin
2 siblings, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2004-06-17 12:03 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
Hi,
On Thu, Jun 17, 2004 at 04:40:52PM +0500, Sergey Y. Afonin wrote:
> Приветствую.
>
> А как All посмотрит на предложение добавить в services
> lmtp 24/tcp # Local Mail Transfer Protocol
> lmtp 24/udp # Local Mail Transfer Protocol
> ?
$ egrep '^[[:space:]]*24/' iana-etc-1.00/port-numbers.dist
24/tcp any private mail system
24/udp any private mail system
Т.е. IANA, насколько я понимаю, не возражает.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [devel] /etc/services
2004-06-17 12:03 ` Dmitry V. Levin
@ 2004-06-17 12:48 ` Sergey Y. Afonin
2004-06-17 12:55 ` Dmitry V. Levin
0 siblings, 1 reply; 9+ messages in thread
From: Sergey Y. Afonin @ 2004-06-17 12:48 UTC (permalink / raw)
To: ALT Devel discussion list
On Thursday 17 June 2004 17:03, Dmitry V. Levin wrote:
> $ egrep '^[[:space:]]*24/' iana-etc-1.00/port-numbers.dist
> 24/tcp any private mail system
> 24/udp any private mail system
>
> Т.е. IANA, насколько я понимаю, не возражает.
$rpm -qf services
setup-2.2.5-alt1
$ rpm -qi setup-2.2.5-alt1|grep Packager
Packager : Dmitry V. Levin <ldv@altlinux.org>
Кому багу вешать ? На setup, или на cyrus-imap ?
:-)
--
С уважением, Сергей Афонин
asy@altlinux.ru
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [devel] /etc/services
2004-06-17 11:40 [devel] /etc/services Sergey Y. Afonin
2004-06-17 11:53 ` Sergey Y. Afonin
2004-06-17 12:03 ` Dmitry V. Levin
@ 2004-06-17 12:50 ` Sergey Y. Afonin
2004-06-17 12:56 ` Dmitry V. Levin
2 siblings, 1 reply; 9+ messages in thread
From: Sergey Y. Afonin @ 2004-06-17 12:50 UTC (permalink / raw)
To: ALT Devel discussion list
On Thursday 17 June 2004 16:40, Sergey Y. Afonin wrote:
> А то lmtp кое-где встречается не в виде локального сокета, а в services
> отсутствует...
Аналогично в services отсутствует sieve. В рекомендациях попадается 2000.
--
С уважением, Сергей Афонин
asy@altlinux.ru
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [devel] /etc/services
2004-06-17 12:48 ` Sergey Y. Afonin
@ 2004-06-17 12:55 ` Dmitry V. Levin
2004-06-17 13:27 ` Sergey Y. Afonin
0 siblings, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2004-06-17 12:55 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 601 bytes --]
On Thu, Jun 17, 2004 at 05:48:41PM +0500, Sergey Y. Afonin wrote:
> On Thursday 17 June 2004 17:03, Dmitry V. Levin wrote:
>
> > $ egrep '^[[:space:]]*24/' iana-etc-1.00/port-numbers.dist
> > 24/tcp any private mail system
> > 24/udp any private mail system
> >
> > Т.е. IANA, насколько я понимаю, не возражает.
>
> $rpm -qf services
> setup-2.2.5-alt1
>
> $ rpm -qi setup-2.2.5-alt1|grep Packager
> Packager : Dmitry V. Levin <ldv@altlinux>
>
> Кому багу вешать ? На setup, или на cyrus-imap ?
Про 24й порт - на setup.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [devel] /etc/services
2004-06-17 12:50 ` Sergey Y. Afonin
@ 2004-06-17 12:56 ` Dmitry V. Levin
2004-06-17 16:02 ` Alexei Takaseev
0 siblings, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2004-06-17 12:56 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 454 bytes --]
On Thu, Jun 17, 2004 at 05:50:35PM +0500, Sergey Y. Afonin wrote:
> On Thursday 17 June 2004 16:40, Sergey Y. Afonin wrote:
>
> > А то lmtp кое-где встречается не в виде локального сокета, а в services
> > отсутствует...
>
> Аналогично в services отсутствует sieve. В рекомендациях попадается 2000.
$ grep '\<2000/' iana-etc-1.00/port-numbers.dist
cisco-sccp 2000/tcp Cisco SCCP
cisco-sccp 2000/udp Cisco SCCp
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [devel] /etc/services
2004-06-17 12:55 ` Dmitry V. Levin
@ 2004-06-17 13:27 ` Sergey Y. Afonin
0 siblings, 0 replies; 9+ messages in thread
From: Sergey Y. Afonin @ 2004-06-17 13:27 UTC (permalink / raw)
To: ALT Devel discussion list
On Thursday 17 June 2004 17:55, Dmitry V. Levin wrote:
> > Кому багу вешать ? На setup, или на cyrus-imap ?
>
> Про 24й порт - на setup.
Оно там уже висит, оказывается... И, как раз, пакеджером Цируса добавлено.
--
С уважением, Сергей Афонин
asy@altlinux.ru
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [devel] /etc/services
2004-06-17 12:56 ` Dmitry V. Levin
@ 2004-06-17 16:02 ` Alexei Takaseev
0 siblings, 0 replies; 9+ messages in thread
From: Alexei Takaseev @ 2004-06-17 16:02 UTC (permalink / raw)
To: ALT Devel discussion list
On Thu, 17 Jun 2004 16:56:30 +0400
"Dmitry V. Levin" <ldv@altlinux.org> wrote:
> On Thu, Jun 17, 2004 at 05:50:35PM +0500, Sergey Y. Afonin wrote:
> > On Thursday 17 June 2004 16:40, Sergey Y. Afonin wrote:
> >
> > > А то lmtp кое-где встречается не в виде локального сокета, а в
> > > services отсутствует...
> >
> > Аналогично в services отсутствует sieve. В рекомендациях попадается
> > 2000.
>
> $ grep '\<2000/' iana-etc-1.00/port-numbers.dist
> cisco-sccp 2000/tcp Cisco SCCP
> cisco-sccp 2000/udp Cisco SCCp
Так это... В багзилле FR уже висит давно. Возражений насчет поправок по
порту 2000 в том виде, котором я предлагал, как бы небыло, потому с
нетерпение ждем изменений в /etc/services :)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-06-17 16:02 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-17 11:40 [devel] /etc/services Sergey Y. Afonin
2004-06-17 11:53 ` Sergey Y. Afonin
2004-06-17 12:03 ` Dmitry V. Levin
2004-06-17 12:48 ` Sergey Y. Afonin
2004-06-17 12:55 ` Dmitry V. Levin
2004-06-17 13:27 ` Sergey Y. Afonin
2004-06-17 12:50 ` Sergey Y. Afonin
2004-06-17 12:56 ` Dmitry V. Levin
2004-06-17 16:02 ` Alexei Takaseev
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git