On Sun, Sep 23, 2001 at 11:49:54AM +0200, Craig wrote:

> I was wondering if anyone had a sample exim config file
> that uses UUCP to transfer mail to a smarthost. The host
> that the config file will be sitting on is a dialup 
> machine.

Snippin the important parts out of /etc/exim.conf:

---------
trusted_users = mail:uucp

[...]

# Transport via uucp

uucp:
   driver = pipe
   user = nobody
   command = "/usr/bin/uux -r - \
   ${substr_-5:$host}!rmail (${domain}!${local_part})"
   return_fail_output = true
                 
end              

[...]

# Router via uucp

uucphost:
   transport = uucp
   driver = domainlist
   route_file = /etc/uucphosts
   search_type = lsearch*
---------

>From /etc/uucphosts:

---------
*:              oker.UUCP
escape.de:      oker.UUCP
---------

Works fine on Potato... Hope it helps.

-- 
Bye,
Dietmar


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to