bSMTP

Peter

Verified User
Joined
Jan 15, 2004
Messages
94
Any possibility for this in DA? My client asks for it and i'm not sure if we have it or not.
 
Is bsmtp at al possible with DirectAdmin? We also need it because otherwise we will lose a big customer.

Please advice.
 
In Exim.conf add:

Code:
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

Create /etc/virtual/bsmtp and add domains as follows:

Code:
domain.tld batch.domain.tld
 
Ok installed it but now how can I test this? Mail is delivered as normal to the server so how can I see that it works?

Thanks for helping out btw!
 
Last edited:
Back
Top