Received Email:
2026-08-04 22:43:30 1wrIEj-00000001ZyA-3xNX <= [email protected] H=(webmail.swift.telnet.net.bd) [127.0.0.1] P=esmtpa A=dovecot_login:[email protected] S=575 id=a53ac1bdef8e798e71919bcbeb9f8f60@swift.telnet.net.bd2026-08-04 22:43:30 1wrIEj-00000001ZyA-3xNX H=swift.telnet.net.bd [120.50.18.186] TLS error on connection (recv): The TLS connection was non-properly terminated.2026-08-04 22:43:30 1wrIEj-00000001ZyA-3xNX => [email protected] R=send_via_smtp_relay T=smtp_relay_smtp H=swift.telnet.net.bd [120.50.18.186] X=TLS1.3:ECDHE_SECP256R1__ECDSA_SECP256R1_SHA256__AES_256_GCM:256 CV=no A=smtp_relay_login C="250 OK ids=9fa1ee57902311f1ba18bc24118997d0"2026-08-04 22:43:30 1wrIEj-00000001ZyA-3xNX Completed
but i have to allow in passwd.client file for authentication details. My Question is now what is the use of SMTP_Relay in domain.
As per your suggestion edit the authentication::
smtp_relay_login:
driver = plaintext
public_name = PLAIN
hide client_send = ^SMTP_RELAY_USER^SMTP_RELAY_PASS
But still same mail issue.
then apply below:
Then list all relay hosts with their credentials in /etc/exim4/passwd.client:
swift.telnet.net.bd:[email protected]:NoReply$ecure
smtp.gmail.com:[email protected]:your_app_password
Now mail sending works.
So My Question is if i have checked SMTP_Relay
yes i have done this.
but mail not sending.
so i have to put authentication details into the /etc/exim4/passwd.client file manually.
its working.
So, What is the default process.
Review that I said above to know if you have everything to use correctly the SMTP Relay by domain. Maybe something is wrong when creating the smtp_relay.conf file, or your exim4.conf.template misses that SMTP_RELAY_ lines, or are different for any reason.