Strona 1 z 1

[+] postfix i sasl instalacja

: 21 lutego 2007, 21:21
autor: kalbron
Witam
Zainstalowałem postfix i sasl'a. Dodałem do main.cf wpisy dotyczace sasl'a.
smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain = $myhostname
Po przeładowaniu postfixa, telnet xxx.xxx.xxx.xx 25, ehlo localhost otrzymuje:
ehlo localhost
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250 8BITMIME
a w logach mail.log
Feb 21 21:17:09 two postfix/smtpd[19539]: warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in
Feb 21 21:17:09 two postfix/smtpd[19539]: connect from localhost[127.0.0.1]
Może ktoś miał podobny problem i wie jak go rozwiązać, co źle skonfigurowałem lub o czymś zapomniałem.
pozdrawiam
Mariusz

: 21 lutego 2007, 22:10
autor: Rad
kalbron pisze:Feb 21 21:17:09 two postfix/smtpd[19539]: warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in
Kompilowałeś postfiksa ze źródeł? Jeżeli tak, to przekompiluj jeszcze raz z obsługą SASL.

: 22 lutego 2007, 06:30
autor: kalbron
Wszystko instalowałem z paczek debiana.

: 22 lutego 2007, 10:19
autor: Rad
Może po prostu brakuje jakiejś paczki?
http://www.tribulaciones.org/docs/postf ... howto.html
Tu masz wszystko ładnie opisane.

: 24 lutego 2007, 00:19
autor: kalbron
Dzięki za link. Problem był w tym, że nie instalowałem paczki postfix-tls. Po zainstalowaniu zadziałało.

pozdrawiam
mariusz