Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Escher on February 03, 2003, 09:38:45 PM

Title: Email
Post by: Escher on February 03, 2003, 09:38:45 PM
I can t send mail i get this error Why ?


The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'escher69@pdq.net'. Subject 'Test', Account: 'www.69th-portal.com', Server: 'www.69th-portal.com', Protocol: SMTP, Server Response: '553 Sorry, that domain isn't in my list of allowed rcpthosts.', Port: 25, Secure(SSL): No, Server Error: 553, Error Number: 0x800CCC79
Title: Re: Email
Post by: Bill Talcott on February 03, 2003, 09:58:48 PM
Escher wrote:
>
> Protocol: SMTP, Server Response: '553 Sorry, that domain
> isn't in my list of allowed rcpthosts.', Port: 25,

Were you outside the LAN? By default, you can't send mail through your server from outside the LAN. There's no authentication built in, so anybody would be able to send mail (spam) out through your server. Having an open relay like that will get your server put on lists, and some sites will flat-out reject mail coming from any server on those lists.

If you want to send mail through your server from the internet, see http://www.pagefault.org/code/e-smith.shtml#securemail for instructions. This will add user authentication to the SMTP server, so that you won't have to rely on physical location (the LAN) alone. It will also use SSL, so that your communications will be encrypted between your client and the mail server (normally everything is sent over the internet in plaintext).
Title: Re: Email
Post by: Escher on February 03, 2003, 10:17:46 PM
Thanks That Helps me Alot..
Thanks Again. thats what i was looking for.