Displaying 2 results from an estimated 2 matches for "vauth".
Did you mean:
auth
2008 Oct 22
3
logging IMAP username rather than UNIX username
Hi there
I'd like to change my setup to log the _actual_ IMAP user's login,
rather than the UNIX username. My system uses a virtual uid setup with
qmail, where the mailboxes are owned by the 'vmail' user and
authentication is via checkpassword using user%domain (ie email, just
with % instead of @). So dovecot is recording _all_ logins as:
imap-login: Login:
2007 Nov 03
1
IMAP vs system username logging with checkpassword auth
...m unable to see which
virtual users log in. Any pointers on how to configure dovecot to log
the actual username given during the IMAP dialogue would be
appreciated.
My dovecot.conf includes the following:
auth default {
mechanisms = plain
passdb checkpassword {
args = /var/qmail/bin/qmail-vauth
}
userdb prefetch {
}
user = auth
}
An example logfile entry:
2007-11-03 15:41:56.027191500 dovecot: Info: imap-login: Login:
user=<vmail>, method=PLAIN, rip=192.168.0.141, lip=192.168.0.10, TLS