![]() |
sponsored links |
|
|
sponsored links
|
|
1
11th August 10:56
External User
Posts: 1
|
Hi Guy's,
We are having trouble setting up a second email domain on our exchange server which i hope you can help me with. we have domain1.com.au successfully sending and receiving smtp mail. We'd like to also have domain2.com.au to selected users. Our ISP has said that all mx records are correctly pointing to our static ip for both domains. I have followed the KB articles in setting up policies and made sure the second smtp address is the default on the individual users that require it but we keep getting the attached error. any help would be much appreciated. I should mention that our isp does email and spam filtering for us but they swear that this shouldn't affect it (which it doesnt on our first smtp address) Thanks Leo - These recipients of your message have been processed by the mail server: leom@domain2.com.au; Failed; 5.5.0 (other or undefined protocol status) Remote MTA mail.alwaysonline.net.au: SMTP diagnostic: 554 <leom@domain2.com.au>: Relay access denied Reporting-MTA: dns; smtp01.syd.iprimus.net.au Received-from-MTA: dns; cpms01.int.iprimus.net.au (192.168.20.147) Arrival-Date: Sun, 10 Oct 2004 09:31:45 +1000 Final-Recipient: rfc822; leom@domain2.com.au Action: Failed Status: 5.5.0 (other or undefined protocol status) Remote-MTA: dns; mail.alwaysonline.net.au Diagnostic-Code: smtp; 554 <leom@domain2.com.au>: Relay access denied |
|
|
|
|
3
11th August 10:57
External User
Posts: 1
|
I followed:
KB Article 268838, i'm not sure how to send via smtp internally would i be right to guess just to type their smtp address: bill@domain2.com.au? Leo |
|
|
4
11th August 10:58
External User
Posts: 1
|
Did you verify that the users you specified in the policy have that email
address? I'm referring to opening a conversation with TCP 25 of your mail server from your network. I'm trying to ascertain whether or not there is something off your server that is causing the issue. The best way I know to do that is to isolate the problem beginning with the mail server itself and working backwards. To send via TCP 25 using telnet, have a look at this: http://www.netadmintools.com/art276.html Note that the bold type is the commands you enter. The mail addresses and domain should be yours vs. the ones you see. Basically, telnet yourmailserver_FQDN 25 helo yourdomain mail from: user@domain1.com.au <<<<this should be a valid address so you can see the NDR if it happens rcpt to: user@domain2.com.au Data subject: test 1 body of data .. <<<end with the period after a blank line Let us know how it goes. |
|