ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Кочетков Владимир" <kvn@toltc.samen.elektra.ru>
To: community <community@altlinux.ru>
Subject: [Comm] Postfix + SASL - ошибка
Date: Thu, 9 Dec 2004 17:04:30 +0400
Message-ID: <255447106.20041209170430@toltc.samen.elektra.ru> (raw)

Здравствуйте, community !

Пытаюсь настроить эту связку

Мастер 2.4

rpm -qa |grep postfix
postfix-mysql-2.0.20-alt1.3
postfix-control-1.2-alt1
postfix-2.0.20-alt1.3

rpm -qa |grep sasl
libsasl2-plugin-sql-2.1.19-alt1
libsasl2-2.1.19-alt1
cyrus-sasl2-2.1.19-alt1

   /etc/postfix/main.cf

smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination, reject
smtpd_sasl_password_maps = mysql:/etc/postfix/mysql_sasl.cf


   /etc/postfix/mysql_sasl.cf
user = postfix
password = postfix
dbname = mail
table = users
select_field = passwd
where_field = email
additional_conditions = and enabled = 1
hosts = 127.0.0.1


   /usr/lib/sasl2/smtpd.conf
pwcheck_metod: auxprop
allowplaintext: yes
auxprop_plugin: sql
sql_engine: mysql
sql_user: postfix
sql_passwd: postfix
sql_hostnames: 127.0.0.1
sql_database: mail
sql_statement: select passwd from users where email = '%u@%r' and enabled = '1'
sql_verbose: nu

При попытке подключения аутентификация не запрашивается.
А в логах получаю:

Dec  9 13:59:48 forpost postfix/smtpd[13191]: warning: SASL
authentication failure: OTP: auxprop backend can't store properties

Что то забыл ? Подскажите, плиз.

-- 
С уважением,
 Кочетков Владимир                      mailto:kvn@toltc.samen.elektra.ru
 Тольяттинские тепловые сети




             reply	other threads:[~2004-12-09 13:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-09 13:04 Кочетков Владимир [this message]
2004-12-09 13:34 ` Aleksandr Blokhin
2004-12-10  4:14   ` Re[2]: " Кочетков Владимир
2004-12-09 13:39 ` Alexei Takaseev
2004-12-10 10:35   ` Re[2]: " Кочетков Владимир
2004-12-10 11:27     ` Alexei Takaseev
2004-12-10 11:54       ` Re[4]: " Кочетков Владимир
2004-12-10 13:06       ` Aleksandr Blokhin

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=255447106.20041209170430@toltc.samen.elektra.ru \
    --to=kvn@toltc.samen.elektra.ru \
    --cc=community@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 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