SMTP AUTH + localhost + cipher
Posted: 16 Feb 2025, 13:24
Hello,
Could someone tell me how to make all together the:
"CSF smtp auth" +
"localhosts" +
"tls cipher"
- part of the rules in the
auth_advertise_hosts= section
of exim.conf?
auth_advertise_hosts =
localhost : ${if eq{$tls_in_cipher}{}{}{*}}
${if match_ip{$sender_host_address}{iplsearch;/etc/exim.smtpauth}{*}{}}
So these two lines should work together in the auth_advertise_hosts rule of exim.conf
Thanks in advance.
Could someone tell me how to make all together the:
"CSF smtp auth" +
"localhosts" +
"tls cipher"
- part of the rules in the
auth_advertise_hosts= section
of exim.conf?
auth_advertise_hosts =
localhost : ${if eq{$tls_in_cipher}{}{}{*}}
${if match_ip{$sender_host_address}{iplsearch;/etc/exim.smtpauth}{*}{}}
So these two lines should work together in the auth_advertise_hosts rule of exim.conf
Thanks in advance.