-----Original Message-----
From: "Issac Kelly" <[EMAIL PROTECTED]>
To: postfix-users@postfix.org
Date: Sun, 12 Oct 2008 19:44:43 -0400
Subject: SMTP and SASL/TLS problem

> 
> I'm having problems with SASL and SSL on SMTP.
> 
> Here are my logs from a connection request
> 
> postfix/smtpd[2699]: connect from (outside host)
> postfix/smtpd[2699]: setting up TLS connection from (outside host)
> postfix/smtpd[2699]: SSL_accept error from (outside host_: -1
> postfix/smtpd[2699]: lost connection after STARTTLS from (outside  host)
> postfix/smtpd[2699]: disconnect from (outside host)
> postfix/smtpd[2714]: warning: xsasl_cyrus_server_get_mechanism_list: no
> applicable SASL mechanisms
> postfix/smtpd[2714]: fatal: no SASL authentication mechanisms
> postfix/master[1746]: warning: process /usr/lib/postfix/smtpd pid 2714 exit
> status 1
> postfix/master[1746]: warning: /usr/lib/postfix/smtpd: bad command startup
> -- throttling
> 
> OK... and HERE is what happens when I don't use SSL
> 
>  postfix/master[2811]: warning: process /usr/lib/postfix/smtpd pid 2822 exit
> status 1
>  postfix/master[2811]: warning: /usr/lib/postfix/smtpd: bad command startup
> -- throttling
>  postfix/smtpd[2823]: fatal: unexpected command-line argument: reject
>  postfix/master[2811]: warning: process /usr/lib/postfix/smtpd pid 2823 exit
> status 1
>  postfix/master[2811]: warning: /usr/lib/postfix/smtpd: bad command startup
> -- throttling
> 
> postfix/smtpd[2838]: connect from (outside host)
> postfix/smtpd[2838]: warning: SASL authentication failure: no secret in
> database
> postfix/smtpd[2838]: warning: (outside host): SASL CRAM-MD5 authentication
> failed: authentication failure
CRAM-MD5 will work ONLY with plain password, not encrypted

> imapd-ssl: LOGIN, [EMAIL PROTECTED], ip=[::ffff:(outside host)],
> port=[49997], protocol=IMAP
> 
> IMAP is connecting fine (over ssl) and SMTP still won't connect at all
> (using the same credentials on the same database)
There were used different methods of authentication

> # and their user id
> virtual_uid_maps = mysql:/etc/postfix/mysql_uid.cf
> # and group id
> virtual_gid_maps = mysql:/etc/postfix/mysql_gid.cf
> # and this is for aliases
you can use static

Reply via email to