Alain
Verified User
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
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:
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!
First added this to the exim.conf
and then created the file /etc/virtual/bsmtp and added: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
then mkdir /var/bsmtpdomainthatneedsbsmtp.com batch.serverwithda.com
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:
i get:helo localhost
etrn domainthatneedsbsmtp.com
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: