 535 Authentication failed...
 535 Authentication failed...
                 535 Authentication failed. Restarting authentication process.
  535 Authentication failed. Restarting authentication process.
                - Home
- Control Panel
- Community Forum
- Services
- Email Service
- 535 Authentication failed. Restarting authentication process.
- Community Forum
- 535 Authentication failed. Restarting authentication process.
Topic: 535 Authentication failed. Restarting authentication process.
 535 Authentication failed. Restarting authentication process.
 535 Authentication failed. Restarting authentication process.
                            
                            by GuiottoD on Thursday, August 31, 2017
                                I have been trying to solve this problem for 2 days now I can receive email from everywhere internal and external.... I can send email to my internal network I just can't send email to external networks such as Joe@somecompany.comMy Server is Linux based using Debian (stretch) on raspberry pi using the Postfix & Dovecotmy isp blocks port 25 incoming and outgoing so I am using store/forward (working great)Outbound SMTP Relay (SEEMS TO BE THE PROBLEM)/var/log/mail.cf
                            
                            
                        (SASL authentication failed; server relay.dynu.com[199.233.237.19] said: 535 Authentication failed. Restarting authentication process.)/etc/postfix/main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version# Debian specific:  Specifying a file name will cause the first# line of that file to be used as the name.  The Debian default# is /etc/mailname.#myorigin = /etc/mailnamesmtpd_banner = $myhostname ESMTP $mail_name (Raspbian)biff = no# appending .domain is the MUA's job.append_dot_mydomain = no# Uncomment the next line to generate "delayed mail" warnings#delay_warning_time = 4hreadme_directory = no# See http://www.postfix.org/COMPATIBILITY_README.html -- default to 2 on# fresh installs.compatibility_level = 2# TLS parameters#smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem#smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.keysmtpd_tls_cert_file=/etc/letsencrypt/live/mail.mydomain.com/fullchain.pemsmtpd_tls_key_file=/etc/letsencrypt/live/mail.mydomain.com/privkey.pemsmtpd_use_tls=yessmtpd_use_auth_only = yessmtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scachesmtp_tls_session_cache_database = btree:${data_directory}/smtp_scachesmtpd_sasl_type = dovecotsmtpd_sasl_path = private/authsmtpd_sasl_auth_enable = yessmtpd_recipient_restrictions =          permit_sasl_authenticated,          permit_mynetworks,          reject_unauth_destination## DYNUsmtp_sasl_auth_enable = yessmtp_sasl_password_maps = hash:/etc/postfix/sasl_passwdsmtp_sasl_security_options =# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for# information on enabling SSL in the smtp client.smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination#myhostname = tilleys.mydomain.commyhostname = mail.mydomain.comalias_maps = hash:/etc/aliasesalias_database = hash:/etc/aliasesmyorigin = /etc/mailnamemydestination = $myhostname, localhost.localdomain, localhost, mail.mydomain.com#mydestination = localhostrelayhost = [relay.dynu.com]:26smtp_generic_maps = hash:/etc/postfix/genericmynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128mailbox_size_limit = 0recipient_delimiter = +inet_interfaces = allinet_protocols = all#Handing off local delivery to Dovecot's LMTP, and telling it where to store mailvirtual_transport = lmtp:unix:private/dovecot-lmtp#Virtual domains, users, and aliasesvirtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cfvirtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cfvirtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf/etc/postfix/sasl_passwdrelay.dynu.com relay@relay.mydomain.com:Password/etc/postfix/generic (not sure if I actually need this or not??
miked@mydomain miked@mydomain.commiked@mydomain.com miked@mydomain.comroot@mydomain miked@mydomain.comroot@mydomain.com miked@mydomain.com
Reply with quote | Report
 Re: 535 Authentication failed. Restarting authentication process.
 Re: 535 Authentication failed. Restarting authentication process.
                            
                            by vesey on Thursday, August 31, 2017
                                Looks like an authentication issue on outbound relay service. Did you try resetting the password? 
                                
                            
                            
                            
                        Reply with quote | Report
| Author | Topic: 535 Authentication failed. Restarting authentication process. | 
|---|---|
| GuiottoD Joined: 8/29/2017 |  535 Authentication failed. Restarting authentication process. Thursday, August 31, 2017 9:47 AM 
                                    I have been trying to solve this problem for 2 days now I can receive email from everywhere internal and external.... I can send email to my internal network I just can't send email to external networks such as Joe@somecompany.comMy Server is Linux based using Debian (stretch) on raspberry pi using the Postfix & Dovecotmy isp blocks port 25 incoming and outgoing so I am using store/forward (working great)Outbound SMTP Relay (SEEMS TO BE THE PROBLEM)/var/log/mail.cf (SASL authentication failed; server relay.dynu.com[199.233.237.19] said: 535 Authentication failed. Restarting authentication process.)/etc/postfix/main.cf # See /usr/share/postfix/main.cf.dist for a commented, more complete version# Debian specific:  Specifying a file name will cause the first# line of that file to be used as the name.  The Debian default# is /etc/mailname.#myorigin = /etc/mailnamesmtpd_banner = $myhostname ESMTP $mail_name (Raspbian)biff = no# appending .domain is the MUA's job.append_dot_mydomain = no# Uncomment the next line to generate "delayed mail" warnings#delay_warning_time = 4hreadme_directory = no# See http://www.postfix.org/COMPATIBILITY_README.html -- default to 2 on# fresh installs.compatibility_level = 2# TLS parameters#smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem#smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.keysmtpd_tls_cert_file=/etc/letsencrypt/live/mail.mydomain.com/fullchain.pemsmtpd_tls_key_file=/etc/letsencrypt/live/mail.mydomain.com/privkey.pemsmtpd_use_tls=yessmtpd_use_auth_only = yessmtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scachesmtp_tls_session_cache_database = btree:${data_directory}/smtp_scachesmtpd_sasl_type = dovecotsmtpd_sasl_path = private/authsmtpd_sasl_auth_enable = yessmtpd_recipient_restrictions =          permit_sasl_authenticated,          permit_mynetworks,          reject_unauth_destination## DYNUsmtp_sasl_auth_enable = yessmtp_sasl_password_maps = hash:/etc/postfix/sasl_passwdsmtp_sasl_security_options =# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for# information on enabling SSL in the smtp client.smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination#myhostname = tilleys.mydomain.commyhostname = mail.mydomain.comalias_maps = hash:/etc/aliasesalias_database = hash:/etc/aliasesmyorigin = /etc/mailnamemydestination = $myhostname, localhost.localdomain, localhost, mail.mydomain.com#mydestination = localhostrelayhost = [relay.dynu.com]:26smtp_generic_maps = hash:/etc/postfix/genericmynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128mailbox_size_limit = 0recipient_delimiter = +inet_interfaces = allinet_protocols = all#Handing off local delivery to Dovecot's LMTP, and telling it where to store mailvirtual_transport = lmtp:unix:private/dovecot-lmtp#Virtual domains, users, and aliasesvirtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cfvirtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cfvirtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf/etc/postfix/sasl_passwdrelay.dynu.com relay@relay.mydomain.com:Password/etc/postfix/generic (not sure if I actually need this or not?? miked@mydomain miked@mydomain.commiked@mydomain.com miked@mydomain.comroot@mydomain miked@mydomain.comroot@mydomain.com miked@mydomain.com | 
| vesey Joined: 6/23/2017 |  535 Authentication failed. Restarting authentication process. Thursday, August 31, 2017 10:12 AM 
                                    Looks like an authentication issue on outbound relay service. Did you try resetting the password? 
                                    
                                 | 
 It is currently Friday, October 31, 2025 9:44 AM US Mountain Standard Time
 It is currently Friday, October 31, 2025 9:44 AM US Mountain Standard Time
        
            Friday, October 31, 2025 9:44 AM
        
    
 
  
  
 