Hi,
I have a mailsystem where i have some local users with shell access and full home dirs which receive mail and also several SQL virtual users only for mail. With the virtual users, everything works fine. Mail is delivered via LMTP and also sieve works :) The SQL Lookup knows what to do with username@domain.com
The problem is the system user. If exim delivers the mail to the lmtp socket, the LMTPd can't find username@local.host I would be able to specify the global auth_username_format=%n but then my SQL queries break and I like the possibility to have xx@domain1.com and xx@domain2.com routed to two different accounts.
As I have seen in the source, I can't specify username_format=%n in the passdb { driver = pam } backend. Do you have any suggestion how to solve this issue?
thanks Philipp