Digital Essence
Verified User
- Joined
- Jan 9, 2023
- Messages
- 21
Hi,
I'm seeing emails bounced back with the error: "message has lines too long for transport".
I've looked through this thread: https://forum.directadmin.com/threads/exim-4-95.64666/page-3 and the fix appears to be to edit the /etc/exim/conf and up the limit from 998.
But my message_linelength_limit is already set to 52428800.
I am running Config Server MailScanner Front End if that has any bearing on this.
Thanks.
I'm seeing emails bounced back with the error: "message has lines too long for transport".
I've looked through this thread: https://forum.directadmin.com/threads/exim-4-95.64666/page-3 and the fix appears to be to edit the /etc/exim/conf and up the limit from 998.
But my message_linelength_limit is already set to 52428800.
I am running Config Server MailScanner Front End if that has any bearing on this.
Thanks.
Bash:
#COMMENT#61:
remote_smtp:
driver = smtp
message_linelength_limit = 52428800
headers_add = "${if def:authenticated_id{X-Authenticated-Id: ${authenticated_id}}}"
interface = <; ${if exists{/etc/virtual/domainips}{${lookup{$sender_address_domain}lsearch*{/etc/virtual/domainips}}}}
helo_data = ${if exists{/etc/virtual/helo_data}{${lookup{$sending_ip_address}iplsearch{/etc/virtual/helo_data}{$value}{$primary_hostname}}}{$primary_hostname}}
hosts_try_chunking =
hosts_try_fastopen =
.include_if_exists /etc/exim.dkim.conf
remote_smtp_forward_transport:
driver = smtp
message_linelength_limit = 52428800
headers_add = "${if def:authenticated_id{X-Authenticated-Id: ${authenticated_id}}}"
interface = <; ${if exists{/etc/virtual/domainips}{${lookup{$original_domain}lsearch*{/etc/virtual/domainips}}}}
helo_data = ${if exists{/etc/virtual/helo_data}{${lookup{$sending_ip_address}iplsearch{/etc/virtual/helo_data}{$value}{$primary_hostname}}}{$primary_hostname}}
hosts_try_chunking =
hosts_try_fastopen =
max_rcpt = 1
return_path = ${srs_encode {SRS_SECRET} {$return_path} {$original_domain}}
.include_if_exists /etc/exim.dkim.conf