Hi,

the INSTALL files says nothing about exim4 (maybe it's to simple?):

LOCAL_DELIVERY=transport_dbmail

Every router with local mail has to use 'transport = LOCAL_DELIVERY'
then.

Two possible transports:

# transport using pipe
transport_dbmail:
  driver = pipe
  command = "/usr/local/sbin/dbmail-smtp -d [EMAIL PROTECTED]"
  return_fail_output
  user = dbmail

# transport using lmtp; exim and dbmail on the same host
transport_dbmail:
  driver = smtp
  protocol = lmtp
  hosts = localhost
  allow_localhost
  return_path_add

LMTP requires lmtp entries in /etc/services (they are not there in
Debian!).

lmtp 24/tcp
lmtp 24/udp


Thomas
-- 
http://www.tmueller.com for pgp key (95702B3B)

Reply via email to