the only changes tested were: smtp_sasl_security_options = noanonymous, noplaintext smtp_sasl_tls_security_options = noanonymous
and smtp_sasl_security_options = noplaintext smtp_sasl_tls_security_options = noplaintext My origional configuration was the recommended: smtp_sasl_security_options = noanonymous smtp_sasl_tls_security_options = noanonymous Still receiving errors : no mechanism available and No worthy mechs found my full postconf -n is as of right now: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 3 debug_peer_list = smtp.gmail.com home_mailbox = Maildir/ html_directory = no inet_interfaces = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost mydomain = powerdnn.com myhostname = monitor.powerdnn.com mynetworks_style = host myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES relay_domains = relayhost = [smtp.gmail.com]:587 sample_directory = /usr/share/doc/postfix-2.3.3/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous, noplaintext smtp_sasl_tls_security_options = noanonymous smtp_tls_cert_file = /etc/pki/tls/gmail_relay/gmail.pem smtp_tls_enforce_peername = no smtp_tls_key_file = /etc/pki/tls/gmail_relay/gmail.key smtp_tls_note_starttls_offer = yes smtp_tls_scert_verifydepth = 5 smtp_use_tls = yes smtpd_tls_ask_ccert = yes smtpd_tls_req_ccert = no tls_random_source = dev:/dev/urandom unknown_local_recipient_reject_code = 550 end -- Always glad to help, --Jay Bendon - Bendon Consults On Fri, Feb 12, 2010 at 6:53 AM, Wietse Venema <wie...@porcupine.org> wrote: >> On Thu, Feb 11, 2010 at 7:57 PM, Wietse Venema <wie...@porcupine.org> wrote: >> > Postfix also logged this message, amidst your verbose logging. >> > >> > ? ? Feb 11 18:23:18 nagios postfix/smtp[22560]: warning: SASL >> > authentication failure: No worthy mechs found >> > >> > For a remedy, see http://www.postfix.org/SASL_README.html >> > > Jay Bendon: >> Thanks Wietse, >> >> I used what was recommended by the readme and that resulted in the >> same error. I also tried a few other settings in there and no better >> results. > > What did you do? People make mistakes, we can help only if you > show what typos you made. > > Where is "postconf -n" output of what you did? > > Wietse >