[Exim] localuser director

Top Page
Delete this message
Reply to this message
Author: Byron Cui
Date:  
To: 'exim-users@exim.org'
Subject: [Exim] localuser director
Greetings.

Both virtual and local user mails on our mail server are delivered by
localuser director and localdelivery transport.

local_delivery:
driver=appendfile
file=${home}/mbox

localuser:
    driver=localuser,
      transport=local_delivery


The localuser.c must have been modified to reflect the right path for
passwd.db and mailbox location when compiling. Is there any way I can know
from binary how it was modified?

The problem is if a virtual mail account does not exist, mail was delivered
into local mailbox if they have the same local part.

Thanks in advance.