Re: UUCP

Top Page
Delete this message
Reply to this message
Author: Nigel Metheringham
Date:  
To: Keith McCallion
CC: exim-users
Subject: Re: UUCP
First, if you need full UUCP with bang path stuff then exim is the wrong
mailer.

We use UUCP transport of BSMTP messages, but that is incredibly simple to
do. You just have a pipe transport that calls uux with host domain!rsmtp
and bsmtp mode.

Mine looks like this:-
uucp_transport:
  driver = pipe;
  batch = domain,
  bsmtp = domain,
  command = "/usr/bin/uux --stdin --nouucico --requestor \
        '${if eq{$sender_address}{}{mailer-daemon}{$sender_address}}' \
        $domain!rsmtp"
  log_output,
  prefix = "",
  suffix = "",
  no_retry_use_local_part,
  return_fail_output,
  user = exim


Routing is a normal router config... ours is rather outlandish (for other
reasons) so I won't quote it.

    Nigel.
-- 
[ Nigel.Metheringham@???   -  Systems Software Engineer ]
[ Tel : +44 113 251 6012                   Fax : +44 113 224 0003 ]
[            Friends don't let friends use sendmail!              ]




--
* This is sent by the exim-users mailing list.  To unsubscribe send a
    mail with subject "unsubscribe" to exim-users-request@???
* Exim information can be found at http://www.exim.org/