Opened 4 years ago
Closed 4 years ago
#2589 closed task (fixed)
LDAP password reset mail refused by recipients
Reported by: | strk | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | Sysadmin Contract 2021-I |
Component: | SysAdmin | Keywords: | |
Cc: |
Description ¶
I just saw mails sent by /osgeo/tools/ldap/ldap_reset_user_password being refused by recipient's MX because the IP of old-web resolves to a DNS entry (base.osgeo.osuosl.org) which doesn't resolve back.
The initial mail, sent from python, arrives, because the python script is configured to use mail.osgeo.org as the MX.
I guess we want the shell script to ALSO use mail.osgeo.org as the MX
Change History (3)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
I've manually set relayhost = mail.osgeo.org in /etc/postfix/main.cf I don't know if it fixes the issue yet
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Lance repointed 140.211.15.57 to map to secure.osgeo.osuosl.org and put in a reverse pointer back. I confirmed pinging by name resolves to .57 and reverse pinging by ip results back to secure.osgeo.osuosl.org
So I think this should fix this. I'm closing out feel free to reopen if there is still an issue.
Regina: I think we want to tweak the postfix configuration on the old-web machine to specify a resolvable name, or the use mail.osgeo.org as a relay host