Re: [EXIM] Batch Smtp setup

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Ray Vermey
CC: exim-users
Subject: Re: [EXIM] Batch Smtp setup
On Tue, 26 May 1998, Ray Vermey wrote:

> I've looked at the documentation of Exim but i am not completely sure how
> to set Batched SMTP (in - outgoing) up.


Off the top of my head:

bsmtp_transport:
driver = appendfile
bsmtp = domain
file = /some/directory/$domain
user = exim (or whatever user you want to use to write the file)

# or maybe that should be "bsmtp=one" if you only want one recipient per
# message

bsmtp_router:
driver = domainlist
domains = domains.you.want.batched
transport = bsmtp_transport
route_list = *


-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



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