Hi.
As far as I can see, my email setup is fine. MX record OK, I can send and receive email, etc. But I sourceforge.net seems to refuse connections from my linode, I can't tell why. This is what happens:
Code:
Jul 21 07:04:43 localhost postfix/smtpd[30721]: connect from lists.sourceforge.net[66.35.250.206]
Jul 21 07:05:29 localhost postfix/smtp[30716]: E418342390: to=<sbcl-help-request@lists.sourceforge.net>, relay=mail.sourceforge.net[66.35.250.206]:25, delay=347517, delays=347466/0.07/5.1/46, dsn=4.0.0, status=deferred (host mail.sourceforge.net[66.35.250.206] said: 451-Could not complete sender verify callout 451-Could not complete sender verify callout for 451-<MY-EMAIL@randomnode.info>. 451-The mail server(s) for the domain may be temporarily unreachable, or 451-they may be permanently unreachable from this server. In the latter case, 451-you need to change the address or create an MX record for its domain 451-if it is supposed to be generally accessible from the Internet. 451 Talk to your mail administrator for details. (in reply to RCPT TO command))
Jul 21 07:05:30 localhost postfix/smtpd[30721]: NOQUEUE: reject: RCPT from lists.sourceforge.net[66.35.250.206]: 503 5.5.0 <>: Sender address rejected: Improper use of SMTP command
pipelining; from=<> to=<MY-EMAIL@randomnode.info> proto=SMTP helo=<mail.sourceforge.net>
Jul 21 07:05:30 localhost postfix/smtpd[30721]: disconnect from lists.sourceforge.net[66.35.250.206]
It seems to me that they're doing something wrong, but I'm not sure... My MX record is working fine, as always:
Code:
dig mx randomnode.info
;; ANSWER SECTION:
randomnode.info. 3600 IN MX 0 mail.randomnode.info.
;; ADDITIONAL SECTION:
mail.randomnode.info. 2349 IN A 64.62.231.90
And my MX IP is not listed in any SPAM databases that I know of (I checked from dnsstuff.com).
Any other ideas of what could be wrong?
Thanks a lot,
-- jp