#12388 closed (fixed)
Django's Trac e-mails come from the wrong IP address
Reported by: | Randy Barlow | Owned by: | Jacob |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | Keywords: | DNS mail HELO | |
Cc: | randallpbarlow@…, jacob@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Strict mail servers will perform a reverse lookup on IP addresses to make sure they match up with the HELO. This is a useful check because it eliminates a whole lot of spam. Unfortunately, this Trac instance is sending the e-mail from 64.207.133.30, but is sending mail.djangoproject.com in the HELO, which is 64.207.133.18. This was fixed briefly last weekend, but the system seems to have returned to the previous behaviour.
Change History (3)
comment:1 by , 15 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Looks like that did the trick.
Note:
See TracTickets
for help on using tickets.
I just tried something (http://www.postfix.org/postconf.5.html#smtp_bind_address). Did it work?