vi /etc/exim.conf

Find
remote_smtp:
driver = smtp


and add 'interface = ip.you.want.to.use'

example as shown below:

________________________
remote_smtp:
driver = smtp
interface = 22.22.22.22
_________________________

IP needs to be on server in order for this to work, hopefully this will help