[EXIM] RECIPE for dumb client box.

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Sherwood Botsford
Fecha:  
A: Exim List
Temas antiguos: [EXIM] quick recipe needed...
Asunto: [EXIM] RECIPE for dumb client box.
On Thu, 12 Feb 1998, Sherwood Botsford wrote:

So here I am answering my own message.

Ok, this works, and anyone who's colleting recipes may add this.

This is slightly modified from what I originally posted.


Problem: We want a pair of smart mail servers that interact
with the world, and dumb clients machines to talk to eachother.
clients are NOT to accept connections from outside.


domain: math.ualberta.ca

servers: vega, spica

dumb client box: jazz.math.ualberta.ca
my subnet 129.128.88.0

default config except for:

sender_net_accept = 129.128.88.0/24

# These two lines are carry over from my server config.
# Some of my boxes have modems to their owners homes,
# so accepting local relay is appropriate.

sender_net_accept_relay = 129.128.88.0/24:129.128.51.0/24
relay_domains = "127.0.0.1:lsearch;/etc/hosts"

#This had to be set, despite what config says. Broken uname on jazz?
primary_hostname = jazz.math.ualberta.ca
local_domains_include_host = true


...
ROUTERS

localnet:
driver = lookuphost
transport = remote_smtp
domains = "*.math.ualberta.ca"
self=local

Without this it didn't recognize that mail sent from jazz to jazz was local.
and it would complain that the MX for jazz points to itself. (DNS domain
change not propagated yet.)

outsidenet:
driver = domainlist
transport = remote_smtp
route_list = "* spica.math.ualberta.ca:vega.math.ualberta.ca byname"


Seems to work like a charm.

Sherwood Botsford     | email avatar@???
Sorcerers Apprentice    | Office CAB 642B
System Administrator    | Tel: 403 492 5728 
Trouble shooter            | Fax: 403 492 6826



--
*** Exim information can be found at http://www.exim.org/ ***