1 Date: Thu, 23 Jul 1998 01:02:29 -0500 (CDT)
2 From: "Steven A. Reisman" <sar@pressenter.com>
4 I've read down through Q0601 and your request for UUCP examples.
5 Here's how I'm doing it:
10 transport = uucp_rmail
12 route_file = /etc/exim/uucp_rmail
16 transport = uucp_rsmtp
18 route_file = /etc/exim/uucp_rsmtp
22 # This transport delivers via UUCP-rmail
27 command = "/usr/bin/uux --stdin --nouucico --requestor \
28 '${if eq {$sender_address}{}{mailer-daemon}{$sender_address}}' \
29 $host!rmail $pipe_addresses"
30 return_fail_output=true
31 no_retry_use_local_part
34 # This transport delivers via UUCP-rsmtp
41 command = "/usr/bin/uux --stdin --nouucico --requestor \
42 '${if eq {$sender_address}{}{mailer-daemon}{$sender_address}}' \
46 return_fail_output=true
47 no_retry_use_local_part
50 Files /etc/exim/uucp_rmail and /etc/exim/uucp_rsmtp are of the form:
56 where alpha, beta, and gamma are UUCP neighbors.
59 For example, our mail server, hermes, uses UUCP to transport email to my
60 laptop, ulysses. Ulysses can poll hermes on TCP port 520 from anywhere
61 on the net. This is independent of ulysses's IP address, and there's
62 no messing with SMTP/ETRN.