|
Home > Archive > Unix administration > February 2005 > send email from an IP that is aliased
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
send email from an IP that is aliased
|
|
| semovrs@concord.edu 2005-02-14, 5:55 pm |
| Hello, everyone!
I have quite a straightforward issue here that I would appreciate any
input on.
I used IP aliasing to set up two IP addresses on my server.. The
primary IP address is used for the MX record for one domain (domain1)
and the secondary one is used for the MX record of another domain
(domain2).
When I use sendmail to send email out the destination servers always
mark the primary IP address of the server as the sender of the email
message. For example,
if I set up sendmail to send emails for domain2 the email headers of
any received mail from domain2 shows the primary IP address of my SMTP
server and not the secondary IP address (the aliased one).
Is this an issue with my IP aliasing (networking issue) or issue with
sendmail - what is it that I have to do to resolve the above situation.
My major goal here is to get receiving servers to understand the email
has come from the secondary IP address and not the primary one.
Thanks for any help in advance!
Roumen.
| |
| Jim Ficarra 2005-02-15, 6:02 pm |
| Roumen,
I think you need to bind sendmail to the specific address you wish. I
haven't tried this personally, but I think it will work:
Try the following option in your sendmail.mc file.
DAEMON_OPTIONS(`Name=MTA, Addr=x.x.x.x, Port=smtp)
(specify the appropriate name and address)
Rebuild your sendmail.cf and stop and restart the daemon
Hope this helps.
-Jim
<semovrs@concord.edu> wrote in message
news:1108410248.653552.189770@g14g2000cwa.googlegroups.com...
> Hello, everyone!
> I have quite a straightforward issue here that I would appreciate any
> input on.
> I used IP aliasing to set up two IP addresses on my server.. The
> primary IP address is used for the MX record for one domain (domain1)
> and the secondary one is used for the MX record of another domain
> (domain2).
> When I use sendmail to send email out the destination servers always
> mark the primary IP address of the server as the sender of the email
> message. For example,
> if I set up sendmail to send emails for domain2 the email headers of
> any received mail from domain2 shows the primary IP address of my SMTP
> server and not the secondary IP address (the aliased one).
> Is this an issue with my IP aliasing (networking issue) or issue with
> sendmail - what is it that I have to do to resolve the above situation.
> My major goal here is to get receiving servers to understand the email
> has come from the secondary IP address and not the primary one.
> Thanks for any help in advance!
> Roumen.
>
| |
| semovrs@concord.edu 2005-02-16, 5:57 pm |
| Jim,
thanks a lot for the answer!
Also, I found a good article at
http://ccrma.stanford.edu/~mortimer...n/sendmail.html for those
who are having similar problem.
I also used CLIENT_OPTIONS() in sendmail too but still could not get
the receiving mail server to recognize that the mail was coming from
the secondary aliased IP.
Do you have any idea what else I could be missing?
Thanks a lot again for your help!
Roumen.
Jim Ficarra wrote:
> Roumen,
>
> I think you need to bind sendmail to the specific address you wish.
I[vbcol=seagreen]
> haven't tried this personally, but I think it will work:
>
> Try the following option in your sendmail.mc file.
>
> DAEMON_OPTIONS(`Name=MTA, Addr=x.x.x.x, Port=smtp)
> (specify the appropriate name and address)
>
> Rebuild your sendmail.cf and stop and restart the daemon
>
> Hope this helps.
>
> -Jim
>
>
> <semovrs@concord.edu> wrote in message
> news:1108410248.653552.189770@g14g2000cwa.googlegroups.com...
any[vbcol=seagreen]
(domain1)[vbcol=seagreen]
always[vbcol=seagreen]
email[vbcol=seagreen]
of[vbcol=seagreen]
SMTP[vbcol=seagreen]
with[vbcol=seagreen]
situation.[vbcol=seagreen]
email[vbcol=seagreen]
| |
| Jim Ficarra 2005-02-17, 5:54 pm |
| Unfortunately I don't know what else could be wrong. My sendmail experience
is minimal.
Sorry. 
-Jim
<semovrs@concord.edu> wrote in message
news:1108597636.921218.214570@z14g2000cwz.googlegroups.com...
> Jim,
> thanks a lot for the answer!
> Also, I found a good article at
> http://ccrma.stanford.edu/~mortimer...n/sendmail.html for those
> who are having similar problem.
> I also used CLIENT_OPTIONS() in sendmail too but still could not get
> the receiving mail server to recognize that the mail was coming from
> the secondary aliased IP.
> Do you have any idea what else I could be missing?
> Thanks a lot again for your help!
> Roumen.
>
> Jim Ficarra wrote:
> I
> any
> (domain1)
> always
> email
> of
> SMTP
> with
> situation.
> email
>
|
|
|
|
|