scrupul0us
Verified User
This would need to handle automating/keeping current:
/etc/virtual/interfaces
And adding the following to exim.conf:
remote_smtp:
interface = ${lookup{$sender_address_domain}lsearch{/etc/virtual/interfaces} {$value}{$MAIN_SERVER_IP}}
It would also be nice if a mailhelo file could be created as well so domains sending email could ehlo as themselves and not the main hostname.
Not sure if this is something I should talk to nobaloney about or DA but it would be nice to have a patch available to persist this across exim updates
/etc/virtual/interfaces
And adding the following to exim.conf:
remote_smtp:
interface = ${lookup{$sender_address_domain}lsearch{/etc/virtual/interfaces} {$value}{$MAIN_SERVER_IP}}
It would also be nice if a mailhelo file could be created as well so domains sending email could ehlo as themselves and not the main hostname.
Not sure if this is something I should talk to nobaloney about or DA but it would be nice to have a patch available to persist this across exim updates