![]() |
|
|
|
|
|||||||
| Virtual Private Servers (VPS) Need help with your VPS plan on HostICan? Please feel free to ask and we'll give you the answers! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I need to send significant number of email addresses. It seems more reasonable to send a part of my emails with my other VPS hosting IP address. I would like to know how can I change the IP address for sending in exim?
|
|
#2
|
||||
|
||||
|
I know an easy way. Login to your VPS via SSH. From console edit exim.conf file:
Code:
vi /etc/exim.conf Code:
remote_smtp:
driver = smtp
interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}}
Code:
remote_smtp: driver = smtp interface = Your-Second-VPS-IP-Address |
|
#3
|
|||
|
|||
|
thanks for that info/tip Liona! that was very helpful.
|
![]() |
| Tags |
| address, change, exim, hosting, sending |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|