LINUX.ORG.RU

История изменений

Исправление Twissel, (текущая версия) :

Посмотри здесь в части

acl_check_mail:
   
  accept authenticated = *
  deny    message       = $sender_host_address is not allowed to send mail from $sender_address_domain
          !acl          = spf_rcpt_acl
          hosts         = !+relay_from_hosts
  accept

я бы обратил внимание на

hosts         = !+relay_from_hosts

и попробовал разные варианты.

Сюда же покурить про конфигурацию ACL https://www.lissyara.su/doc/exim/4.62/the_default_configuration_file/

Исходная версия Twissel, :

Посмотри здесь в части

acl_check_mail:
   
  accept authenticated = *
  deny    message       = $sender_host_address is not allowed to send mail from $sender_address_domain
          !acl          = spf_rcpt_acl
          hosts         = !+relay_from_hosts
  accept

я бы обратил внимание на

hosts         = !+relay_from_hosts

и попробовал разные варианты.