[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Exim configuration



Hi,

On Wed, 23 Oct 2002, R Ransbottom wrote:

>
> I receive mail with fetchmail which works fine.
> My system receives mail as user@attbi.com.
>
> Local mail works fine.
>
> I send mail with exim which works except in my ISP's domain.
>
> When I send mail to randomuser@attbi.com it is
> seen as local mail to an unknown user.
>
> How should I make this work?
>
> Preferably I'd like to be able to
> directly send mail to a few hosts.on.localnet.
>
>
Sounds like your ISP is blocking port 25 for other hosts than your ISP
(and localnet, of course). This means that you cannot send mail directly
to other hosts. You have to configure a relay mail host. This is to
prevent spam (many people misconfigured their mailserver, so it became an
open relay: good for spamming).

######################################################################
#                      ROUTERS CONFIGURATION                         #
#            Specifies how remote addresses are handled              #
######################################################################
#                          ORDER DOES MATTER                         #
#  A remote address is passed to each in turn until it is accepted.  #
######################################################################

# Remote addresses are those with a domain that does not match any item
# in the "local_domains" setting above.
route_append:
                           driver = domainlist
                           transport = remote_smtp
                           route_list = "* smtp.myisp.nl byname"
					   ^^^^^^^^^^^^^
# Stand-alone system, so no routers configured.

end

Works fine.

Greetz,
Sebastiaan


--
  NT is the OS of the future. The main engine is the 16-bit Subsystem
  (also called MS-DOS Subsystem). Above that, there is the windoze 95/98
  16-bit Subsystem. Anyone can see that 16+16=32, so windoze NT is a
  *real* 32-bit system.


> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>



Reply to: