OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Alex Pita (newmail_at_softhome.net)
Date: Sat Oct 26 2002 - 05:08:05 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Just i reconfigured sasl2 to use auxprop method to authenticate users from mysql
    database ( i want to mention that if i use pam_mysql.so plugin everithing works
    fine)

    When i try to send and email from mimitest.ro to alextest.ro i receive the
    following error in my syslog:
    [rootdinu root]# tail -f /var/log/maillog
    Oct 26 12:39:36 dinu postfix/postfix-script: refreshing the Postfix mail system
    Oct 26 12:39:38 dinu postfix/master[11681]: reload configuration
    Oct 26 12:40:01 dinu postfix/smtpd[11829]: fatal: SASL per-process initialization failed
    Oct 26 12:40:02 dinu postfix/master[11681]: warning: process /usr/libexec/postfix/smtpd pid 11829 exit status 1
    Oct 26 12:40:02 dinu postfix/master[11681]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling

    See below how can i configured the smtpd.conf file:
    [rootdinu root]# cat /usr/local/lib/sasl2/smtpd.conf
    pwcheck_method: auxprop
    auxprop_plugin: login plain crammd5 digestmd5
    mysql_user: postfix
    mysql_passwd: postfix
    mysql_hostnames: localhost
    mysql_database: maildb
    mysql_statement: select clear from users where id = '%u'
    mysql_verbose:
    [rootdinu root]#

    I suppose that this error is caused by some missing feature in my postfix
    main.cf file!

    ANy ideas how can i solve the problem?

    Regards,
    Alex

    -
    To unsubscribe, send mail to majordomopostfix.org with content
    (not subject): unsubscribe postfix-users