Hi , I having issues with configuring aliases on EXIM. I am not able to send email successfully. Exim tries to relay email to alias without checking /etc/alises.
Any feedback is appreciated Thanks - EXIM 4.84_2 running on two servers mailgw1.domaina.com , mailgw2.domaina.com , both relay out as [email protected] - From Clients : I tried mailx -r [email protected] -s "Subject" [email protected] < /root/mailtext OR I tried mailx -s "Subject" usera < /root/mailtext - Entry I have on /etc/aliases ( tried two configurations below) [email protected]: [email protected] OR usera: [email protected] Section on exim.conf file system_aliases: driver = redirect allow_fail allow_defer data = ${lookup{$local_part}lsearch{/etc/aliases}} # user = exim file_transport = address_file pipe_transport = address_pipe -- ## 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/
