Hello
I can change to ssh vi /etc/exim.conf file
I can't add the command I want to add with black.
I add it to the Section: TRANSPORTSTART field, but the error is not successful. I add manually from via via ssh but I can't see it from exim area
how can i add this command. Can anyone share with me in detail? support team has been no help for 4 days.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
remote_smtp:
driver = smtp
interface = <; %CPANEL-smtp-interface%
helo_data = %CPANEL-helo-data%
hosts_try_chunking = 198.51.100.1
message_linelength_limit = 20480
hosts_avoid_pipelining = *
dkim_remote_smtp:
driver = smtp
interface = <; %CPANEL-smtp-interface%
helo_data = %CPANEL-helo-data%
dkim_domain = ${perl{get_dkim_domain}}
dkim_selector = default
dkim_private_key = "/var/cpanel/domain_keys/private/${dkim_domain}"
dkim_canon = relaxed
hosts_try_chunking = 198.51.100.1
message_linelength_limit = 20480
hosts_avoid_pipelining = *
I can change to ssh vi /etc/exim.conf file
I can't add the command I want to add with black.
I add it to the Section: TRANSPORTSTART field, but the error is not successful. I add manually from via via ssh but I can't see it from exim area
how can i add this command. Can anyone share with me in detail? support team has been no help for 4 days.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
remote_smtp:
driver = smtp
interface = <; %CPANEL-smtp-interface%
helo_data = %CPANEL-helo-data%
hosts_try_chunking = 198.51.100.1
message_linelength_limit = 20480
hosts_avoid_pipelining = *
dkim_remote_smtp:
driver = smtp
interface = <; %CPANEL-smtp-interface%
helo_data = %CPANEL-helo-data%
dkim_domain = ${perl{get_dkim_domain}}
dkim_selector = default
dkim_private_key = "/var/cpanel/domain_keys/private/${dkim_domain}"
dkim_canon = relaxed
hosts_try_chunking = 198.51.100.1
message_linelength_limit = 20480
hosts_avoid_pipelining = *
Last edited by a moderator: