ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] postfix sasl @ x86_64
@ 2006-09-08 17:19 Sergey Ivanov
  2006-09-08 18:29 ` Anton Gorlov
  2006-09-08 18:31 ` Sergey Vlasov
  0 siblings, 2 replies; 4+ messages in thread
From: Sergey Ivanov @ 2006-09-08 17:19 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Здравствуйте!
Я тут потратил несколько часов, настраивая сизифный Постфикс работать с
cyrus-sasl2. Он запускался, но сессии на 25 порт кончал молча:
---
$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
---
В протокол при этом шло:
---
Sep  8 12:55:39 alt64 postfix/master[12716]: daemon started -- version
2.2.11, configuration /etc/postfix
Sep  8 12:55:42 alt64 postfix/smtpd[12727]: fatal: no SASL
authentication mechanisms
Sep  8 12:55:43 alt64 postfix/master[12716]: warning: process
/usr/lib/postfix/smtpd pid 12727 exit status 1
Sep  8 12:55:43 alt64 postfix/master[12716]: warning:
/usr/lib/postfix/smtpd: bad command startup -- throttling
---
Дело исправилось, когда я сделал линк:
---
ln -s /usr/lib64/sasl2 /usr/lib/

Материи эти для меня неясные, и куда это поместить в Вики или куда
повесить в Багзиллу я сам не могу разобраться.
-- 
	С уважением,
		Сергей.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] postfix sasl @ x86_64
  2006-09-08 17:19 [sisyphus] postfix sasl @ x86_64 Sergey Ivanov
@ 2006-09-08 18:29 ` Anton Gorlov
  2006-09-08 18:31 ` Sergey Vlasov
  1 sibling, 0 replies; 4+ messages in thread
From: Anton Gorlov @ 2006-09-08 18:29 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Sergey Ivanov пишет:

> Дело исправилось, когда я сделал линк:
> ---
> ln -s /usr/lib64/sasl2 /usr/lib/
> Материи эти для меня неясные, и куда это поместить в Вики или куда
> повесить в Багзиллу я сам не могу разобраться.

Вшать багу в багзиллу со словами,что на x86_64 не работает. и желательно 
сравнение ldd на обоих средах


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] postfix sasl @ x86_64
  2006-09-08 17:19 [sisyphus] postfix sasl @ x86_64 Sergey Ivanov
  2006-09-08 18:29 ` Anton Gorlov
@ 2006-09-08 18:31 ` Sergey Vlasov
  2006-09-08 18:54   ` Sergey Ivanov
  1 sibling, 1 reply; 4+ messages in thread
From: Sergey Vlasov @ 2006-09-08 18:31 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 1411 bytes --]

On Fri, Sep 08, 2006 at 01:19:26PM -0400, Sergey Ivanov wrote:
> Я тут потратил несколько часов, настраивая сизифный Постфикс работать с
> cyrus-sasl2. Он запускался, но сессии на 25 порт кончал молча:
> ---
> $ telnet localhost 25
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> Connection closed by foreign host.
> ---
> В протокол при этом шло:
> ---
> Sep  8 12:55:39 alt64 postfix/master[12716]: daemon started -- version
> 2.2.11, configuration /etc/postfix
> Sep  8 12:55:42 alt64 postfix/smtpd[12727]: fatal: no SASL
> authentication mechanisms
> Sep  8 12:55:43 alt64 postfix/master[12716]: warning: process
> /usr/lib/postfix/smtpd pid 12727 exit status 1
> Sep  8 12:55:43 alt64 postfix/master[12716]: warning:
> /usr/lib/postfix/smtpd: bad command startup -- throttling
> ---
> Дело исправилось, когда я сделал линк:
> ---
> ln -s /usr/lib64/sasl2 /usr/lib/
> 
> Материи эти для меня неясные, и куда это поместить в Вики или куда
> повесить в Багзиллу я сам не могу разобраться.

Вероятно, на postfix - в бинарнике /usr/lib/postfix/smtpd-tls для
x86_64 виден путь /usr/lib/sasl2, однако на x86_64 плагины SASL
устанавливаются в /usr/lib64/sasl2.  Похоже, за это отвечает патч
postfix-2.2.4-deb-alt-sasl-config.patch.

(Компоненты postfix даже на x86_64 находятся в /usr/lib/postfix; здесь
/usr/lib - это не %_libdir, а %_libexecdir.)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] postfix sasl @ x86_64
  2006-09-08 18:31 ` Sergey Vlasov
@ 2006-09-08 18:54   ` Sergey Ivanov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Ivanov @ 2006-09-08 18:54 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Sergey Vlasov wrote:
> On Fri, Sep 08, 2006 at 01:19:26PM -0400, Sergey Ivanov wrote:
[skip]
>> Дело исправилось, когда я сделал линк:
>> ---
>> ln -s /usr/lib64/sasl2 /usr/lib/
>>
>> Материи эти для меня неясные, и куда это поместить в Вики или куда
>> повесить в Багзиллу я сам не могу разобраться.
> 
> Вероятно, на postfix - в бинарнике /usr/lib/postfix/smtpd-tls для
> x86_64 виден путь /usr/lib/sasl2, однако на x86_64 плагины SASL
> устанавливаются в /usr/lib64/sasl2.  Похоже, за это отвечает патч
> postfix-2.2.4-deb-alt-sasl-config.patch.
> 
> (Компоненты postfix даже на x86_64 находятся в /usr/lib/postfix; здесь
> /usr/lib - это не %_libdir, а %_libexecdir.)
Спасибо, повесил, #9975.
-- 
	Сергей


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-08 18:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-08 17:19 [sisyphus] postfix sasl @ x86_64 Sergey Ivanov
2006-09-08 18:29 ` Anton Gorlov
2006-09-08 18:31 ` Sergey Vlasov
2006-09-08 18:54   ` Sergey Ivanov

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