On 2/27/22 07:40, v via Exim-users wrote:

{!eq {$tls_cipher}{}}  AND  (  {eq {$received_port}{465}}  OR  {eq {$received_po
rt}{587}}  OR  connection is from localhost )

     server_advertise_condition = ${if and { \
       {!eq{$tls_cipher}{}} \
       {or { \
         {inlist {$received_port}{465:587}} \
         {match_ip{$sender_host_address}{:@[]}} \
       }} \
     }}
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to