Skip to main content

EXIM Config file - incoming forwarded mail

Comments

3 comments

  • cPanelMichael
    So our EXIM implementation looks at 'userB@Example.com[/EMAIL]' and rejects it as it's unauthenticated and not allowed to send via this Hotmail server.

    Hello, Could you let us know the specific output to /var/log/exim_mainlog for one of the affected messages? EX:
    exigrep MSGID /var/log/exim_mainlog
    Thank you.
    0
  • dhep27
    Thanks Michael. Here is the extract from the log:- 2017-03-07 15:15:23 [27538] H=mail-db5eur01lp0180.outbound.protection.outlook.com (EUR01-DB5-obe.outbound.protection.outlook.com) [213.199.154.180]:14906 I=[13.74.30.133]:25 X=TLSv1.2:AES256-SHA256:256 CV=no F= rejected RCPT : Invalid sender address: userB@example.com The ACL that is causing this is in the acl_smtp_rcpt section:- # Do not allow @example.com senders via MX from unknown IPs deny message = Invalid sender address: $sender_address sender_domains = ^(DOMSUFFS)\$ !hosts = net-iplsearch;/etc/exim/mx-allowed-ips # Do not allow @example.com mail for disallowed senders via MX deny message = Invalid sender address: $sender_address sender_domains = ^(DOMSUFFS)\$ !senders = lsearch;/etc/exim/mx-allowed-senders Any help or advice would be greatly appreciated. Cheers!
    0
  • cPanelMichael
    The ACL that is causing this is in the acl_smtp_rcpt section:- # Do not allow @example.com senders via MX from unknown IPs deny message = Invalid sender address: $sender_address sender_domains = ^(DOMSUFFS)\$ !hosts = net-iplsearch;/etc/exim/mx-allowed-ips # Do not allow @example.com mail for disallowed senders via MX deny message = Invalid sender address: $sender_address sender_domains = ^(DOMSUFFS)\$ !senders = lsearch;/etc/exim/mx-allowed-senders

    Hello, Is this a custom ACL rule you have implemented? I don't see it included in the default Exim configuration offered in cPanel. Have you considered alternatives to prevent email spoofing, such as enforcing DKIM verification? Thank you.
    0

Please sign in to leave a comment.