Results 1 to 3 of 3
Hello ,
Here is my scenario...
I have a FreeBSD 6.2 on my server and different Domains with a seperate IP address for each domain.
say i have IP's from ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-28-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 2
Mail Relays...
Hello ,
Here is my scenario...
I have a FreeBSD 6.2 on my server and different Domains with a seperate IP address for each domain.
say i have IP's from 192.168.1.30 to 192.168.30.1.62.My Question is can i configure the sendmail to use a specific IP address while sending out mails. ie
can i configure the sendmail in such a way that if Example 1 has to relay from IP 192.168.1.30 and www.example2.com from 192.168.1.31 and so on.
Each domain has to use a seperate IP address for relaying mails.
Please help me....
- 06-28-2007 #2
not sure about sendmail and how stuck with it you are, but postfix can do this very easily with transport maps
- 06-29-2007 #3There are plenty of commented notes. What your wanting to do can be done. You may want to do it by domain.Code:
vi /etc/mail/sendmail.mc
Be sure to run:
andCode:make -C /etc/mail
Code:service sendmail restart
LINUX - "The other white meat.."
Registered Linux User #439112


Reply With Quote
