535 Authentication failed...
535 Authentication failed. Restarting authentication process.
- Casa
- Pannello di controllo
- Forum della Comunità
- Services
- Email Service
- 535 Authentication failed. Restarting authentication process.
- Forum della Comunità
- 535 Authentication failed. Restarting authentication process.
Argomento: 535 Authentication failed. Restarting authentication process.
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_passwd
relay.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
Rispondi con citazione | Segnalare
Re: 535 Authentication failed. Restarting authentication process.
di vesey su giovedì 31 agosto 2017
di vesey su giovedì 31 agosto 2017
Looks like an authentication issue on outbound relay service. Did you try resetting the password?
Rispondi con citazione | Segnalare
Autore | Argomento: 535 Authentication failed. Restarting authentication process. |
---|---|
GuiottoD Iscritto: 29/08/2017 |
535 Authentication failed. Restarting authentication process. giovedì 31 agosto 2017 09:47
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_passwd relay.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 Iscritto: 23/06/2017 |
535 Authentication failed. Restarting authentication process. giovedì 31 agosto 2017 10:12
Looks like an authentication issue on outbound relay service. Did you try resetting the password?
|
Al momento è giovedì 21 novembre 2024 17:53 US Mountain Standard Time
giovedì 21 novembre 2024 17:53