The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was '[EMAIL PROTECTED]'. Subject 'test', Account: 'Yahoo', Server: 'www.open2space.com%27%2c Protocol: SMTP, Server Response: '553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error: 553, Error Number: 0x800CCC79
There are two things that make me wonder... 1) why is the email server (the www.open2space.com) getting garbled (notice the characters after the .com?)
Well, the %27%2c translates to "',", which matches the separator
elsewhere in the message. I'm guessing something's interpreting the
www.open2space.com part as a URL and then escaping the rest of the
non-whitespace characters in the string, just in case you want to use it as a URL. Most likely your email client.
2) If she is authenticating against my server (as she must have to get the POP3 email, and has the outgoing mail server setup for the same authentication), then why is mail relay being denied?
Forgive me if I'm misunderstanding what you wrote there, but have you actually got it set up to allow POP3-before-SMTP authentication? Last time I configured qmail, I don't think it enabled POP3-before-SMTP out of the box. If not, then it'll be defaulting to the good non-relaying behaviour.
Chris.
_______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

