Hello

Is there any way how can I specify the mail directory location for virtual user 
via eg. environmental variable? I cannot use lookup tables because the user 
information are stored in Oracle DB

The mails are delivered to user ID which looks like CNNNNnnnn. Where C is a 
character [a-zA-Z] and N n are a numbers [0-9]. The mail path location then is:

some_path/C/NNNN/nnnn/

The idea is redirect the inbound mail into scrip which check if user exists in 
oracle, then determine the path from user ID and export it eg. like 
environmental variable. Such message could be then re-injected back to postfix 
which should deliver it to final destination. However I don't know how to tell 
postfix what is the mailbox path where the message should be delivered.

Any idea? or maybe there is some better approach?

Thanks a lot!
Vaclav

Reply via email to