<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — fatal: no SASL authentication mechanisms]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic4038.xml" />
	<updated>2012-10-25T00:29:13Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic4038-fatal-no-sasl-authentication-mechanisms.html</id>
		<entry>
			<title type="html"><![CDATA[Re: fatal: no SASL authentication mechanisms]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18837.html#p18837" />
			<content type="html"><![CDATA[<p>I am getting multiple errors that range from amavisd dead but locked to weird dns problems.&nbsp; I think that I need to do a new install.</p>]]></content>
			<author>
				<name><![CDATA[rww4ired]]></name>
				<uri>http://www.iredmail.org/forum/user32066.html</uri>
			</author>
			<updated>2012-10-25T00:29:13Z</updated>
			<id>http://www.iredmail.org/forum/post18837.html#p18837</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fatal: no SASL authentication mechanisms]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18803.html#p18803" />
			<content type="html"><![CDATA[<p>I cannot find error in Dovecot config. Any related log in Dovecot log file (/var/log/dovecot.log, /var/log/sieve.log)?</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-10-24T00:27:24Z</updated>
			<id>http://www.iredmail.org/forum/post18803.html#p18803</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fatal: no SASL authentication mechanisms]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18800.html#p18800" />
			<content type="html"><![CDATA[<p>mail still wont go through.</p><p>output of dovecot -n</p><p># 2.0.18: /etc/dovecot/dovecot.conf<br /># OS: Linux 2.6.32-279.9.1.el6.x86_64 x86_64 CentOS release 6.3 (Final) <br />auth_mechanisms = PLAIN LOGIN<br />dict {<br />&nbsp; acl = mysql:/etc/dovecot/dovecot-share-folder.conf<br />&nbsp; expire = db:/var/lib/dovecot/expire/expire.db<br />&nbsp; quotadict = mysql:/etc/dovecot/dovecot-used-quota.conf<br />}<br />disable_plaintext_auth = no<br />first_valid_uid = 501<br />last_valid_uid = 501<br />listen = *<br />log_path = /var/log/dovecot.log<br />mail_debug = yes<br />mail_gid = 501<br />mail_location = maildir:/%Lh/Maildir/:INDEX=/%Lh/Maildir/<br />mail_uid = 501<br />managesieve_notify_capability = mailto<br />managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave<br />namespace {<br />&nbsp; inbox = yes<br />&nbsp; location = <br />&nbsp; prefix = <br />&nbsp; separator = /<br />&nbsp; type = private<br />}<br />namespace {<br />&nbsp; list = children<br />&nbsp; location = maildir:/%%Lh/Maildir/:INDEX=/%%Lh/Maildir/Shared/%%u<br />&nbsp; prefix = Shared/%%u/<br />&nbsp; separator = /<br />&nbsp; subscriptions = yes<br />&nbsp; type = shared<br />}<br />passdb {<br />&nbsp; args = /etc/dovecot/dovecot-ldap.conf<br />&nbsp; driver = ldap<br />}<br />plugin {<br />&nbsp; acl = vfile<br />&nbsp; acl_shared_dict = proxy::acl<br />&nbsp; auth_socket_path = /var/run/dovecot/auth-master<br />&nbsp; autocreate = INBOX<br />&nbsp; autocreate2 = Sent<br />&nbsp; autocreate3 = Trash<br />&nbsp; autocreate4 = Drafts<br />&nbsp; autocreate5 = Junk<br />&nbsp; autosubscribe = INBOX<br />&nbsp; autosubscribe2 = Sent<br />&nbsp; autosubscribe3 = Trash<br />&nbsp; autosubscribe4 = Drafts<br />&nbsp; autosubscribe5 = Junk<br />&nbsp; expire = Trash 7 Trash/* 7 Junk 30<br />&nbsp; expire_dict = proxy::expire<br />&nbsp; quota = dict:user::proxy::quotadict<br />&nbsp; quota_rule = *:storage=1G<br />&nbsp; quota_warning = storage=85%% quota-warning 85 %u<br />&nbsp; quota_warning2 = storage=90%% quota-warning 90 %u<br />&nbsp; quota_warning3 = storage=95%% quota-warning 95 %u<br />&nbsp; sieve = /%Lh/sieve/dovecot.sieve<br />&nbsp; sieve_dir = /%Lh/sieve<br />&nbsp; sieve_global_dir = /var/vmail/sieve<br />&nbsp; sieve_global_path = /var/vmail/sieve/dovecot.sieve<br />}<br />protocols = imap pop3<br />service auth {<br />&nbsp; unix_listener /var/spool/postfix/dovecot-auth {<br />&nbsp; &nbsp; group = postfix<br />&nbsp; &nbsp; mode = 0666<br />&nbsp; &nbsp; user = postfix<br />&nbsp; }<br />&nbsp; unix_listener auth-master {<br />&nbsp; &nbsp; group = vmail<br />&nbsp; &nbsp; mode = 0666<br />&nbsp; &nbsp; user = vmail<br />&nbsp; }<br />&nbsp; unix_listener auth-userdb {<br />&nbsp; &nbsp; group = vmail<br />&nbsp; &nbsp; mode = 0660<br />&nbsp; &nbsp; user = vmail<br />&nbsp; }<br />}<br />service dict {<br />&nbsp; unix_listener dict {<br />&nbsp; &nbsp; group = vmail<br />&nbsp; &nbsp; mode = 0660<br />&nbsp; &nbsp; user = vmail<br />&nbsp; }<br />}<br />service quota-warning {<br />&nbsp; executable = script /usr/local/bin/dovecot-quota-warning.sh<br />&nbsp; unix_listener quota-warning {<br />&nbsp; &nbsp; group = vmail<br />&nbsp; &nbsp; mode = 0660<br />&nbsp; &nbsp; user = vmail<br />&nbsp; }<br />}<br />ssl_ca = &lt;/etc/pki/tls/certs/ca.crt<br />ssl_cert = &lt;/etc/pki/tls/certs/mail.dejure.us.crt<br />ssl_key = &lt;/etc/pki/tls/private/mail.dejure.us.key<br />userdb {<br />&nbsp; args = /etc/dovecot/dovecot-ldap.conf<br />&nbsp; driver = ldap<br />}<br />protocol lda {<br />&nbsp; auth_socket_path = /var/run/dovecot/auth-master<br />&nbsp; lda_mailbox_autocreate = yes<br />&nbsp; log_path = /var/log/sieve.log<br />&nbsp; mail_plugins = quota sieve autocreate<br />&nbsp; postmaster_address = root<br />}<br />protocol imap {<br />&nbsp; imap_client_workarounds = tb-extra-mailbox-sep<br />&nbsp; mail_plugins = quota imap_quota autocreate<br />}<br />protocol pop3 {<br />&nbsp; mail_plugins = quota<br />&nbsp; pop3_client_workarounds = outlook-no-nuls oe-ns-eoh<br />&nbsp; pop3_uidl_format = %08Xu%08Xv<br />}</p>]]></content>
			<author>
				<name><![CDATA[rww4ired]]></name>
				<uri>http://www.iredmail.org/forum/user32066.html</uri>
			</author>
			<updated>2012-10-23T19:51:24Z</updated>
			<id>http://www.iredmail.org/forum/post18800.html#p18800</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fatal: no SASL authentication mechanisms]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18788.html#p18788" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>rww4ired wrote:</cite><blockquote><p>smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unknown_sender_domain, reject_unknown_recipient_domain reject_non_fqdn_sender reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 reject_unauth_destination reject_non_fqdn_helo_hostname reject_invalid_helo_hostname check_policy_service inet:127.0.0.1:10031 permit_inet_interfaces check_relay_domains</p></blockquote></div><p>Default value of smtpd_recipient_restrictions in iRedMail on CentOS 6 should be:<br /></p><div class="codebox"><pre><code>smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unlisted_recipient, chck_policy_service inet:127.0.0.1:7777, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, check_policy_service inet:127.0.0.1:10031</code></pre></div><p>And other two parameters:<br /></p><div class="codebox"><pre><code>smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous</code></pre></div><p>Could you please paste output of command &quot;dovecot -n&quot; to help troubleshoot?</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-10-23T12:20:10Z</updated>
			<id>http://www.iredmail.org/forum/post18788.html#p18788</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fatal: no SASL authentication mechanisms]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18778.html#p18778" />
			<content type="html"><![CDATA[<p>Made the changes you suggested and restarted postfix, dovecot, and ldap.<br />Same error messages in the log etc. Here is the out put of postconf -n</p><p>alias_database = hash:/etc/postfix/aliases<br />alias_maps = hash:/etc/postfix/aliases<br />allow_min_user = no<br />biff = no<br />bounce_queue_lifetime = 1d<br />broken_sasl_auth_clients = yes<br />command_directory = /usr/sbin<br />config_directory = /etc/postfix<br />content_filter = smtp-amavis:[127.0.0.1]:10024<br />daemon_directory = /usr/libexec/postfix<br />data_directory = /var/lib/postfix<br />debug_peer_level = 2<br />delay_warning_time = 0h<br />disable_vrfy_command = yes<br />enable_original_recipient = no<br />home_mailbox = Maildir/<br />html_directory = no<br />inet_interfaces = all<br />inet_protocols = ipv4<br />mail_owner = postfix<br />mailbox_command = /usr/libexec/dovecot/deliver<br />mailq_path = /usr/bin/mailq.postfix<br />manpage_directory = /usr/share/man<br />maximal_backoff_time = 4000s<br />maximal_queue_lifetime = 1d<br />message_size_limit = 15728640<br />minimal_backoff_time = 300s<br />mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain<br />mydomain = dejure.us<br />myhostname = mail.dejure.us<br />mynetworks = 127.0.0.0/8<br />mynetworks_style = subnet<br />myorigin = dejure.us<br />newaliases_path = /usr/bin/newaliases.postfix<br />proxy_read_maps = $canonical_maps $lmtp_generic_maps $local_recipient_maps $mydestination $mynetworks $recipient_bcc_maps $recipient_canonical_maps $relay_domains $relay_recipient_maps $relocated_maps $sender_bcc_maps $sender_canonical_maps $smtp_generic_maps $smtpd_sender_login_maps $transport_maps $virtual_alias_domains $virtual_alias_maps $virtual_mailbox_domains $virtual_mailbox_maps $smtpd_sender_restrictions<br />queue_directory = /var/spool/postfix<br />queue_run_delay = 300s<br />readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES<br />recipient_bcc_maps = proxy:ldap:/etc/postfix/ldap/recipient_bcc_maps_user.cf, proxy:ldap:/etc/postfix/ldap/recipient_bcc_maps_domain.cf<br />recipient_delimiter = +<br />relay_domains = $mydestination, proxy:ldap:/etc/postfix/ldap/relay_domains.cf<br />relay_recipient_maps = proxy:ldap:/etc/postfix/ldap/relay_domains.cf<br />sample_directory = /usr/share/doc/postfix-2.6.6/samples<br />sender_bcc_maps = proxy:ldap:/etc/postfix/ldap/sender_bcc_maps_user.cf, proxy:ldap:/etc/postfix/ldap/sender_bcc_maps_domain.cf<br />sendmail_path = /usr/sbin/sendmail.postfix<br />setgid_group = postdrop<br />smtp_data_init_timeout = 240s<br />smtp_data_xfer_timeout = 600s<br />smtpd_data_restrictions = reject_unauth_pipelining<br />smtpd_helo_required = yes<br />smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, check_helo_access pcre:/etc/postfix/helo_access.pcre<br />smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unknown_sender_domain, reject_unknown_recipient_domain reject_non_fqdn_sender reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 reject_unauth_destination reject_non_fqdn_helo_hostname reject_invalid_helo_hostname check_policy_service inet:127.0.0.1:10031 permit_inet_interfaces check_relay_domains<br />smtpd_reject_unlisted_recipient = yes<br />smtpd_reject_unlisted_sender = yes<br />smtpd_sasl_auth_enable = yes<br />smtpd_sasl_authenticated_header = no<br />smtpd_sasl_local_domain = localhost<br />smtpd_sasl_path = ./dovecot-auth<br />smtpd_sasl_security_options = noanonymous noplaintext<br />smtpd_sasl_type = dovecot<br />smtpd_sender_login_maps = proxy:ldap:/etc/postfix/ldap/sender_login_maps.cf<br />smtpd_sender_restrictions = permit_mynetworks, reject_sender_login_mismatch, permit_sasl_authenticated<br />smtpd_tls_CAfile = /etc/pki/tls/certs/ca.crt<br />smtpd_tls_cert_file = /etc/pki/tls/certs/mail.dejure.us.crt<br />smtpd_tls_key_file = /etc/pki/tls/private/mail.dejure.us.key<br />smtpd_tls_loglevel = 4<br />smtpd_tls_security_level = may<br />soft_bounce = yes<br />tls_random_source = dev:/dev/urandom<br />transport_maps = proxy:ldap:/etc/postfix/ldap/transport_maps_user.cf, proxy:ldap:/etc/postfix/ldap/transport_maps_domain.cf<br />unknown_local_recipient_reject_code = 550<br />virtual_alias_domains = <br />virtual_alias_maps = proxy:ldap:/etc/postfix/ldap/virtual_alias_maps.cf, proxy:ldap:/etc/postfix/ldap/virtual_group_maps.cf, proxy:ldap:/etc/postfix/ldap/virtual_group_members_maps.cf, proxy:ldap:/etc/postfix/ldap/catchall_maps.cf<br />virtual_gid_maps = static:501<br />virtual_mailbox_base = /var/vmail<br />virtual_mailbox_domains = proxy:ldap:/etc/postfix/ldap/virtual_mailbox_domains.cf<br />virtual_mailbox_maps = proxy:ldap:/etc/postfix/ldap/virtual_mailbox_maps.cf<br />virtual_minimum_uid = 501<br />virtual_transport = dovecot<br />virtual_uid_maps = static:501</p>]]></content>
			<author>
				<name><![CDATA[rww4ired]]></name>
				<uri>http://www.iredmail.org/forum/user32066.html</uri>
			</author>
			<updated>2012-10-22T16:52:44Z</updated>
			<id>http://www.iredmail.org/forum/post18778.html#p18778</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fatal: no SASL authentication mechanisms]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18726.html#p18726" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>rww4ired wrote:</cite><blockquote><p>smtpd_sasl_path = ./private/dovecot-auth</p></blockquote></div><p>It should be ./dovecot-auth instead.</p><p>If it still doesn&#039;t work, please paste output message of command &quot;postconf -n&quot; here.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-10-20T13:59:45Z</updated>
			<id>http://www.iredmail.org/forum/post18726.html#p18726</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: fatal: no SASL authentication mechanisms]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18692.html#p18692" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>rww4ired wrote:</cite><blockquote><p>==== Required information ====<br />- iRedMail version: 8.2<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): ldap<br />- Linux/BSD distribution name and version: centos 6.3<br />- Related log if you&#039;re reporting an issue: <br />==== </p><p> maillog<br />Oct 18 00:58:45 a postfix/smtpd[17145]: initializing the server-side TLS engine<br />Oct 18 00:58:45 a postfix/smtpd[17145]: connect from 157.sub-70-197-6.myvzw.com[70.197.6.157]<br />Oct 18 00:58:47 a postfix/smtpd[17145]: setting up TLS connection from 157.sub-70-197-6.myvzw.com[70.197.6.157]<br />Oct 18 00:58:47 a postfix/smtpd[17145]: 157.sub-70-197-6.myvzw.com[70.197.6.157]: TLS cipher list &quot;ALL:!EXPORT:!LOW:+RC4:@STRENGTH&quot;<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:before/accept initialization<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 read client hello B<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 write server hello A<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 write certificate A<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 write key exchange A<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 write server done A<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 flush data<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 read client key exchange A<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 read finished A<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 write session ticket A<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 write change cipher spec A<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 write finished A<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 flush data<br />Oct 18 00:58:51 a postfix/smtpd[17145]: Anonymous TLS connection established from 157.sub-70-197-6.myvzw.com[70.197.6.157]: TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)<br />Oct 18 00:58:52 a postfix/smtpd[17145]: fatal: no SASL authentication mechanisms<br />Oct 18 00:58:53 a postfix/master[17071]: warning: process /usr/libexec/postfix/smtpd pid 17145 exit status 1<br />Oct 18 00:58:53 a postfix/master[17071]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling</p><br /><p>---------------------------------------</p><p>Issue:&nbsp; I am also using this irekdmail server for a vpn and web hosting.&nbsp; In migrating my services over it seems I have messed up some cofiguration.&nbsp; I cannot seem to authenticate to the server.&nbsp; The settings on thunderbird are the same as when it worked.&nbsp; Startssl and plain login.&nbsp; Ports are open and from the maillog I am establishing a connnection however no SASL mechanisms can be found.</p><p>Where to go from here?</p></blockquote></div><p>I increased the debug level in main.cf by:<br />smtpd_tls_loglevel = 4</p><p>Here is the output when I try to sendmail from postmaster</p><p>Oct 18 14:59:30 a postfix/smtpd[28977]: initializing the server-side TLS engine<br />Oct 18 14:59:30 a postfix/smtpd[28977]: connect from localhost[127.0.0.1]<br />Oct 18 14:59:30 a postfix/smtpd[28977]: fatal: no SASL authentication mechanisms<br />Oct 18 14:59:31 a roundcube: SMTP Error: SMTP error: Connection failed: Invalid response code received from server in /var/www/roundcubemail-0.8.1/program/include/main.inc on line 1485 (POST /mail/?_unlock=loading1350586770722&amp;_lang=undefined?_task=mail&amp;_action=send)<br />Oct 18 14:59:31 a postfix/master[28904]: warning: process /usr/libexec/postfix/smtpd pid 28977 exit status 1<br />Oct 18 14:59:31 a postfix/master[28904]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling</p><br /><p>Here is the relevant portions of the postfix main.cf file</p><p>reject_unlisted_sender = yes<br />transport_maps = proxy:ldap:/etc/postfix/ldap/transport_maps_user.cf, proxy:ldap:/etc/postfix/ldap/transport_maps_domain.cf<br />virtual_alias_maps = proxy:ldap:/etc/postfix/ldap/virtual_alias_maps.cf, proxy:ldap:/etc/postfix/ldap/virtual_group_maps.cf, proxy:ldap:/etc/postfix/ldap/virtual_group_members_maps.cf, proxy:ldap:/etc/postfix/ldap/catchall_maps.cf<br />virtual_mailbox_domains = proxy:ldap:/etc/postfix/ldap/virtual_mailbox_domains.cf<br />virtual_mailbox_maps = proxy:ldap:/etc/postfix/ldap/virtual_mailbox_maps.cf<br />sender_bcc_maps = proxy:ldap:/etc/postfix/ldap/sender_bcc_maps_user.cf, proxy:ldap:/etc/postfix/ldap/sender_bcc_maps_domain.cf<br />recipient_bcc_maps = proxy:ldap:/etc/postfix/ldap/recipient_bcc_maps_user.cf, proxy:ldap:/etc/postfix/ldap/recipient_bcc_maps_domain.cf<br />relay_domains = $mydestination, proxy:ldap:/etc/postfix/ldap/relay_domains.cf<br />smtpd_sender_login_maps = proxy:ldap:/etc/postfix/ldap/sender_login_maps.cf<br />smtpd_sasl_auth_enable = yes<br />smtpd_sasl_local_domain = localhost<br />broken_sasl_auth_clients = yes<br />smtpd_sasl_security_options = noanonymous noplaintext<br />smtpd_sasl_authenticated_header = no<br />smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unknown_sender_domain, reject_unknown_recipient_domain reject_non_fqdn_sender reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 reject_unauth_destination reject_non_fqdn_helo_hostname reject_invalid_helo_hostname check_policy_service inet:127.0.0.1:10031 permit_inet_interfaces check_relay_domains<br />smtpd_tls_security_level = may<br />smtpd_tls_loglevel = 4<br />smtpd_tls_key_file = /etc/pki/tls/private/mail.dejure.us.key<br />smtpd_tls_cert_file = /etc/pki/tls/certs/mail.dejure.us.crt<br />smtpd_tls_CAfile = /etc/pki/tls/certs/ca.crt<br />tls_random_source = dev:/dev/urandom<br /># Uncomment below line to enable policyd sender throttle.<br />#smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10032<br />mailbox_command = /usr/libexec/dovecot/deliver<br />virtual_transport = dovecot<br />dovecot_destination_recipient_limit = 1<br />smtpd_sasl_type = dovecot<br />smtpd_sasl_path = ./private/dovecot-auth<br />content_filter = smtp-amavis:[127.0.0.1]:10024<br />smtp-amavis_destination_recipient_limit = 1</p>]]></content>
			<author>
				<name><![CDATA[rww4ired]]></name>
				<uri>http://www.iredmail.org/forum/user32066.html</uri>
			</author>
			<updated>2012-10-18T19:13:30Z</updated>
			<id>http://www.iredmail.org/forum/post18692.html#p18692</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[fatal: no SASL authentication mechanisms]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18684.html#p18684" />
			<content type="html"><![CDATA[<p>==== Required information ====<br />- iRedMail version: 8.2<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): ldap<br />- Linux/BSD distribution name and version: centos 6.3<br />- Related log if you&#039;re reporting an issue: <br />==== </p><p> maillog<br />Oct 18 00:58:45 a postfix/smtpd[17145]: initializing the server-side TLS engine<br />Oct 18 00:58:45 a postfix/smtpd[17145]: connect from 157.sub-70-197-6.myvzw.com[70.197.6.157]<br />Oct 18 00:58:47 a postfix/smtpd[17145]: setting up TLS connection from 157.sub-70-197-6.myvzw.com[70.197.6.157]<br />Oct 18 00:58:47 a postfix/smtpd[17145]: 157.sub-70-197-6.myvzw.com[70.197.6.157]: TLS cipher list &quot;ALL:!EXPORT:!LOW:+RC4:@STRENGTH&quot;<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:before/accept initialization<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 read client hello B<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 write server hello A<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 write certificate A<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 write key exchange A<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 write server done A<br />Oct 18 00:58:47 a postfix/smtpd[17145]: SSL_accept:SSLv3 flush data<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 read client key exchange A<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 read finished A<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 write session ticket A<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 write change cipher spec A<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 write finished A<br />Oct 18 00:58:51 a postfix/smtpd[17145]: SSL_accept:SSLv3 flush data<br />Oct 18 00:58:51 a postfix/smtpd[17145]: Anonymous TLS connection established from 157.sub-70-197-6.myvzw.com[70.197.6.157]: TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)<br />Oct 18 00:58:52 a postfix/smtpd[17145]: fatal: no SASL authentication mechanisms<br />Oct 18 00:58:53 a postfix/master[17071]: warning: process /usr/libexec/postfix/smtpd pid 17145 exit status 1<br />Oct 18 00:58:53 a postfix/master[17071]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling</p><br /><p>---------------------------------------</p><p>Issue:&nbsp; I am also using this irekdmail server for a vpn and web hosting.&nbsp; In migrating my services over it seems I have messed up some cofiguration.&nbsp; I cannot seem to authenticate to the server.&nbsp; The settings on thunderbird are the same as when it worked.&nbsp; Startssl and plain login.&nbsp; Ports are open and from the maillog I am establishing a connnection however no SASL mechanisms can be found.</p><p>Where to go from here?</p>]]></content>
			<author>
				<name><![CDATA[rww4ired]]></name>
				<uri>http://www.iredmail.org/forum/user32066.html</uri>
			</author>
			<updated>2012-10-18T05:41:42Z</updated>
			<id>http://www.iredmail.org/forum/post18684.html#p18684</id>
		</entry>
</feed>
