Koozali.org: home of the SME Server

Default smtp receipt hosts

Mike Stoddart

Default smtp receipt hosts
« on: March 10, 2000, 06:30:42 AM »
Is the smtp server configured by default to only allow you to send to email addresses on the localhost?

I'm trying to send an email from my server using webmail to an external email address, but I get the following:

Rcpt to stodge@sympatico.ca failed:553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1).

Can I configure smtp to allow users to send email to any external hosts?

thanks

Charlie Brady

RE: Default smtp receipt hosts
« Reply #1 on: March 10, 2000, 06:38:06 AM »
Mike Stoddart wrote:

> Is the smtp server configured by default to only allow you to
> send to email addresses on the localhost?
>
> I'm trying to send an email from my server using webmail to an
> external email address, but I get the following:
>
> Rcpt to stodge@sympatico.ca failed:553 sorry, that domain
> isn't in my list of allowed rcpthosts (#5.7.1).
>
> Can I configure smtp to allow users to send email to any
> external hosts?

Configure your webmail system to use "localhost" as the SMTP server. My guess is that it is currently set to your external DNS name, and thus binding to your external interface IP address. Mail relaying isn't allowed from out there, for obvious reasons.

Charlie

Mike Stoddart

RE: Default smtp receipt hosts
« Reply #2 on: March 10, 2000, 07:24:50 AM »
Wow, shouldn't you be at home, relaxing, with your feet up?? :)  thanks, that worked a treat.

Charlie Brady

RE: Default smtp receipt hosts
« Reply #3 on: March 10, 2000, 08:28:37 AM »
Mike Stoddart wrote:

> Wow, shouldn't you be at home, relaxing, with your feet up??

Well, yes, I guess I should. But it is only early afternoon down here (Sydney) :-)

> thanks, that worked a treat.

I'm glad to hear it!

Charlie