ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Anton Farygin <rider@altlinux.com>
To: sisyphus@altlinux.ru
Subject: Re: [sisyphus] Ужасти & Sylpheed & Mutt & imap && uw-imap
Date: Tue, 23 Apr 2002 20:28:20 +0400
Message-ID: <3CC58BA4.4090604@altlinux.com> (raw)
In-Reply-To: <20020423110819.763e363c.grisxa@mail.ru>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Grigory Batalov wrote:

|On 23 Apr 2002 10:35:24 +0400
|"Игорь Андросов" <blace@mail.ru> wrote:
|
|>Если я правильно понял заголовки писем то большой поток пришел из
|>Лонииса ? Ребят я уже пнул что бы проверили.
|
|
|    Первоначально было откуда-то с rts.hio1.lonis.
|
|    Что интересно: Sylpheed, увидев такую кучу (350) писем
|  на моём imap-сервере заметно поскучнел и сильно задумался =(
|  Я даже удалить эти письма не смог.
|    Зато Mutt открыл эту папку и не поперхнулся. Такая вот
|  получилась проверка в экстремальных условиях.
|
Рассказываю в первый раз ;-)

И надеюсь - в последний. Начиная с завтрашнего дня на _ВАШЕМ_ сервере
imapd работать не будет.

а будет так:

на localhost поднимаете xinetd, добавляя новый сервис (например ssh-imap)

Пишите маленький скрипт:
#!/bin/sh
ssh <адрес сервера> exec /usr/sbin/rimapd

В файл сервиса ssh-imap  добавляете запуск этого скрипта:
service imap
{
~        disable         = no
~        socket_type     = stream
~        protocol        = tcp
~        wait            = no
~        user            = <имя пользователя локально>
~        nice            = 10
~        rlimit_as       = 16M
~        server          = путь к скрипту и имя файла скрипта
}

Закрываете обращение к этому сервису (порту) отовсюду, кроме localhost

Далее - на сервер кладете ключик ;-))

Ну а далее - запускаете любимый mail клиент и соединяетесь ... с
localhost ;-)))

Этот фокус можно проваодить исключительно на тех машинах, где кроме вас
никто не работает ;-)

в теории можно дописать скрипт, что бы он по протоколу imap авторизовал
пользователей... ;-)

Но мне _сейчас_ это не надо ;-)

До завтра.

Rgds,
Rider
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE8xYukqohfd2vlwKsRAlimAJ9+eEK2fzRKafwFiI6nYdSEZX4EtQCfUv1I
x6VtRE5gDTuqYqTBKvSQ7aM=
=WFpX
-----END PGP SIGNATURE-----





  parent reply	other threads:[~2002-04-23 16:28 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-23  6:35 [sisyphus] Ужасти Игорь Андросов
2002-04-23  7:01 ` [sisyphus] [JT] Ужасти Vitaly Lipatov
2002-04-23  7:10   ` [sisyphus] Administrativia (Re: [sisyphus] [JT] Ужасти) Dmitry V. Levin
2002-04-23  9:39     ` [sisyphus] " Nicholas Tretyachenko
2002-04-23  7:19   ` [sisyphus] [JT] Ужасти Игорь Андросов
2002-04-23  7:39     ` Dmitry V. Levin
2002-04-23  7:08 ` [sisyphus] Ужасти & Sylpheed & Mutt & imap Grigory Batalov
2002-04-23  7:24   ` Игорь Андросов
2002-04-23  8:59     ` Mr.Ghost
2002-04-23 13:56       ` [sisyphus] Ужасти & Sylpheed & Mutt &imap Aleksey Novodvorsky
2002-04-23  8:07   ` [sisyphus] Ужасти & Sylpheed & Mutt & imap Michael Bykov
2002-04-23  8:27     ` Grigory Batalov
2002-04-23 10:19     ` Vyt
2002-04-23 10:42   ` Peter V. Saveliev
2002-04-23 13:55   ` Любимов А.В.
2002-04-23 16:56     ` Grigory Batalov
2002-04-23 16:28   ` Anton Farygin [this message]
2002-04-23 17:08     ` [sisyphus] Ужасти & Sylpheed & Mutt & imap && uw-imap Grigory Batalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CC58BA4.4090604@altlinux.com \
    --to=rider@altlinux.com \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git