Код: Выделить всё
/usr/local/etc/rc.d/saslauthd start
Код: Выделить всё
set_auth_mech :nknown authentication mechanism: getwent
Модератор: xM
Код: Выделить всё
/usr/local/etc/rc.d/saslauthd start
Код: Выделить всё
set_auth_mech :nknown authentication mechanism: getwent
маны читай.beast писал(а):Тоже использовал данную статью при установке exim, и никак не могу обнаружить saslauthd))
Товарищи помогите ламеру, плста... Откуда его взять...
есть вот такая вот хреновина:
/usr/local/etc/exim/>pkg_info | grep sasl
cyrus-sasl-2.1.22 RFC 2222 SASL (Simple Authentication and Security Layer)
/usr/local/etc/exim/>
Код: Выделить всё
/usr/ports/>make search name='saslau'
Port: cyrus-sasl-saslauthd-2.1.22
Path: /usr/ports/security/cyrus-sasl2-saslauthd
Info: SASL authentication server for cyrus-sasl2
Maint: ume@FreeBSD.org
B-deps: cyrus-sasl-2.1.22
R-deps: cyrus-sasl-2.1.22
WWW: http://cyrusimap.web.cmu.edu/
/usr/ports/>
За статейку спасибо оч интересная поюзаю на досуге, только мну в данном случае нужен МТА для того что бы с сайта(веб-страници) могли мне сообщения по почте слать типа там заявки, резюме (по моей форме) и прочие прелести развитого социолизма))lissyara писал(а):и вообще - нафиг вам отдельная подпорка в виде этого даемона? Через пам замутите - примерно как тут: http://www.lissyara.su/?id=1455" target="_blank
===========
Вовка, а ты не саслов мучай, а смотри чтоб сервак не поломали работнички, а то негде спрашивать будет))
beast писал(а):И снова я уважаемые знатоки.Так куда же делся saslauthd?
![]()
Или откуда его привертеть...
Код: Выделить всё
cd /usr/ports
make search name=saslauth
Код: Выделить всё
Port: cyrus-sasl-saslauthd-2.1.22
Path: /usr/ports/security/cyrus-sasl2-saslauthd
Info: SASL authentication server for cyrus-sasl2
Maint: ume@FreeBSD.org
B-deps: cyrus-sasl-2.1.22
R-deps: cyrus-sasl-2.1.22
WWW: http://cyrusimap.web.cmu.edu/
Код: Выделить всё
cd /usr/ports/security/cyrus-sasl2-saslauthd
make install clean
Код: Выделить всё
/var/log/>pkg_info | grep sasl
cyrus-sasl-2.1.22 RFC 2222 SASL (Simple Authentication and Security Layer)
cyrus-sasl-saslauthd-2.1.22 SASL authentication server for cyrus-sasl2
/var/log/>
/usr/local/etc/>ps -ax | grep sasl
1187 ?? Is 0:00.01 /usr/local/sbin/saslauthd -a getpwent
1188 ?? I 0:00.00 /usr/local/sbin/saslauthd -a getpwent
1189 ?? I 0:00.00 /usr/local/sbin/saslauthd -a getpwent
1190 ?? I 0:00.00 /usr/local/sbin/saslauthd -a getpwent
1192 ?? I 0:00.00 /usr/local/sbin/saslauthd -a getpwent
1394 p0 S+ 0:00.01 grep sasl
/usr/local/etc/>sockstat | grep sasl
root saslauthd 1192 3 dgram -> /var/run/logpriv
root saslauthd 1192 5 stream /var/run/saslauthd/mux
root saslauthd 1190 3 dgram -> /var/run/logpriv
root saslauthd 1190 5 stream /var/run/saslauthd/mux
root saslauthd 1189 3 dgram -> /var/run/logpriv
root saslauthd 1189 5 stream /var/run/saslauthd/mux
root saslauthd 1188 3 dgram -> /var/run/logpriv
root saslauthd 1188 5 stream /var/run/saslauthd/mux
root saslauthd 1187 3 dgram -> /var/run/logpriv
root saslauthd 1187 5 stream /var/run/saslauthd/mux
/usr/local/etc/>ps -ax | grep exim
1248 ?? Is 0:00.01 /usr/local/sbin/exim -bd -q30m (exim-4.67-0)
1392 p0 R+ 0:00.01 grep exim
/usr/local/etc/>sockstat | grep cour
root couriertcp 1271 3 tcp4 *:143 *:*
root courierlog 1270 4 dgram -> /var/run/logpriv
root couriertcp 1259 3 tcp4 *:110 *:*
root courierlog 1258 4 dgram -> /var/run/logpriv
root courierlog 1217 4 dgram -> /var/run/logpriv
Код: Выделить всё
Jul 17 16:45:44 epia exim[1416]: login authenticator failed for ([xxx.xxx.xxx.xxx]) [xxx.xxx.xxx.xxx] I=[xxx.xxx.xxx.xxx]:25: 435 Unable to authenticate at present (set_id=vasya): support for "saslauthd" not compiled
Код: Выделить всё
support for "saslauthd" not compiled
Код: Выделить всё
test# more /usr/ports/mail/exim/options | grep SASL
# `make WITH_CONTENT_SCAN=yes WITH_SASLAUTHD=yes install'
# `make WITHOUT_CONTENT_SCAN=yes WITHOUT_SASLAUTHD=no' will not give the expected results.
#WITHOUT_AUTH_SASL
# Enable the use of the Cyrus SASL authentication library.
#WITHOUT_SASLAUTHD
# Enable the use of the Cyrus SASL authentication daemon.
# As an alternative to SASLAUTHD, you can define PWCHECK to link
# against libsasl for SMTP AUTH authentication via the Cyrus SASL
.ifndef WITH_AUTH_SASL
WITHOUT_AUTH_SASL?=yes
.ifndef WITH_SASLAUTHD
WITHOUT_SASLAUTHD?=yes
test#