11 msgSMTP authentication with saslauthd against PAM
7 msgError in SMTP sequence
2 msgdkim-milter on relay server unknown-jobid exter...
11 msgStubborn Cert issue
3 msgProblems with false positives
4 msgreject_unverified_recipient case sensitive?
3 msgdkim=fail (verification error: invalid key gran...
5 msg? Using header checks on (Postini) X-pstn-levels
2 msgCan't find error in my config file. Can you?
1 msgchroot postgresql ssl problem
15 msgWhat cert to buy
3 msgAddress re-writing
9 msgMail Rejected when we relay for a client.
8 msgQueueing up archive messages
2 msgCannot send e-mails from any e-mail clients
1 msgRe: outbound mail failure - need to fix asap -S...
4 msgoutbound mail failure - need to fix asap
3 msgPostfix alias problem
2 msgproblem to send a mail to a command in aliases

smtpd_auth
\ Черкендов Александр Армаисович (11 Apr 2007)
. \ Patrick Ben Koetter (11 Apr 2007)
. \ Andreas Winkelmann (11 Apr 2007)

Subject:Re: smtpd_auth
Group:Postfix-users
From:Andreas Winkelmann
Date:11 Apr 2007


 
On Wednesday 11 April 2007 14:01, Черкендов Александр Армаисович wrote:

> I'm tried to turn on AUTH but got errors

> Apr 11 15:32:54 sg postfix/master[29064]: warning: process
> /usr/lib/postfix/smtpd pid 31639 killed by signal 11

You build Postfix/Cyrus-SASL at your own? Check for Linux-DLL Hell.

Run ldd on smtpd and every Library which is linked against it. Then run ldd on
the Libraries. Check for Libraries with diffrent Versions. Maybe ldap, mysql,
sasl, (b)db, ... Only one version of a Library should be in this List.

The configuration is uninteresting, first correct this Signal 11.

Tell something about the Build and the System.

> my smtpd.conf
>
> log_level:5
> pwcheck_metod:auxprop

A missing "h" in _method:

> mech_list:PLAIN LOGIN CRAM-MD5 DIGEST-MD5
> sasldb_path: /etc/postfix/sasl/sasldb

> my postconf|grep sasl
> broken_sasl_auth_clients = no
> lmtp_sasl_auth_enable = no
> lmtp_sasl_mechanism_filter =
> lmtp_sasl_password_maps =
> lmtp_sasl_path =
> lmtp_sasl_security_options = noplaintext, noanonymous
> lmtp_sasl_tls_security_options = $lmtp_sasl_security_options
> lmtp_sasl_tls_verified_security_options = $lmtp_sasl_tls_security_options
> lmtp_sasl_type = cyrus
> smtp_sasl_auth_enable = no
> smtp_sasl_mechanism_filter =
> smtp_sasl_password_maps =
> smtp_sasl_path =
> smtp_sasl_security_options = noplaintext, noanonymous
> smtp_sasl_tls_security_options = $smtp_sasl_security_options
> smtp_sasl_tls_verified_security_options = $smtp_sasl_tls_security_options
> smtp_sasl_type = cyrus
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_authenticated_header = no
> smtpd_sasl_exceptions_networks =
> smtpd_sasl_local_domain = sg.tgk-8.ru

Check if this Domain is in sasldb.

> smtpd_sasl_path = /etc/postfix/sasl:/usr/lib/sasl2
> smtpd_sasl_security_options = noanonymous
> smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
> smtpd_sasl_type = cyrus
> What i did wrong??

--
Andreas


© 2004-2008 readlist.com