BSMTP with DA

Alain

Verified User
Joined
Sep 12, 2005
Messages
9
Location
The Netherlands
Hi, i'm trying to get bsmtp to work with Exim on a DA server. I've searched the forum and then did the following thing:

First added this to the exim.conf
begin routers

# BSMTP router
route_append:
driver = manualroute
transport = smtp_appendfile
route_list = lsearch;/etc/virtual/bsmtp

begin transports

# BSMTP transport
smtp_appendfile:
driver = appendfile
directory = /var/bsmtp/$host
use_bsmtp
user = mail
and then created the file /etc/virtual/bsmtp and added:
domainthatneedsbsmtp.com batch.serverwithda.com
then mkdir /var/bsmtp

But now.... is that all i have to do? How can i check if it works?

When i telnet to localhost and port 25, and type:
helo localhost
etrn domainthatneedsbsmtp.com
i get:
458 Administrative prohibition

I've been playing with the setting acl_smtp_etrn in exim.conf, but didn't get it to work.

Could anyone help me out? What do i do wrong and how can i test if bsmtp works? Thanks!
 
Last edited:
Back
Top