Closed
Bug 273843
Opened 20 years ago
Closed 19 years ago
update-daemon@mozilla.org isn't a valid email address
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: myk)
References
Details
Attachments
(1 file)
2.76 KB,
patch
|
Details | Diff | Splinter Review |
I've tried to add myself to the beta update but I dont get any Activate mail.
I've found out why.
A mail is send out with the folloing header:
From: Mozilla Update <update-daemon@update.mozilla.org>
but update-daemon@update.mozilla.org isn't a valid mailadresse which cause my
and properly a lof of other peoples antispam software to reject the mail.
update.mozilla.org doesn't have a MX record
Please please please fix.
if you need more info just let me know!
Dec 9 08:15:48 m00 postfix/smtpd[28964]: NOQUEUE: reject: RCPT from
iguana.mozilla.org[140.211.166.7]: 450 <apache@iguana.mozilla.org>: Sender
address rejected: unverified address: connect to
iguana.mozilla.org[140.211.166.7]: Connection refused;
from=<apache@iguana.mozilla.org> to=<spam@gemal.dk> proto=ESMTP
helo=<iguana.mozilla.org>
Comment 1•20 years ago
|
||
Well, for the record, if you already have items listed you don't need to create
a new account. :-) Just use the e-mail your extensiona re listed as, which is
likely your bugzilla e-mail and ask for a new password. (Though that mailing
would be rejected by this bug too. doh.)
I'm aware that update-daemon@update.mozilla.org is invalid. It needs to be
changed to update-daemon@mozilla.org. Patch coming up.
Severity: major → blocker
Status: NEW → ASSIGNED
Version: unspecified → 1.0
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
Patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•20 years ago
|
||
nope
check:
http://gemal.dk/browserspy/mailcheck.cgi?mailaddress=update-daemon@mozilla.org
still invalid. newer antispam solutions checks the senders address to see if
it's really an mailaddress.
"update-daemon@mozilla.org" is not a valid mailaddress
<update-daemon@mozilla.org>: Recipient address rejected: User unknown in virtual
alias table at smtp.osuosl.org (550)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•20 years ago
|
||
Justdave, Update needs update-daemon@mozilla.org to be valid, it's the e-mail it
sends auto-generated messages from. The only inbound mail should be bounce
notices from bogus accounts.
Assignee: psychoticwolf → myk
Status: REOPENED → NEW
Component: Developers → Server Operations
Product: Update → mozilla.org
QA Contact: mozilla.update → justdave
Target Milestone: 1.0 → ---
Version: 1.0 → other
Updated•20 years ago
|
Severity: blocker → major
OS: Windows XP → All
Hardware: PC → All
Summary: update-daemon@update.mozilla.org isn't a valid mailaddress → update-daemon@mozilla.org isn't a valid email address
Comment 6•20 years ago
|
||
Nope. The only mail going to it would be anti-spam checks (if they actually
check the From: line -- I'd bet most folks only check the envelope sender). The
bounce notices go to apache@iguana.mozilla.org, because that's what's in the
envelope sender. If you read comment 0 again, it even says that in the error
message.
So the address that we need to make sure checks out for that stuff is
apache@iguana.mozilla.org. Sendmail on iguana is configured to only listen on
localhost, because it's not supposed to have any inbound mail, which is probably
the problem. I opened port 25 on the external interface. See if that helps.
I can't check it with Henrik's verification script because his script doesn't
fall back on the A record when the MX isn't available (which is perfectly
acceptible according to the RFCs).
Reporter | ||
Comment 7•20 years ago
|
||
Wolf: do you chance the mail address into apache@iguana.mozilla.org ?
Comment 8•20 years ago
|
||
(In reply to comment #7)
> Wolf: do you chance the mail address into apache@iguana.mozilla.org ?
He doesn't have to. The system will use that as the envelope sender of anything
he sends, no matter what the program says, because that's the user the program
is running as. He can put whatever he wants on the actual From: line as far as
I know.
Reporter | ||
Comment 9•20 years ago
|
||
problem:
http://gemal.dk/browserspy/mailcheck.cgi?mailaddress=apache%40iguana.mozilla.org
No MX records found for iguana.mozilla.org
so newer antispam solutions cant verify the mailaddress
Comment 10•20 years ago
|
||
(In reply to comment #9)
> problem:
> http://gemal.dk/browserspy/mailcheck.cgi?mailaddress=apache%40iguana.mozilla.org
> No MX records found for iguana.mozilla.org
>
> so newer antispam solutions cant verify the mailaddress
Your "newer antispam solutions" are violating the RFCs then. An MX record is
not necessary if the mail server for the domain resides at the machine with the
A record for that domain. See RFC 2821 Section 5. "If no MX records are found,
but an A RR is found, the A RR is treated as if it was associated with an
implicit MX RR, with a preference of 0, pointing to that host."
FWIW, I messed up the sendmail config last night. Port 25 just now got opened
on the external interface on iguana. It should work now.
Comment 11•19 years ago
|
||
Since there's been no further complaints since the last fix attempt, I'll assume this is fixed now.
Status: NEW → RESOLVED
Closed: 20 years ago → 19 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•