From: Aleksandr Blokhin <sass@uustoll.ee>
To: sisyphus@altlinux.ru
Subject: Re: [sisyphus] postfix problem
Date: Fri, 29 Nov 2002 23:31:04 +0200
Message-ID: <20021129233104.0d2b1ba8.sass@uustoll.ee> (raw)
In-Reply-To: <3DE7C24F.90405@parkheights.dyndns.org>
On Fri, 29 Nov 2002 14:38:55 -0500
sergey ivanov <seriv@parkheights.dyndns.org> wrote:
SI> Вот тут столкнулся с блокированием почты с моего домашнего сервера
SI> как не проходящего reverse dns проверку. Ну еще бы, - он же на
SI> динамическом IP. Решил тут же сделать в main.cf
SI> =====
SI> relayhost = smtp.myprovider.net
SI> ....
SI> smtp_sasl_auth_enable = yes
SI> smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
SI> smtp_sasl_security_options =
SI> =====
SI> Ну и естественно заполнил файл /etc/postfix/sasl_passwd как
SI> полагается:
SI> ======
SI> smtp.provider.net login:password
SI> ======
SI> Сделал postfix stop; postfix start и получаю в логах:
>> Nov 29 14:26:52 hd postfix/smtp-sasl[13719]: fatal: open database
>> /etc/postfix/sasl_passwd.db: No such file or directory
>> Nov 29 14:26:53 hd postfix/master[13715]: warning: process
>> /usr/lib/postfix/smtp-sasl pid 13719 exit status 1
>> Nov 29 14:26:53 hd postfix/master[13715]: warning:
>> /usr/lib/postfix/smtp-sasl: bad command startup -- throttling
SI> Вопрос: в чем проблема? Что надо этому постфиксу чтобы из файла
SI> /etc/postfix/sasl_passwd сделать /etc/postfix/sasl_passwd.db?
Гы-гы-гы :)
Приятно видеть, что ты не одинок в своих граблях :)
На самом деле надо сделать так:
1) установите cyrus-sasl, libsasl и libsasl-devel;
2) затем, при помощи saslpasswd занесите пароли в базу (она создастся в /etc/sasldb);
3) сделайте mv /etc/sasdb /var/spool/postfix/etc/sasldb c правами root.postfix 0640;
4) в /etc поместите ссылку на него
5) сделайте ещё одну ссылку - в /etc/postfix: ln -s /etc/sasdb /etc/postfix/sasdb.db
Эта ссылка нужна для smtp_sasl_password_maps = hash:/etc/postfix/sasldb
Теперь можно сделать service postfix reload и наслаждаться прелестями аутентификации.
--
Best regards
AB
--
... In nomine Altli, et Ctrli, et Spititus Deli, Reset!
next prev parent reply other threads:[~2002-11-29 21:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-29 19:38 sergey ivanov
2002-11-29 21:31 ` Aleksandr Blokhin [this message]
2002-11-29 21:44 ` Aleksandr Blokhin
2002-11-29 23:11 ` sergey ivanov
2002-11-29 23:50 ` Aleksandr Blokhin
2002-11-30 6:33 ` Герасимов Дмитрий
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=20021129233104.0d2b1ba8.sass@uustoll.ee \
--to=sass@uustoll.ee \
--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