ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Дмитрий Дегтярев" <ddv@bgc.perm.ru>
To: Олег <ulug1@mail.ru>,
	"ALT Linux sysadmins' discussion" <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] (без темы)
Date: Mon, 27 Dec 2010 09:31:16 +0500
Message-ID: <4D181694.2050608@bgc.perm.ru> (raw)
In-Reply-To: <E1PW9EW-0004oz-00.ulug1-mail-ru@f184.mail.ru>

  24.12.2010 20:07, Олег пишет:
> Привет!
>
> Такая вот задачка:
> Довекот, запрещена plaintext_auth
> На другом сервере (в инете) нужно поставить веб-приложение для 
> поддержки, которое умеет только plaintext-ом
> Как сделать, чтобы plaintext всем не включать? Только для одного 
> конкретного почтового ящика.
> Помогите, пжл, в какую сторону рыть?
ну я так думаю если у тебя есть что то вроде в конфиге
auth default {
mechanisms = login
............
passdb sql {
     args = /etc/dovecot/dovecot-pgsql.conf
   }
.............................
}

то я предполагаю, что можно написать что то вроде этого:

auth web_client_inet {
mechanisms = plain
............
passdb sql {
     args = /etc/dovecot/dovecot-pgsql.conf
   }
.............................
}
хотя я так не пробовал и сходу в гугле не нашёл.. попробуй..


      parent reply	other threads:[~2010-12-27  4:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-24 17:07 ` Alexey Shabalin
2010-12-26 11:59   ` Artem Pastukhov
2010-12-27 18:56     ` Oleg
2010-12-27  4:31 ` Дмитрий Дегтярев [this message]

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=4D181694.2050608@bgc.perm.ru \
    --to=ddv@bgc.perm.ru \
    --cc=sysadmins@lists.altlinux.org \
    --cc=ulug1@mail.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 sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

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


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