Hi,
the software running here is qmail and courier-imap as server and
Netscape
4.72 (Windows) as client.
The email users are virtual users in courier-imap (userdb-based) and for
every email-address name...@domain.de there is one .qmail-name:name2
- file
in qmails alias-directory pointing to the specific maildir.
(There are not a lot of users so this works).
The thing i have to deal with are the non-personalized email-adresses
in...@domain.de, inf...@domain.de etc.
eMails to this adresses should be forwarded to a responsible user
currently
logged in courier-imap. If there is no user currently logged in the
email
should be stored somewhere (perhaps maildir). If a responsible user
loggs in
courier-imap and the storage contains email for in...@domain.de the email
is
transferred to this user.
I think the solution would be a small perl-script.
But:
Where I can get the information which users are currently logged in?
How can I place my script in the login-process of courier-imap?
Perhaps there are other solutions for this issue.
(Making a public maildir / shared folder is not a solution in this case)
Thanks for your response.