-
Notifications
You must be signed in to change notification settings - Fork 178
Q9801
Nigel Metheringham edited this page Nov 29, 2012
·
2 revisions
How do I configure Exim as part of TPC (http://www.tpc.int))?
Suppose you want to accept faxes destined for 1(801)539-. These are addressed to the domain9.3.5.1.0.8.1.tpc.int*. Set up a transport to handle the delivery:
tpc:
driver = pipe
command = /usr/local/tpc/tpcmailer.pl $local_part@$domain \
$sender_address
pipe_as_creator
/usr/local/tpc/tpcmailer.pl is the mail processing script that can be obtained from the TPC distribution. Create a router to route mail for the TPC domain to that transport. This must be placed before your other routers:
tpc_router:
driver = accept
transport = tpc
domains = *.9.3.5.1.0.8.1.tpc.int
Of course, there are other things to do as well before your system is a functioning TPC server.
- How do I configure Exim as part of TPC
- How do I configure Exim so that it sends mail to the outside world only
- A site for which I provide secondary MX is down for some time. Is there
- We want to be able to temporarily lock out a user by disabling the
- How can I configure Exim so that all mails addressed to
- How do I get exim not to add a Sender: header to locally originated
- Is there any way to have messages sent to a specific local address
- I have a mailing list exploder on one host, and three other hosts where
- Can I configure Exim so that my gateway host sends a copy of each
- How can I implement SMTP-after-POP > with Exim?
- I would like to tap off > a proportion of real mail traffic from my live mail server to use in
- How can I lookup data from a single file using both single IP addresses