Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [OT] Setting up correct domainname
Date: Sun, 20 Sep 2009 16:15:02
Message-Id: 87y6o9fva6.fsf@newsguy.com
In Reply to: [gentoo-user] [OT] Setting up correct domainname by Mick
1 Mick <michaelkintzios@×××××.com> writes:
2
3 > -----The following addresses had permanent fatal errors-----
4 > <email_account@×××.com>
5 > (reason: 550 5.1.0 <nagios@×××××××××××××××××.com> sender rejected : invalid
6 > sender domain)
7 >
8 > -----Transcript of session follows -----
9 > ... while talking to smtp.ISP.com:
10 >>>> MAIL From:<nagios@×××××××××××××××××.com> SIZE=745 AUTH=<>
11 > <<< 550 5.1.0 <nagios@×××××××××××××××××.com> sender rejected : invalid sender
12 > domain
13 > 554 5.0.0 Service unavailable
14 > ================================================================
15 >
16 > Does this fail because the ISP's reverse DNS on my dynamically allocated IP
17 > address resolves to an ISP domain instead of myserver.mydomain.com?
18 >
19 > Is there something I could change in the configuration of my server to make
20 > this work again?
21
22 I think you might avoid the problem by making sendmail Impersonate your
23 isps domain.
24
25 Using some or all of these settings in sendmail.mc
26 MASQUERADE_AS(`yourISP.domain')dnl
27 MASQUERADE_DOMAIN(`youractual.domain')dnl
28 FEATURE(masquerade_entire_domain)dnl
29 FEATURE(masquerade_envelope)dnl

Replies

Subject Author
Re: [gentoo-user] Re: [OT] Setting up correct domainname Mick <michaelkintzios@×××××.com>