Hi Jeremy,
try connecting to your smtp server with telnet or netcat or similar and doing
this:
helo bob
mail from: [EMAIL PROTECTED]
rcpt to: [EMAIL PROTECTED]
rcpt to: [EMAIL PROTECTED]
rcpt to: [EMAIL PROTECTED]
etc, and see what happens.
Ok. Now I get confused... Look that:
Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 alonso.bayweb.biz ESMTP helo bob 250 alonso.bayweb.biz mail from [EMAIL PROTECTED] 250 ok rcpt to: [EMAIL PROTECTED] 250 ok rcpt to: [EMAIL PROTECTED] 250 ok rcpt to: [EMAIL PROTECTED] 533 sorry, your envelope recipient has been denied (#5.7.1) rcpt to: [EMAIL PROTECTED] 250 ok rcpt to: [EMAIL PROTECTED] 250 ok rcpt to: [EMAIL PROTECTED] 533 sorry, your envelope recipient has been denied (#5.7.1) rcpt to: [EMAIL PROTECTED] 533 sorry, your envelope recipient has been denied (#5.7.1) rcpt to: [EMAIL PROTECTED] 533 sorry, your envelope recipient has been denied (#5.7.1)
Any ideas?
Thanks, -- Walter.
