Page 1 of 1

Postfix - sasl

Posted: 10. Aug 2011, 22:34
by hello_world
Hi
I have a problem with postfix
root@salix-kde:/etc/postfix# tail -f /var/log/maillog

Code: Select all

Aug 11 00:25:00 salix-kde postfix/master[21663]: warning: process /usr/libexec/postfix/smtp pid 23110 exit status 1
Aug 11 00:25:00 salix-kde postfix/master[21663]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Aug 11 00:26:00 salix-kde postfix/smtp[23156]: warning: unsupported SASL client implementation: cyrus
Aug 11 00:26:00 salix-kde postfix/smtp[23156]: fatal: SASL library initialization
Aug 11 00:26:01 salix-kde postfix/master[21663]: warning: process /usr/libexec/postfix/smtp pid 23156 exit status 1
Aug 11 00:26:01 salix-kde postfix/master[21663]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
Aug 11 00:27:02 salix-kde postfix/smtp[23195]: warning: unsupported SASL client implementation: cyrus
Aug 11 00:27:02 salix-kde postfix/smtp[23195]: fatal: SASL library initialization
Aug 11 00:27:03 salix-kde postfix/master[21663]: warning: process /usr/libexec/postfix/smtp pid 23195 exit status 1
Aug 11 00:27:03 salix-kde postfix/master[21663]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
postconf -A
postconf -a

Code: Select all

dovecot

Code: Select all

root@salix-kde:/etc/postfix# slapt-get --search sasl
cyrus-sasl-2.1.23-i486-1 [inst=tak]: cyrus-sasl (Simple Authentication and Security Layer)
qca-cyrus-sasl-2.0.0_beta3-i486-1 [inst=nie]: qca-cyrus-sasl (Cyrus SASL plugin for QCA)
My config file contains entries for sasl

Code: Select all

smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =

I want to perform this operation http://www.debian-administration.org/ar ... _and_SMTPS

Re: Postfix - sasl

Posted: 11. Aug 2011, 07:40
by thenktor
I did not read the linked Debian HowTo to find out what you want to do, but perhaps this is some help for you? http://www.salixos.org/wiki/index.php/H ... ail_server